summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-25r600g: explicity set sign bits for RGTCDave Airlie1-2/+4
2011-02-25r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie2-10/+10
2011-02-25r300g: explicit sign bits on RGTC texturesDave Airlie1-2/+4
2011-02-24i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke1-1/+1
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts3-22/+108
2011-02-24nvc0: fix PointCoord enable in FP headerChristoph Bumiller1-2/+5
2011-02-24nvc0: change TGSI CMP translation to use slctChristoph Bumiller3-8/+15
2011-02-24nvc0: sprite coord enable is per GENERIC, not overall indexChristoph Bumiller1-5/+3
2011-02-24nvc0: fix new_value calls using type instead of sizeChristoph Bumiller1-3/+3
2011-02-24nvc0: set local memory usage info in shader headerChristoph Bumiller6-3/+34
2011-02-24nvc0: don't fold loads from local memoryChristoph Bumiller1-0/+5
2011-02-24nvc0: presin and preex2 can load from const spaceChristoph Bumiller1-2/+2
2011-02-24nvc0: kick out empty live rangesChristoph Bumiller1-0/+3
2011-02-24nvc0: preemptively insert branch at ENDIFChristoph Bumiller2-1/+9
2011-02-24nvc0: correct allocation of constrained registersChristoph Bumiller1-67/+154
2011-02-24nvc0: sync textures with render targets ourselvesChristoph Bumiller6-6/+35
2011-02-24nvc0: improve userspace fencingChristoph Bumiller6-26/+46
2011-02-24nvc0: values for undefined outputs must have file GPRChristoph Bumiller1-7/+4
2011-02-24nvc0: multiply polygon offset units by 2Christoph Bumiller1-1/+1
2011-02-24nvc0: fix SSGChristoph Bumiller1-5/+5
2011-02-24nvc0: don't visit target blocks of a loop break multiple timesChristoph Bumiller1-1/+4
2011-02-24nvc0: don't overwrite phi sources at the end of a loopChristoph Bumiller1-1/+5
2011-02-24gallium/utils: Fix vertex element setupFabian Bieler1-2/+3
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca4-9/+138
2011-02-24i965: Remember to pack the constant blend color as floats into the batchChris Wilson1-4/+4
2011-02-24intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson2-58/+77
2011-02-24i965: Unmap the correct pointer after discontiguous uploadChris Wilson1-2/+3
2011-02-24intel: Protect against waiting on a NULL render target boChris Wilson1-1/+1
2011-02-24r600g: EXT_texture_array support.Dave Airlie6-9/+39
2011-02-24st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie1-0/+12
2011-02-23scons: Fix Cygwin platform names.Vinson Lee2-2/+2
2011-02-24i915g: Lazy emit dynamic stateJakob Bornecrantz5-40/+36
2011-02-24i915g: Lazy emit immediate stateJakob Bornecrantz5-55/+59
2011-02-24i915g: Disable LIS7 state updates for nowJakob Bornecrantz2-1/+5
2011-02-24i915g: Clean up in i915_state_immediateJakob Bornecrantz1-5/+1
2011-02-24i915g: Remove outdated commentJakob Bornecrantz1-8/+0
2011-02-24i915g: Use dump function in sw winsysJakob Bornecrantz1-7/+2
2011-02-24i915g: Enable mirror repeat wrap modeJakob Bornecrantz3-6/+4
2011-02-24i915g: Always set vbo to flush on flushesJakob Bornecrantz1-1/+1
2011-02-23intel: gen3 is particular sensitive to batch sizeChris Wilson1-1/+1
2011-02-23i915: And remember assign the new value to the state reg...Chris Wilson1-0/+1
2011-02-23Fix GLX_USE_TLS define.Tom Fogal1-5/+3
2011-02-23r600g: Request DWORD aligned vertex buffers.Fabian Bieler1-1/+1
2011-02-23st/mesa: fix computing the lowest address for interleaved attribsWiktor Janas1-3/+6
2011-02-22vbo: added vbo_check_buffers_are_unmapped() debug functionBrian Paul2-0/+19
2011-02-22vbo: removed unused #defines, add commentsBrian Paul1-3/+6
2011-02-22mesa: move comment, change debug codeBrian Paul1-3/+5
2011-02-22vbo: simplify NeedFlush flag clearingBrian Paul1-4/+1
2011-02-22vbo: use ctx intstead of exec->ctxBrian Paul1-8/+8
2011-02-22r300g: fix missing initializers warningBrian Paul1-2/+4