summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable texture lookups whose return type is 'float'Kenneth Graunke2011-03-141-1/+4
* i965: Fix tex_swizzle when depth mode is GL_REDChad Versace2011-03-141-1/+2
* i965: Remove dead assignmentChad Versace2011-03-141-2/+0
* Revert "i965: Use the fixed function GLSL program instead of the ARB program."Eric Anholt2011-03-122-5/+5
* i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt2011-03-112-5/+5
* i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt2011-03-111-1/+1
* i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson2011-03-092-42/+43
* i965: Apply a workaround for the Ironlake "vertex flashing".Eric Anholt2011-03-041-1/+8
* i965: Fix extending VB packetsChris Wilson2011-03-041-2/+2
* i965: Handle URB_FENCE erratum for BroadwaterChris Wilson2011-03-041-0/+8
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-042-9/+16
* i965: Prevent using a zero sized (or of unknown type) vertex arrayChris Wilson2011-03-041-5/+6
* i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai2011-03-031-4/+15
* i965: Maxinum the usage of urb space on SNB.Zou Nan hai2011-03-021-10/+6
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-012-8/+15
* i965: Undo 'continuation of vb packets'Chris Wilson2011-03-011-1/+1
* i965: Fix uploading of shortened vertex packetsChris Wilson2011-03-011-12/+13
* i965: Upload all vertices usedChris Wilson2011-03-012-31/+38
* Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke2011-03-011-1/+1
* i965: bump VS thread number to 60 on SNBZou Nan hai2011-03-012-2/+11
* i965/fs: Initial plumbing to support TXD.Kenneth Graunke2011-02-252-0/+14
* i965/fs: Complete TXL support on gen5+.Kenneth Graunke2011-02-251-0/+7
* i965/fs: Complete TXL support on gen4.Kenneth Graunke2011-02-251-0/+10
* i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke2011-02-251-1/+1
* i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke2011-02-251-0/+2
* i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke2011-02-241-1/+1
* i965: Remember to pack the constant blend color as floats into the batchChris Wilson2011-02-241-4/+4
* intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson2011-02-241-0/+1
* i965: Unmap the correct pointer after discontiguous uploadChris Wilson2011-02-241-2/+3
* i965: Increase Sandybridge point size clamp.Kenneth Graunke2011-02-221-1/+1
* i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.Kenneth Graunke2011-02-221-1/+1
* i965/fs: Refactor control flow stack handling.Kenneth Graunke2011-02-221-7/+27
* i965/fs: Avoid register coalescing away gen6 MATH workarounds.Kenneth Graunke2011-02-221-0/+10
* i965/fs: Apply source modifier workarounds to POW as well.Kenneth Graunke2011-02-221-3/+7
* i965: Fix shaders that write to gl_PointSize on Sandybridge.Kenneth Graunke2011-02-221-0/+2
* i965: Trim the interleaved upload to the minimum number of verticesChris Wilson2011-02-221-1/+5
* i965: Reinstate max-index paranoiaChris Wilson2011-02-221-1/+1
* i965: Zero the offset into the vbo when uploading non-interleavedChris Wilson2011-02-221-0/+1
* i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.Eric Anholt2011-02-211-1/+1
* i965: Remove spurious duplicate ADVANCE_BATCHChris Wilson2011-02-211-1/+0
* i965: Use compiler builtins when availableChris Wilson2011-02-212-11/+8
* i965: Micro-optimise check_stateChris Wilson2011-02-211-7/+5
* i965: Remove unused 'next_free_page' memberChris Wilson2011-02-211-5/+0
* intel: extend current vertex buffersChris Wilson2011-02-214-20/+72
* intel: Use specified alignment for writes into the upload bufferChris Wilson2011-02-211-7/+9
* i965: Clean up brw_prepare_vertices()Chris Wilson2011-02-211-21/+20
* intel: combine short memcpy using a temporary allocated bufferChris Wilson2011-02-211-5/+6
* i965: upload normal arrays as interleavedChris Wilson2011-02-211-30/+72
* i965: interleaved vboChris Wilson2011-02-211-12/+27
* i965: emit one vb packet per vboChris Wilson2011-02-213-77/+83