Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-04 | softpipe: Add missing include. | José Fonseca | |
2008-09-04 | softpipe: Use pipe_buffer_* inlines as much as possible. | José Fonseca | |
2008-06-20 | gallium: fix invalid call to draw_set_mapped_constant_buffer() | Brian Paul | |
We were indexing sp_constants[i] outside the loop so i was 2. Replace i with PIPE_SHADER_VERTEX. Also, replace magic '2' with PIPE_SHADER_TYPES in a few places. | |||
2008-05-29 | draw: make sure constant buffer data is aligned before passing to aos.c | Keith Whitwell | |
2008-05-29 | draw: draw_range_elements trial | Keith Whitwell | |
2008-05-01 | softpipe: use CPU flags for mapping | Keith Whitwell | |
But when creating surfaces, adjust incoming flags from GPU->CPU usage. | |||
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell | |
2008-04-24 | gallium: plug in softpipe_set_edgeflags() function | Brian Paul | |
2008-04-19 | softpipe: don't need to trim prims | Keith Whitwell | |
2008-04-14 | gallium: take reduced prim, fill modes into account when culling | Brian Paul | |
2008-04-08 | gallium: keep track of num_vertex_attribs/buffers for shorter loops | Brian | |
2008-03-27 | gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS | Brian | |
The later follows the naming scheme of other limits. Keep the old definition until all possible usage is updated. | |||
2008-03-13 | gallium: need to all draw_flush() in softpipe_unmap_constant_buffers() | Brian | |
Otherwise, we won't have our constants when we run the fragment shader. Fixes crash in glsl tests when SP_VBUF=1. | |||
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. |