summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-09-10r600g: fixup state calculations for picking states.Dave Airlie
2010-09-10r600g: fixup CB state numbering headerDave Airlie
2010-09-10r600g: fix warning in r600 pipe driverDave Airlie
2010-09-10r600g: evergreen CBs are more sane to support with a single stateDave Airlie
2010-09-10r600g: add multi-buffer flush support properly.Dave Airlie
2010-09-10r600g: fix regression in multi-buffer tests since CB flush mergeDave Airlie
2010-09-09i965: Add switch cases for ir_unop_noise, which should have been lowered.Eric Anholt
2010-09-10r600g: add initial evergreen supportDave Airlie
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie
2010-09-10r600g: don't need 3 bos here.Dave Airlie
2010-09-09graw: added test for finding shader mem leaksBrian Paul
2010-09-09draw: minor reformattingBrian Paul
2010-09-09graw: emit warnings when context/surface creation failesBrian Paul
2010-09-09winsys: emit warning in null_sw_displaytarget_create()Brian Paul
2010-09-09graw: fix array size, indentation,Brian Paul
2010-09-10glsl2: Fix scons build for all platformsJakob Bornecrantz
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg
2010-09-09glsl2: Implement noise[1234] built-in functions using ir_unop_noiseIan Romanick
2010-09-09glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick
2010-09-09glsl2: Add lowering pass to remove noise opcodesIan Romanick
2010-09-09glsl2: Add ir_unop_noiseIan Romanick
2010-09-09glsl/builtins: normalize of a negative scalar should be -1.0.Kenneth Graunke
2010-09-09mesa: Only reference logging symbols in debug buildsKristian Høgsberg
2010-09-09mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg
2010-09-09glapi: Fix non-debug buildsJakob Bornecrantz
2010-09-09st/dri: support EGL_MESA_image_drm: queryImageben
2010-09-09st/dri: support EGL_MESA_image_drm: createImageben
2010-09-09eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg
2010-09-09egl: Remove old egldri driverKristian Høgsberg
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg
2010-09-09glx: Optimize out no-op make current callsKristian Høgsberg
2010-09-10egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu
2010-09-10egl: Display may be NULL in _eglLookup*.Chia-I Wu
2010-09-09llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul
2010-09-09dri/nouveau: Expose EXT_texture_env_combine.Francisco Jerez
2010-09-09dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez
2010-09-09dri/nv04: Add support for NV_texture_env_combine4.Francisco Jerez
2010-09-09dri/nouveau: Minor cleanup.Francisco Jerez
2010-09-09glx: Fix another use-after-free problemKristian Høgsberg
2010-09-09r600: add TXL instruction and note about TXBAndre Maasikas
2010-09-09r600: remove depth exports move, just set to output x <- z in the export intr...Andre Maasikas
2010-09-09r600: protect cleanup instructions from double freeAndre Maasikas
2010-09-09r600: remove mask from output intructionsAndre Maasikas
2010-09-09r600: allow relative addressing of temps, inputs, outputsAndre Maasikas
2010-09-09r600: handle LIT writemaskAndre Maasikas
2010-09-09r600: fix rsq from negative inputAndre Maasikas
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-09-08mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)Luca Barbieri