summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-16nv50: don't segfault on shaders with 0 instructionsChristoph Bumiller1-1/+3
2010-09-16glsl: Don't print blank (function ...) headers for built-ins.Kenneth Graunke1-0/+3
2010-09-16glsl: Change from has_builtin_signature to has_user_signature.Kenneth Graunke3-5/+5
2010-09-16r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck1-2/+14
2010-09-16r600g: Fixed a bo leak in r600_blit_state_ps_shader().Tilman Sauerbeck1-1/+1
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu3-4/+21
2010-09-16mesa: Update ES APIspec.xml.Chia-I Wu1-9/+5
2010-09-16r600g: fix texture bos and avoid doing depth blit on evergreenDave Airlie2-11/+4
2010-09-16r600g: fixup texture state on evergreen.Dave Airlie4-143/+317
2010-09-15mesa/st: Silence uninitialized variable warning.Vinson Lee1-1/+4
2010-09-15nv50: Fix 'control reaches end of non-void function' warning.Vinson Lee1-0/+1
2010-09-15nv50: Silence uninitialized variable warnings.Vinson Lee1-1/+2
2010-09-15draw: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-15gallivm: Remove unnecessary headers.Vinson Lee1-2/+0
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee1-1/+2
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-09-15nv50: Remove unnecessary headers.Vinson Lee2-2/+0
2010-09-15nv50: Update files in SConscript to match Makefile.Vinson Lee1-1/+8
2010-09-16r600g: add vgt dma src definesDave Airlie2-3/+5
2010-09-16r600g: use index min/max + index buffer offset.Dave Airlie4-5/+14
2010-09-16r600g: pull r600_draw struct out into headerDave Airlie4-72/+73
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul7-1029/+1919
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul1-5/+6
2010-09-15nv50: use unsigned int for bitfields to silence warningsBrian Paul2-16/+16
2010-09-15llvmpipe: s/boolean/unsigned/ in bitfield to silence warningBrian Paul1-2/+2
2010-09-15llvmpipe: cast to silence warningBrian Paul1-1/+1
2010-09-15glsl2: fix signed/unsigned comparison warningBrian Paul1-2/+2
2010-09-15r600g: misc cleanupJohn Doe7-46/+47
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller23-5020/+9082
2010-09-15llvmpipe: return zero from floor_pot(zero)Keith Whitwell1-1/+3
2010-09-15nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNTnv50-compilerChristoph Bumiller2-2/+5
2010-09-15nv50: improve and fix modifier folding optimizationChristoph Bumiller4-26/+46
2010-09-15nv50: consider address register in reload eliminationChristoph Bumiller1-7/+11
2010-09-15llvmpipe: remove duplicate codeKeith Whitwell1-5/+0
2010-09-15llvmpipe: brackets around macro argKeith Whitwell1-1/+1
2010-09-15glapi: Fix ES build errors again.Chia-I Wu1-2/+2
2010-09-15r600g: Silence unused variable warning.Vinson Lee1-0/+2
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-0/+3
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15nvfx: Silence uninitialized variable warnings.Vinson Lee1-0/+3
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee1-1/+1
2010-09-15r300g: fix buffer reuse issue caused by previous commitDave Airlie1-3/+6
2010-09-15glapi: Fix build errors for ES.Chia-I Wu1-1/+1
2010-09-15r600c: fix buffer height setting in dri2 caseAndre Maasikas2-9/+46
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák2-4/+26
2010-09-14mesa: Include missing header in program.h.Vinson Lee1-0/+1