summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie5-32/+95
2010-09-10r600g: don't need 3 bos here.Dave Airlie2-8/+4
2010-09-09graw: added test for finding shader mem leaksBrian Paul2-0/+267
2010-09-09draw: minor reformattingBrian Paul1-2/+1
2010-09-09graw: emit warnings when context/surface creation failesBrian Paul1-3/+11
2010-09-09winsys: emit warning in null_sw_displaytarget_create()Brian Paul1-0/+2
2010-09-09graw: fix array size, indentation,Brian Paul1-7/+10
2010-09-10glsl2: Fix scons build for all platformsJakob Bornecrantz1-0/+1
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg8-130/+25
2010-09-09glsl2: Implement noise[1234] built-in functions using ir_unop_noiseIan Romanick5-104/+458
2010-09-09glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick5-11/+8
2010-09-09glsl2: Add lowering pass to remove noise opcodesIan Romanick4-1/+75
2010-09-09glsl2: Add ir_unop_noiseIan Romanick3-0/+15
2010-09-09glsl/builtins: normalize of a negative scalar should be -1.0.Kenneth Graunke2-2/+2
2010-09-09mesa: Only reference logging symbols in debug buildsKristian Høgsberg1-0/+11
2010-09-09mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg2-1/+10
2010-09-09glapi: Fix non-debug buildsJakob Bornecrantz1-1/+1
2010-09-09st/dri: support EGL_MESA_image_drm: queryImageben1-0/+30
2010-09-09st/dri: support EGL_MESA_image_drm: createImageben1-0/+58
2010-09-09eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg5-292/+101
2010-09-09egl: Remove old egldri driverKristian Høgsberg3-1390/+0
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg8-25/+119
2010-09-09glx: Optimize out no-op make current callsKristian Høgsberg1-0/+4
2010-09-10egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu1-1/+1
2010-09-10egl: Display may be NULL in _eglLookup*.Chia-I Wu3-3/+3
2010-09-09llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul1-3/+0
2010-09-09dri/nouveau: Expose EXT_texture_env_combine.Francisco Jerez1-0/+1
2010-09-09dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez2-13/+19
2010-09-09dri/nv04: Add support for NV_texture_env_combine4.Francisco Jerez2-13/+24
2010-09-09dri/nouveau: Minor cleanup.Francisco Jerez1-21/+29
2010-09-09glx: Fix another use-after-free problemKristian Høgsberg1-1/+3
2010-09-09r600: add TXL instruction and note about TXBAndre Maasikas1-5/+12
2010-09-09r600: remove depth exports move, just set to output x <- z in the export intr...Andre Maasikas1-70/+5
2010-09-09r600: protect cleanup instructions from double freeAndre Maasikas2-2/+20
2010-09-09r600: remove mask from output intructionsAndre Maasikas6-45/+1
2010-09-09r600: allow relative addressing of temps, inputs, outputsAndre Maasikas1-13/+30
2010-09-09r600: handle LIT writemaskAndre Maasikas1-147/+141
2010-09-09r600: fix rsq from negative inputAndre Maasikas1-0/+3
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri11-19/+27
2010-09-08glsl: make compiler options per-targetLuca Barbieri8-25/+64
2010-09-08mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)Luca Barbieri3-0/+72
2010-09-08glsl: Add info about talloc and optimization passes to the README.Eric Anholt1-0/+26
2010-09-08glsl: Update README talking about multi-instruction operations.Eric Anholt1-4/+4
2010-09-08glx: Destroy pixmap after destroying glx and dri drawablesKristian Høgsberg1-2/+2
2010-09-08glsl/builtins: Set the API in the fake context.Kenneth Graunke2-0/+2
2010-09-08glsl2: Clear out profile pointers in _mesa_glsl_release_functionsIan Romanick2-0/+2
2010-09-08mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick1-68/+22
2010-09-08mesa: Fix handling of texenv operands for EXT vs ARB versionIan Romanick1-18/+19
2010-09-08glx: Ignore DRI2 event for drawables we've destroyedKristian Høgsberg1-1/+1
2010-09-08glx: Fix use after free problemKristian Høgsberg1-6/+7