2007-10-26 |
Brian | Move region_alloc() and region_release() to pipe_winsys. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Brian | silence warning |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Brian | Move the get/put_tile() functions to pipe_context. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Brian | tex comments |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Brian | added some comments |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Brian | update TILE_TOP/BOTTOM_* values to match softpipe |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Brian | s/GLfloat/float/, s/GLint/int/, etc |
commit | commitdiff | tree | snapshot |
2007-10-25 |
José Fonseca | Briefly describe the buffer management interface. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
José Fonseca | Expand pkg-config flags before invoking the compiler. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
José Fonseca | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Michel Dänzer | LLVM requires linking with the C++ compiler. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zack Rusin | Implement loops |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zack Rusin | Fix nested swizzles. Actually fetch the destination... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zack Rusin | Fix nested conditionals |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zack Rusin | Test some functionality of vp using GLSL that pure... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zack Rusin | Implement else ops. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
keithw | set vcache.referenced bit always |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Make branching work :) Simply allow output variables... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Simplify branch handling. Prepare for proper decleratio... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | Fix glDrawElements + VBO rendering when ptr/offset... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | Revert "Undo indexOffset change (I think, git???)" |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | Undo indexOffset change (I think, git???) |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | add to git |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | Implement gl_PointCoord attribute for GLSL fragment... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | print CAL label |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | fix bug in RET code |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | better debug output |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | a bit more work for optimizing clears in tile cache... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | flush pipe in draw_stencil_pixels() |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | get_tile() for z16, z32, s8z24 surfaces needs to return... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Brian | added a pipe->flush() call in xmesa_clear() |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Add copyright headers and do some cleanups. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Remove the silly function and remove the bogus comment. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Cleanup some code. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement arl, lerp opcodes and do a first stab at... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement cross product and abs opcode |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement extended swizzling. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement SGE and SLT |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Introduce linux-llvm target. Remove the llvm code from... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Align the load/stores. Reduce the amount of debugging... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Cleanup some of the debugging output code |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Make lit work but in a very lame way - will have to... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Muchos fixos. gears kinda works. and cases don't crash. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | implement min and max |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Fix some warnings and implement lg2 |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement frc and floor |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement ex2 opcode |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement dst opcode |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement dph opcode |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement dot4 opcode |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement pow/rcp and sub opcodes |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Add the "add" opcode and assert one vp if an opcode... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Refactor the tgsi->llvm storage translator |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement basic opcode translation and storage translation. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Draw first triangle. Start on the llvm builder. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Cleanup some of the testing code. Implement first pass... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Execution engine is a singleton, for now keep it in... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Generate the base shader. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Implement the conversion and do the initial execution... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Stub out some conversion. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zack Rusin | Initial stab at LLVM integration. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Brian | Fix vertex cache bug that allows multiple vertices... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Brian | added comment |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Brian | In get_vertex(), slot was computed using & 31. Replace... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Brian | adjust coords in wide_line() to be conformant |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Brian | properly init dst reg's CondMask/Swizzle fields |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Brian | bump up MAX_INSTRUCTIONS and add an assertion to catch... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Brian | Don't pad renderbuffers to multiple of two pixels anymore. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | don't apply ColorMask to main gc |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | fix masking bug, memory leak |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | don't use GL types for get/put_tile() params |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | new flag to control psize (from vertex shader or fixed... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | add support for sprite texcoord modes |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | implement point sprite mode |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | add point_sprite flag to rasterizer state |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | remove unused var |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | tweak point corners to pass conform test |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | plug the wide prims code into the pipeline |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | update to working condition |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | Finish unifying the surface and texture tile caches. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
keithw | pull clip/ module wide and stippled lines/points code |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brian | Start implementing cache routines for textures. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Brian | rename some vars |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Brian | silence warning |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | Remove obsolete read/write_quad() functions |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | init sp->sbuf_cache to avoid possible segfault |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | Call softpipe_unmap_surfaces() in softpipe_flush(). |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | In region_unmap(), check if region is mapped before... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | flush the pipe before accum ops |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | unmap regions when reallocating renderbuffer storage |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | renderbuffer tweaks in update_framebuffer_state() |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | use combined depth/stencil buffer when possible |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | Convert Z/stencil ops to use cached tiles like colors. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brian | added case for TGSI_OPCODE_END |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Brian | get/put_tile_raw() funcs for 16/32bpp surfaces |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Brian | added get/put_tile_raw() methods |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Brian | don't alloc region in xmesa_surface_alloc(), fixes... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Brian | disable debug printf |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Brian | call Driver.Flush() in _mesa_notifySwapBuffers() |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Brian | Initial implementation of surface tile caching. |
commit | commitdiff | tree | snapshot |
next |