summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-22mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.Eric Anholt
2010-08-23nvfx: fix minor memory leakLuca Barbieri
2010-08-23nvfx: support both sprite coord originsLuca Barbieri
2010-08-23nvfx: use 64-bit bitmasks for tempsLuca Barbieri
2010-08-22r600g: fix DB decompressionJerome Glisse
2010-08-22nvfx: Include missing header in nvfx_vertprog.c.Vinson Lee
2010-08-22translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz
2010-08-22translate_sse: refactor constant managementLuca Barbieri
2010-08-22nvfx: refactor to support multiple fragment program versionsLuca Barbieri
2010-08-22nvfx: move stuff aroundLuca Barbieri
2010-08-22r600g: depth buffer likely needs decompression when used as textureJerome Glisse
2010-08-22glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell
2010-08-22llvmpipe: reduce size of fragment shader variant keyKeith Whitwell
2010-08-22llvmpipe: remove unused member from lp_fragment_shader_variant_keyKeith Whitwell
2010-08-22llvmpipe: don't clear unused binsKeith Whitwell
2010-08-22draw: reduce the size of the llvm variant keyKeith Whitwell
2010-08-22glx/xlib: remove another XSyncKeith Whitwell
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell
2010-08-22nvfx: simplify and correct fragment program update logicLuca Barbieri
2010-08-22nvfx: make stipple setting independent of enableLuca Barbieri
2010-08-22nvfx: fix vertex programsLuca Barbieri
2010-08-22nvfx: use relocations array for vp constantsLuca Barbieri
2010-08-22r600g: Don't blindly unmap NULL->size.Henri Verbeet
2010-08-22svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca
2010-08-22i965: Fix 8-wide FB writes on gen6.Eric Anholt
2010-08-22i965: Fix brw_math1 with scalar argument in gen6 FS.Eric Anholt
2010-08-22i965: Fix up WM push constant setup on gen6.Eric Anholt
2010-08-22i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt
2010-08-22libgl-xlib: Include missing header in xlib.c.Vinson Lee
2010-08-22nvfx: Silence unused variable warning.Vinson Lee
2010-08-22mesa: Initialize member variables in ir_to_mesa_src_reg constructor.Vinson Lee
2010-08-21mesa: Initialize variables in mesa_src_reg_from_ir_src_reg.Vinson Lee
2010-08-21util: Use #ifdef instead of #if.Vinson Lee
2010-08-21util: Define dump_cpu only for DEBUG builds.Vinson Lee
2010-08-21translate_sse: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-08-21i965g: Silence printf format warnings on 64-bit builds.Vinson Lee
2010-08-21nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nv50: Silence incompatible pointer type initialization warning.Vinson Lee
2010-08-21nv50: Disable unused code.Vinson Lee
2010-08-21i965g: Fix printf format warning on 32-bit platforms.Vinson Lee
2010-08-21glsl: Silence uninitialized variable warning.Vinson Lee
2010-08-21r600g: partialy fix texturing from depth buffer + initial support for untilingJerome Glisse
2010-08-22draw: Don't assert if indices point outside vertex buffer.José Fonseca
2010-08-22mesa: Removed another unused variable.José Fonseca
2010-08-21glsl: Silence unused variable warning.Vinson Lee
2010-08-21util: Silence uninitialized variable warnings.Vinson Lee
2010-08-21glsl: Handle array declarations in function parameters.Kenneth Graunke
2010-08-21nvfx: actually fix it properlyLuca Barbieri
2010-08-21nvfx: fix incorrect assertLuca Barbieri