Age | Commit message (Expand) | Author |
2010-09-13 | r600c: remove redundant state emit on evergreen | Alex Deucher |
2010-09-13 | r600c: eg: fix typo | Andre Maasikas |
2010-09-13 | r600c: eg: 256 float4 constants may need more than 256 bytes | Andre Maasikas |
2010-09-13 | r600c: eg - fix uninitialized variable | Andre Maasikas |
2010-09-13 | r600c: remove stray unmap call | Andre Maasikas |
2010-09-13 | r300/compiler: fix warnings | Marek Olšák |
2010-09-10 | r300/compiler: Reorganize presub_helper() | Tom Stellard |
2010-09-10 | r300/compiler: Don't use presubtract in TEX instructions | Tom Stellard |
2010-09-10 | r300/compiler: Print the presub subtract operation in the correct order | Tom Stellard |
2010-09-10 | r300/compiler: Fix dataflow bug in presub_helper() | Tom Stellard |
2010-09-10 | r300/compiler: Replace asserts with error messages | Tom Stellard |
2010-09-10 | r300/compiler: Fix copy propigation for some presub instructions | Tom Stellard |
2010-09-10 | r300/compiler: Add peephole optimization for the 'sub' presubtract operation | Tom Stellard |
2010-09-10 | r300/compiler: Add peephole optimization for the 'add' presubtract operation | Tom Stellard |
2010-09-10 | r300/compiler: Clean up rc_pair_alloc_source() | Tom Stellard |
2010-09-10 | r300/compiler: Enable presubtract sources | Tom Stellard |
2010-09-10 | intel: Remove noise opcode support from i915 and i965 drivers | Ian Romanick |
2010-09-10 | r600c: add missing header | Alex Deucher |
2010-09-10 | r600c: add OQ support for evergreen | Alex Deucher |
2010-09-10 | r600c: oq updates | Alex Deucher |
2010-09-10 | r600c: add blit support for evergreen | Alex Deucher |
2010-09-10 | r600c: emit start3d packet on evergreen | Alex Deucher |
2010-09-10 | r600c: fix some typos | Alex Deucher |
2010-09-10 | r600c: fix type in cb setup on evergreen | Alex Deucher |
2010-09-10 | r600c: add support for more rendering formats on evergreen | Alex Deucher |
2010-09-10 | r600: set correct initial point_minmax values | Andre Maasikas |
2010-09-10 | r600: dont bswap rgba FLOAT formats | Andre Maasikas |
2010-09-09 | i965: Add switch cases for ir_unop_noise, which should have been lowered. | Eric Anholt |
2010-09-09 | Revert "glapi: Implement optional dispatch logging" | Kristian Høgsberg |
2010-09-09 | glsl2: Add EmitNoNoise flag, use it to remove noise opcodes | Ian Romanick |
2010-09-09 | glapi: Implement optional dispatch logging | Kristian Høgsberg |
2010-09-09 | dri/nouveau: Expose EXT_texture_env_combine. | Francisco Jerez |
2010-09-09 | dri/nv10-nv20: Add support for NV_texture_env_combine4. | Francisco Jerez |
2010-09-09 | dri/nv04: Add support for NV_texture_env_combine4. | Francisco Jerez |
2010-09-09 | dri/nouveau: Minor cleanup. | Francisco Jerez |
2010-09-09 | r600: add TXL instruction and note about TXB | Andre Maasikas |
2010-09-09 | r600: remove depth exports move, just set to output x <- z in the export intr... | Andre Maasikas |
2010-09-09 | r600: protect cleanup instructions from double free | Andre Maasikas |
2010-09-09 | r600: remove mask from output intructions | Andre Maasikas |
2010-09-09 | r600: allow relative addressing of temps, inputs, outputs | Andre Maasikas |
2010-09-09 | r600: handle LIT writemask | Andre Maasikas |
2010-09-09 | r600: fix rsq from negative input | Andre Maasikas |
2010-09-08 | glsl: add several EmitNo* options, and MaxUnrollIterations | Luca Barbieri |
2010-09-08 | glsl: make compiler options per-target | Luca Barbieri |
2010-09-08 | dri: Unset current context and dispatch table when unbinding | Kristian Høgsberg |
2010-09-07 | i965: Enable EXT_framebuffer_blit internally. | Kenneth Graunke |
2010-09-07 | i965: Store the byte address in the VS constant buffer as an integer. | Eric Anholt |
2010-09-07 | i965: Make pixel_xy results UW. | Eric Anholt |
2010-09-07 | i965: Don't bother with RNDZ for f2i. | Eric Anholt |
2010-09-07 | i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments. | Eric Anholt |