summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-06i965: disable aubfile dump for nowsandybridge-2Zhenyu Wang1-0/+3
2010-09-06i965: remove discard adjacency set for GS on sandybridgeZhenyu Wang2-3/+2
2010-09-03i965: initial condition instruction fix for sandybridgeZhenyu Wang3-24/+78
2010-09-02i965: fix quarter control on sandybridgeZhenyu Wang1-0/+7
2010-08-30i965: initial support for sampler and ff_syncZhenyu Wang16-44/+506
2010-08-23i965: pull in my local hacksZhenyu Wang19-57/+265
2010-08-23i965: Add sandybridge D0 pci idsZhenyu Wang1-1/+3
2010-08-22mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime.Eric Anholt1-1/+1
2010-08-22st/mesa: implement depth-only blit for BlitFramebufferMarek Olšák1-2/+7
2010-08-22util: implement depth blitting in u_blitMarek Olšák1-17/+43
2010-08-22st/mesa: fix BlitFramebuffer for D24S8 texturesMarek Olšák1-21/+17
2010-08-22st/mesa: added st_is_depth_stencil_combined() functionBrian Paul2-0/+29
2010-08-22glsl: Don't constant-fold in a constant in place of a function outval.Eric Anholt1-0/+22
2010-08-22glsl: Convert constant folding to the rvalue visitor.Eric Anholt1-181/+19
2010-08-22glsl: Don't tree-graft in an expression in place of a function outval.Eric Anholt1-0/+5
2010-08-22st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBOBrian Paul1-0/+7
2010-08-22mesa: use driver hook for creating new renderbuffersBrian Paul1-2/+2
2010-08-22st/mesa: clean-up pipe_get_transfer() callsBrian Paul1-12/+12
2010-08-22mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.Eric Anholt4-2/+11
2010-08-23nvfx: fix minor memory leakLuca Barbieri1-1/+1
2010-08-23nvfx: support both sprite coord originsLuca Barbieri3-43/+108
2010-08-23nvfx: use 64-bit bitmasks for tempsLuca Barbieri1-8/+8
2010-08-22r600g: fix DB decompressionJerome Glisse6-75/+97
2010-08-22nvfx: Include missing header in nvfx_vertprog.c.Vinson Lee1-0/+2
2010-08-22translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz1-0/+26
2010-08-22translate_sse: refactor constant managementLuca Barbieri1-81/+76
2010-08-22nvfx: refactor to support multiple fragment program versionsLuca Barbieri5-76/+127
2010-08-22nvfx: move stuff aroundLuca Barbieri5-84/+95
2010-08-22r600g: depth buffer likely needs decompression when used as textureJerome Glisse8-34/+919
2010-08-22glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell3-4/+42
2010-08-22llvmpipe: reduce size of fragment shader variant keyKeith Whitwell2-6/+22
2010-08-22llvmpipe: remove unused member from lp_fragment_shader_variant_keyKeith Whitwell1-4/+0
2010-08-22llvmpipe: don't clear unused binsKeith Whitwell1-2/+5
2010-08-22draw: reduce the size of the llvm variant keyKeith Whitwell4-38/+100
2010-08-22glx/xlib: remove another XSyncKeith Whitwell1-1/+0
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell1-1/+1
2010-08-22nvfx: simplify and correct fragment program update logicLuca Barbieri6-94/+149
2010-08-22nvfx: make stipple setting independent of enableLuca Barbieri4-27/+3
2010-08-22nvfx: fix vertex programsLuca Barbieri1-0/+2
2010-08-22nvfx: use relocations array for vp constantsLuca Barbieri4-35/+34
2010-08-22r600g: Don't blindly unmap NULL->size.Henri Verbeet1-1/+3
2010-08-22svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca2-6/+9
2010-08-22i965: Fix 8-wide FB writes on gen6.Eric Anholt1-12/+5
2010-08-22i965: Fix brw_math1 with scalar argument in gen6 FS.Eric Anholt1-2/+14
2010-08-22i965: Fix up WM push constant setup on gen6.Eric Anholt5-26/+57
2010-08-22i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt3-5/+5
2010-08-22libgl-xlib: Include missing header in xlib.c.Vinson Lee1-0/+1
2010-08-22nvfx: Silence unused variable warning.Vinson Lee1-0/+1
2010-08-22mesa: Initialize member variables in ir_to_mesa_src_reg constructor.Vinson Lee1-0/+4
2010-08-21mesa: Initialize variables in mesa_src_reg_from_ir_src_reg.Vinson Lee1-0/+2