Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-05-12 | softpipe: make vbuf handle all primitive types | Keith Whitwell | |
2008-04-30 | plug a memleak, destroy setup context | Zack Rusin | |
2008-04-19 | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell | |
2008-04-14 | softpipe: calculate determinant for all triangles, don't rely on draw module ↵ | Keith Whitwell | |
to do it | |||
2008-04-10 | remove usage of vertex_header | Keith Whitwell | |
2008-03-25 | gallium: added fragment emit/write debug counters | Brian | |
2008-03-20 | gallium: use new framebuffer width, height fields | Brian | |
2008-03-19 | gallium: added fb_width/height fields to softpipe context | Brian Paul | |
These are convenience fields. Otherwise, we have to check cbuf[0] or zsbuf in various places. | |||
2008-03-13 | gallium: set surface status to CLEAR or DEFINED in clearing/drawing code. | Brian | |
Otherwise, we were never setting these flags. This confused the state tracker. Fixes progs/demos/texenv.c, probably others. | |||
2008-02-28 | gallium: Remove extra level of indirecttion. | José Fonseca | |
2008-02-27 | gallium: remove dependencies on pipe_shader_state's semantic info | Brian | |
2008-02-26 | gallium: added tgsi_shader_field to sp_fragment_shader | Brian | |
Use the shader semantic info from there, instead of from pipe_shader_state. Carry this idea to draw module and other drivers... | |||
2008-02-22 | gallium: fix a state validation bug found w/ pointblast.c | Brian | |
2008-02-19 | gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff() | Brian | |
2008-02-15 | Code reorganization: update build. | José Fonseca | |
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |