| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r300/compiler: Replace asserts with error messages | Tom Stellard | 2010-09-10 | 1 | -2/+10 |
* | r300/compiler: Fix copy propigation for some presub instructions | Tom Stellard | 2010-09-10 | 1 | -1/+1 |
* | r300/compiler: Add peephole optimization for the 'sub' presubtract operation | Tom Stellard | 2010-09-10 | 1 | -8/+17 |
* | r300/compiler: Add peephole optimization for the 'add' presubtract operation | Tom Stellard | 2010-09-10 | 2 | -84/+200 |
* | r300/compiler: Clean up rc_pair_alloc_source() | Tom Stellard | 2010-09-10 | 1 | -20/+12 |
* | r300/compiler: Enable presubtract sources | Tom Stellard | 2010-09-10 | 17 | -94/+1074 |
* | mesa: Remove unused Emit flags from gl_shader_compiler_options | Ian Romanick | 2010-09-10 | 1 | -2/+0 |
* | intel: Remove noise opcode support from i915 and i965 drivers | Ian Romanick | 2010-09-10 | 2 | -1135/+0 |
* | r600c: add missing header | Alex Deucher | 2010-09-10 | 1 | -0/+1 |
* | r600c: add OQ support for evergreen | Alex Deucher | 2010-09-10 | 3 | -16/+55 |
* | r600c: oq updates | Alex Deucher | 2010-09-10 | 3 | -2/+4 |
* | r600c: add blit support for evergreen | Alex Deucher | 2010-09-10 | 5 | -3/+1918 |
* | r600c: emit start3d packet on evergreen | Alex Deucher | 2010-09-10 | 1 | -2/+1 |
* | r600c: fix some typos | Alex Deucher | 2010-09-10 | 2 | -3/+3 |
* | r600c: fix type in cb setup on evergreen | Alex Deucher | 2010-09-10 | 1 | -3/+2 |
* | r600c: add support for more rendering formats on evergreen | Alex Deucher | 2010-09-10 | 2 | -32/+255 |
* | r600: set correct initial point_minmax values | Andre Maasikas | 2010-09-10 | 1 | -0/+4 |
* | r600g: Fixed a bo reference leak in the draw module. | Tilman Sauerbeck | 2010-09-10 | 1 | -0/+5 |
* | r600g: Only increase a bo's map_count if radeon_bo_map() succeeded. | Tilman Sauerbeck | 2010-09-10 | 1 | -2/+6 |
* | r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new(). | Tilman Sauerbeck | 2010-09-10 | 1 | -2/+1 |
* | r600g: Fixed a bo leak in r600_texture_from_handle(). | Tilman Sauerbeck | 2010-09-10 | 1 | -5/+6 |
* | r600g: Don't leave stale references in query_list when we cannot create bo. | Tilman Sauerbeck | 2010-09-10 | 1 | -1/+3 |
* | r600g: Implemented the y component write for the LOG opcode. | Tilman Sauerbeck | 2010-09-10 | 1 | -5/+90 |
* | egl: Simplify _eglBindContext. | Chia-I Wu | 2010-09-10 | 1 | -77/+31 |
* | r600: dont bswap rgba FLOAT formats | Andre Maasikas | 2010-09-10 | 1 | -2/+2 |
* | targets/egl: Fix crashes from loading invalid modules. | Chia-I Wu | 2010-09-10 | 1 | -4/+1 |
* | gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. | Chia-I Wu | 2010-09-10 | 9 | -86/+50 |
* | st/egl: Use profiles to create OpenGL ES contexts. | Chia-I Wu | 2010-09-10 | 10 | -189/+92 |
* | st/dri: Use profiles to create OpenGL ES contexts. | Chia-I Wu | 2010-09-10 | 4 | -46/+14 |
* | gallium: Add context profile support to st_api. | Chia-I Wu | 2010-09-10 | 8 | -32/+171 |
* | r600g: fixup state calculations for picking states. | Dave Airlie | 2010-09-10 | 7 | -29/+16 |
* | r600g: fixup CB state numbering header | Dave Airlie | 2010-09-10 | 3 | -95/+36 |
* | r600g: fix warning in r600 pipe driver | Dave Airlie | 2010-09-10 | 3 | -15/+14 |
* | r600g: evergreen CBs are more sane to support with a single state | Dave Airlie | 2010-09-10 | 3 | -82/+3 |
* | r600g: add multi-buffer flush support properly. | Dave Airlie | 2010-09-10 | 1 | -6/+7 |
* | r600g: fix regression in multi-buffer tests since CB flush merge | Dave Airlie | 2010-09-10 | 1 | -14/+14 |
* | i965: Add switch cases for ir_unop_noise, which should have been lowered. | Eric Anholt | 2010-09-09 | 2 | -0/+7 |
* | r600g: add initial evergreen support | Dave Airlie | 2010-09-10 | 25 | -62/+5303 |
* | r600g: align flushing of cb/db with DDX/r600c. | Dave Airlie | 2010-09-10 | 5 | -32/+95 |
* | r600g: don't need 3 bos here. | Dave Airlie | 2010-09-10 | 2 | -8/+4 |
* | graw: added test for finding shader mem leaks | Brian Paul | 2010-09-09 | 2 | -0/+267 |
* | draw: minor reformatting | Brian Paul | 2010-09-09 | 1 | -2/+1 |
* | graw: emit warnings when context/surface creation failes | Brian Paul | 2010-09-09 | 1 | -3/+11 |
* | winsys: emit warning in null_sw_displaytarget_create() | Brian Paul | 2010-09-09 | 1 | -0/+2 |
* | graw: fix array size, indentation, | Brian Paul | 2010-09-09 | 1 | -7/+10 |
* | glsl2: Fix scons build for all platforms | Jakob Bornecrantz | 2010-09-10 | 1 | -0/+1 |
* | Revert "glapi: Implement optional dispatch logging" | Kristian Høgsberg | 2010-09-09 | 8 | -130/+25 |
* | glsl2: Implement noise[1234] built-in functions using ir_unop_noise | Ian Romanick | 2010-09-09 | 5 | -104/+458 |
* | glsl2: Add EmitNoNoise flag, use it to remove noise opcodes | Ian Romanick | 2010-09-09 | 5 | -11/+8 |
* | glsl2: Add lowering pass to remove noise opcodes | Ian Romanick | 2010-09-09 | 4 | -1/+75 |