Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | r300g: Make velem CSO actually work. | Corbin Simpson | 2010-03-02 | 1 | -1/+1 |
| | | | | | | | | glxgears runs again. | ||||
| * | r300g: adapt to new vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'gallium-format-cleanup' | José Fonseca | 2010-03-02 | 1 | -2/+2 |
|\ \ | |||||
| * | | r300: Rename pipe formats. | José Fonseca | 2010-03-02 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'gallium-no-rhw-position' | Michal Krol | 2010-03-02 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/r300/r300_blit.c src/gallium/drivers/r300/r300_emit.c src/gallium/drivers/r300/r300_state_derived.c | ||||
| * | | r300: Save viewport and clip states before invoking blitter. | Michal Krol | 2010-03-01 | 1 | -0/+2 |
| |/ | |||||
* | | r300g: atomize texture and sampler states | Marek Olšák | 2010-02-28 | 1 | -3/+5 |
| | | |||||
* | | r300g: Atomize vertex shader. | Corbin Simpson | 2010-02-24 | 1 | -1/+1 |
|/ | |||||
* | r300g: accelerate blitting for all formats by faking the texture format | Marek Olšák | 2010-02-14 | 1 | -7/+67 |
| | |||||
* | gallium: make u_blitter code save/restore stencil ref values | Roland Scheidegger | 2010-02-11 | 1 | -0/+1 |
| | |||||
* | r300g: Atomize framebuffers. | Corbin Simpson | 2010-01-28 | 1 | -5/+7 |
| | | | | There might be some optimizations possible here... | ||||
* | r300g: Remove unnecessary headers. | Vinson Lee | 2010-01-27 | 1 | -2/+0 |
| | |||||
* | r300g: Atomize rasterizer. | Corbin Simpson | 2010-01-10 | 1 | -1/+1 |
| | | | | I want to stab things now. | ||||
* | r300g: Atomize DSA. | Corbin Simpson | 2010-01-10 | 1 | -1/+1 |
| | | | | Also a bit of ztop. | ||||
* | r300g: Start using atoms. | Corbin Simpson | 2010-01-10 | 1 | -1/+1 |
| | | | | No benefits yet. | ||||
* | r300g: add acceleration of the clear, surface_copy, and surface_fill functions | Marek Olšák | 2009-12-15 | 1 | -0/+130 |