Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/cso_cache/cso_context.c src/gallium/auxiliary/util/u_blit.c src/gallium/auxiliary/util/u_gen_mipmap.c src/gallium/drivers/i915/i915_context.h src/gallium/drivers/i965/brw_draw_upload.c src/gallium/drivers/r300/r300_blit.c src/gallium/drivers/r300/r300_context.h src/gallium/drivers/r300/r300_render.c src/gallium/drivers/r300/r300_state_derived.c src/mesa/state_tracker/st_cb_bitmap.c src/mesa/state_tracker/st_cb_clear.c | ||||
| * | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | 2010-02-17 | 1 | -1/+0 |
| | | | | | | | | | | This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead. | ||||
* | | progs/gallium/unit: Remove the test cases. | José Fonseca | 2010-03-06 | 1 | -545/+11 |
| | | |||||
* | | progs/gallium/unit: Skip test cases which cannot be represented in 4ub. | José Fonseca | 2010-03-06 | 1 | -4/+23 |
| | | |||||
* | | progs/gallium/unit: Use the shortened name to reconstruct the function being ↵ | José Fonseca | 2010-03-06 | 1 | -1/+1 |
| | | | | | | | | tested. | ||||
* | | progs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8U_NORM test cases. | José Fonseca | 2010-03-06 | 1 | -7/+6 |
| | | |||||
* | | progs/gallium/unit: Test (un)pack_4ub. | José Fonseca | 2010-03-03 | 1 | -8/+103 |
| | | | | | | | | Most of them are failing. | ||||
* | | progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases. | José Fonseca | 2010-03-03 | 1 | -9/+1 |
| | | |||||
* | | progs/gallium/unit: Add test cases for single precision floats. | José Fonseca | 2010-03-02 | 1 | -3/+38 |
| | | |||||
* | | progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats. | José Fonseca | 2010-03-02 | 1 | -10/+234 |
| | | |||||
* | | progs/gallium/unit: Add more test cases. | José Fonseca | 2010-03-02 | 1 | -48/+181 |
| | | |||||
* | | progs/gallium/python: Rename pipe formats. | José Fonseca | 2010-03-02 | 10 | -45/+45 |
| | | |||||
* | | gallium/unit: Rename pipe formats. | José Fonseca | 2010-03-02 | 1 | -74/+74 |
| | | |||||
* | | progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | 2010-03-01 | 1 | -9/+9 |
| | | |||||
* | | progs/gallium: Make a phony target "unit" to run unit tests. | José Fonseca | 2010-03-01 | 1 | -0/+5 |
| | | |||||
* | | progs/gallium: Add unit tests for pixel format packing/unpacking. | José Fonseca | 2010-02-27 | 2 | -0/+294 |
| | | |||||
* | | python/retrace: Dump all vertices for verbosity level 3. | José Fonseca | 2010-02-22 | 1 | -1/+1 |
|/ | |||||
* | python/retrace: Reconstruct blend state from binary blobs. | José Fonseca | 2010-02-15 | 1 | -0/+3 |
| | |||||
* | python/retrace: Interpret pipe_screen::context_create(). | José Fonseca | 2010-02-14 | 1 | -0/+4 |
| | |||||
* | progs/gallium/python: New home for python statetracker scripts. | José Fonseca | 2010-02-14 | 77 | -0/+5040 |