Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | gallium: WIP: Introduce sampler views. | Michal Krol | |
2010-02-03 | Merge branch 'gallium-embedded' | José Fonseca | |
2010-02-03 | svga: better method for generating white fs color outputs | Keith Whitwell | |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | |
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | |
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c | |||
2010-01-13 | svga: Fix compile_vs error code. | José Fonseca | |
It could erroneously return PIPE_OK in some circumstances. Make compile_fs code identical. | |||
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c | |||
2010-01-07 | svga: Fix fs key size computation and key comparison. | Michal Krol | |
This also allows us to have texture_target back as a bitfield and save us a few bytes. | |||
2010-01-06 | svga: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-05 | svga: Rebind shaders when tokens change. | José Fonseca | |
Even shader ID doesn't change. Otherwise the token change is not effective. This reverts regression from commit cdb445f3a9285e2d8f042a07021ade78b94e0156. Regression could be seen in Quake3's loading screen -- the upper right corner of the screen would be black. | |||
2010-01-03 | svga: Use a shader id as low as possible. | José Fonseca | |
2009-11-17 | svga: Add svga driver | Jakob Bornecrantz | |