summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Lee1-1/+1
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-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
2011-02-22i915g: remove extra semicolonsBrian Paul1-3/+3
2011-02-22xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner3-7/+7
2011-02-22i965: Increase Sandybridge point size clamp.Kenneth Graunke1-1/+1
2011-02-22i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.Kenneth Graunke1-1/+1
2011-02-22i965/fs: Refactor control flow stack handling.Kenneth Graunke1-7/+27
2011-02-22i965/fs: Avoid register coalescing away gen6 MATH workarounds.Kenneth Graunke1-0/+10
2011-02-22i965/fs: Apply source modifier workarounds to POW as well.Kenneth Graunke1-3/+7
2011-02-22i965: Fix shaders that write to gl_PointSize on Sandybridge.Kenneth Graunke1-0/+2
2011-02-22mesa: Avoid undeclared ffs function warning on mingw.José Fonseca1-0/+6
2011-02-22gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments.José Fonseca1-4/+4
2011-02-22gallium/docs: Update PIPE_TRANSFER_xx docs. Reformat to use definitions.José Fonseca1-13/+29
2011-02-22gallium: new transfer flag: DISCARD_WHOLE_RESOURCEKeith Whitwell1-3/+18
2011-02-20st/mesa: fix crash when using both user and vbo buffers with the same strideMarek Olšák1-0/+8
2011-02-20st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák1-6/+10
2011-02-22i965: Trim the interleaved upload to the minimum number of verticesChris Wilson1-1/+5
2011-02-22i965: Reinstate max-index paranoiaChris Wilson1-1/+1
2011-02-22i965: Zero the offset into the vbo when uploading non-interleavedChris Wilson1-0/+1
2011-02-20st/dri: Track drawable context bindingsJakob Bornecrantz4-2/+14
2011-02-21i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.Eric Anholt1-1/+1
2011-02-21Revert "mesa: convert macros to inline functions"Brian Paul1-22/+22
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul4-47/+75
2011-02-21st/mesa: fix the default case in st_format_datatype()Brian Paul1-5/+2
2011-02-21i915g: add some throttlingDaniel Vetter1-0/+9
2011-02-21i915g: s/bool/boolean/ style-fixup in winsysDaniel Vetter3-3/+4
2011-02-21i915g: Fix warningJakob Bornecrantz1-1/+0
2011-02-21i915g: Add option to lie about capsJakob Bornecrantz3-1/+9