aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg2010-09-131-0/+2
* r600c: remove stray unmap callAndre Maasikas2010-09-131-1/+0
* r300/compiler: fix warningsMarek Olšák2010-09-132-2/+3
* mesa: Fix depend.es[12] generation when LLVM is enabled.Chia-I Wu2010-09-122-29/+27
* r300/compiler: Reorganize presub_helper()Tom Stellard2010-09-101-33/+27
* r300/compiler: Don't use presubtract in TEX instructionsTom Stellard2010-09-101-1/+6
* r300/compiler: Print the presub subtract operation in the correct orderTom Stellard2010-09-101-6/+6
* r300/compiler: Fix dataflow bug in presub_helper()Tom Stellard2010-09-101-0/+2
* r300/compiler: Replace asserts with error messagesTom Stellard2010-09-101-2/+10
* r300/compiler: Fix copy propigation for some presub instructionsTom Stellard2010-09-101-1/+1
* r300/compiler: Add peephole optimization for the 'sub' presubtract operationTom Stellard2010-09-101-8/+17
* r300/compiler: Add peephole optimization for the 'add' presubtract operationTom Stellard2010-09-102-84/+200
* r300/compiler: Clean up rc_pair_alloc_source()Tom Stellard2010-09-101-20/+12
* r300/compiler: Enable presubtract sourcesTom Stellard2010-09-1015-94/+1072
* mesa: Remove unused Emit flags from gl_shader_compiler_optionsIan Romanick2010-09-101-2/+0
* intel: Remove noise opcode support from i915 and i965 driversIan Romanick2010-09-102-1135/+0
* r600c: add missing headerAlex Deucher2010-09-101-0/+1
* r600c: add OQ support for evergreenAlex Deucher2010-09-103-16/+55
* r600c: oq updatesAlex Deucher2010-09-103-2/+4
* r600c: add blit support for evergreenAlex Deucher2010-09-105-3/+1918
* r600c: emit start3d packet on evergreenAlex Deucher2010-09-101-2/+1
* r600c: fix some typosAlex Deucher2010-09-102-3/+3
* r600c: fix type in cb setup on evergreenAlex Deucher2010-09-101-3/+2
* r600c: add support for more rendering formats on evergreenAlex Deucher2010-09-102-32/+255
* r600: set correct initial point_minmax valuesAndre Maasikas2010-09-101-0/+4
* r600: dont bswap rgba FLOAT formatsAndre Maasikas2010-09-101-2/+2
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-102-66/+0
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-102-21/+60
* i965: Add switch cases for ir_unop_noise, which should have been lowered.Eric Anholt2010-09-092-0/+7
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-096-59/+8
* glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick2010-09-095-11/+8
* glsl2: Add ir_unop_noiseIan Romanick2010-09-091-0/+10
* mesa: Only reference logging symbols in debug buildsKristian Høgsberg2010-09-091-0/+11
* mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg2010-09-092-1/+10
* glapi: Implement optional dispatch loggingKristian Høgsberg2010-09-096-8/+48
* dri/nouveau: Expose EXT_texture_env_combine.Francisco Jerez2010-09-091-0/+1
* dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez2010-09-092-13/+19
* dri/nv04: Add support for NV_texture_env_combine4.Francisco Jerez2010-09-092-13/+24
* dri/nouveau: Minor cleanup.Francisco Jerez2010-09-091-21/+29
* r600: add TXL instruction and note about TXBAndre Maasikas2010-09-091-5/+12
* r600: remove depth exports move, just set to output x <- z in the export intr...Andre Maasikas2010-09-091-70/+5
* r600: protect cleanup instructions from double freeAndre Maasikas2010-09-092-2/+20
* r600: remove mask from output intructionsAndre Maasikas2010-09-096-45/+1
* r600: allow relative addressing of temps, inputs, outputsAndre Maasikas2010-09-091-13/+30
* r600: handle LIT writemaskAndre Maasikas2010-09-091-147/+141
* r600: fix rsq from negative inputAndre Maasikas2010-09-091-0/+3
* glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri2010-09-085-9/+15
* glsl: make compiler options per-targetLuca Barbieri2010-09-088-25/+64
* mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)Luca Barbieri2010-09-083-0/+72
* mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick2010-09-081-68/+22