summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* graw: emit warnings when context/surface creation failesBrian Paul2010-09-091-3/+11
* winsys: emit warning in null_sw_displaytarget_create()Brian Paul2010-09-091-0/+2
* graw: fix array size, indentation,Brian Paul2010-09-091-7/+10
* glsl2: Fix scons build for all platformsJakob Bornecrantz2010-09-101-0/+1
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-098-130/+25
* glsl2: Implement noise[1234] built-in functions using ir_unop_noiseIan Romanick2010-09-095-104/+458
* glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick2010-09-095-11/+8
* glsl2: Add lowering pass to remove noise opcodesIan Romanick2010-09-094-1/+75
* glsl2: Add ir_unop_noiseIan Romanick2010-09-093-0/+15
* glsl/builtins: normalize of a negative scalar should be -1.0.Kenneth Graunke2010-09-092-2/+2
* 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: Fix non-debug buildsJakob Bornecrantz2010-09-091-1/+1
* st/dri: support EGL_MESA_image_drm: queryImageben2010-09-091-0/+30
* st/dri: support EGL_MESA_image_drm: createImageben2010-09-091-0/+58
* eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg2010-09-095-292/+101
* egl: Remove old egldri driverKristian Høgsberg2010-09-093-1390/+0
* glapi: Implement optional dispatch loggingKristian Høgsberg2010-09-098-25/+119
* glx: Optimize out no-op make current callsKristian Høgsberg2010-09-091-0/+4
* egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu2010-09-101-1/+1
* egl: Display may be NULL in _eglLookup*.Chia-I Wu2010-09-103-3/+3
* llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul2010-09-091-3/+0
* 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
* glx: Fix another use-after-free problemKristian Høgsberg2010-09-091-1/+3
* 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-0811-19/+27
* 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
* glsl: Add info about talloc and optimization passes to the README.Eric Anholt2010-09-081-0/+26
* glsl: Update README talking about multi-instruction operations.Eric Anholt2010-09-081-4/+4
* glx: Destroy pixmap after destroying glx and dri drawablesKristian Høgsberg2010-09-081-2/+2
* glsl/builtins: Set the API in the fake context.Kenneth Graunke2010-09-082-0/+2
* glsl2: Clear out profile pointers in _mesa_glsl_release_functionsIan Romanick2010-09-082-0/+2
* mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick2010-09-081-68/+22
* mesa: Fix handling of texenv operands for EXT vs ARB versionIan Romanick2010-09-081-18/+19
* glx: Ignore DRI2 event for drawables we've destroyedKristian Høgsberg2010-09-081-1/+1
* glx: Fix use after free problemKristian Høgsberg2010-09-081-6/+7
* glsl: Fix for scalar float built-in definitions.Kenneth Graunke2010-09-083-4/+4
* glsl: regenerate builtinsEric Anholt2010-09-081-1/+1
* glsl: Fix typo in builtin step() using a wrong channel.Eric Anholt2010-09-081-1/+1
* ir_validate: Ensure ir_binop_dot is only used on vector types.Kenneth Graunke2010-09-081-0/+1