index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Enable texture lookups whose return type is 'float'
Kenneth Graunke
2011-03-14
1
-1
/
+4
*
i965: Fix tex_swizzle when depth mode is GL_RED
Chad Versace
2011-03-14
1
-1
/
+2
*
i965: Remove dead assignment
Chad Versace
2011-03-14
1
-2
/
+0
*
Revert "i965: Use the fixed function GLSL program instead of the ARB program."
Eric Anholt
2011-03-12
2
-5
/
+5
*
i965: Use the fixed function GLSL program instead of the ARB program.
Eric Anholt
2011-03-11
2
-5
/
+5
*
i965: Use ffs() on a 32-bit int value instad of ffsll().
Eric Anholt
2011-03-11
1
-1
/
+1
*
i965: Pack the tracked state atoms into separate arrays for prepare/emit.
Chris Wilson
2011-03-09
2
-42
/
+43
*
i965: Apply a workaround for the Ironlake "vertex flashing".
Eric Anholt
2011-03-04
1
-1
/
+8
*
i965: Fix extending VB packets
Chris Wilson
2011-03-04
1
-2
/
+2
*
i965: Handle URB_FENCE erratum for Broadwater
Chris Wilson
2011-03-04
1
-0
/
+8
*
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
2
-9
/
+16
*
i965: Prevent using a zero sized (or of unknown type) vertex array
Chris Wilson
2011-03-04
1
-5
/
+6
*
i965: SNB GT1 has only 32k urb and max 128 urb entries.
Zou Nan hai
2011-03-03
1
-4
/
+15
*
i965: Maxinum the usage of urb space on SNB.
Zou Nan hai
2011-03-02
1
-10
/
+6
*
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-03-01
2
-8
/
+15
*
i965: Undo 'continuation of vb packets'
Chris Wilson
2011-03-01
1
-1
/
+1
*
i965: Fix uploading of shortened vertex packets
Chris Wilson
2011-03-01
1
-12
/
+13
*
i965: Upload all vertices used
Chris Wilson
2011-03-01
2
-31
/
+38
*
Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."
Kenneth Graunke
2011-03-01
1
-1
/
+1
*
i965: bump VS thread number to 60 on SNB
Zou Nan hai
2011-03-01
2
-2
/
+11
*
i965/fs: Initial plumbing to support TXD.
Kenneth Graunke
2011-02-25
2
-0
/
+14
*
i965/fs: Complete TXL support on gen5+.
Kenneth Graunke
2011-02-25
1
-0
/
+7
*
i965/fs: Complete TXL support on gen4.
Kenneth Graunke
2011-02-25
1
-0
/
+10
*
i965/fs: Use a properly named constant in TXB handling.
Kenneth Graunke
2011-02-25
1
-1
/
+1
*
i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.
Kenneth Graunke
2011-02-25
1
-0
/
+2
*
i965: Increase Sandybridge point size clamp in the clip state.
Kenneth Graunke
2011-02-24
1
-1
/
+1
*
i965: Remember to pack the constant blend color as floats into the batch
Chris Wilson
2011-02-24
1
-4
/
+4
*
intel: Reset the buffer offset after releasing reference to packed upload
Chris Wilson
2011-02-24
1
-0
/
+1
*
i965: Unmap the correct pointer after discontiguous upload
Chris Wilson
2011-02-24
1
-2
/
+3
*
i965: Increase Sandybridge point size clamp.
Kenneth Graunke
2011-02-22
1
-1
/
+1
*
i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
Kenneth Graunke
2011-02-22
1
-1
/
+1
*
i965/fs: Refactor control flow stack handling.
Kenneth Graunke
2011-02-22
1
-7
/
+27
*
i965/fs: Avoid register coalescing away gen6 MATH workarounds.
Kenneth Graunke
2011-02-22
1
-0
/
+10
*
i965/fs: Apply source modifier workarounds to POW as well.
Kenneth Graunke
2011-02-22
1
-3
/
+7
*
i965: Fix shaders that write to gl_PointSize on Sandybridge.
Kenneth Graunke
2011-02-22
1
-0
/
+2
*
i965: Trim the interleaved upload to the minimum number of vertices
Chris Wilson
2011-02-22
1
-1
/
+5
*
i965: Reinstate max-index paranoia
Chris Wilson
2011-02-22
1
-1
/
+1
*
i965: Zero the offset into the vbo when uploading non-interleaved
Chris Wilson
2011-02-22
1
-0
/
+1
*
i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.
Eric Anholt
2011-02-21
1
-1
/
+1
*
i965: Remove spurious duplicate ADVANCE_BATCH
Chris Wilson
2011-02-21
1
-1
/
+0
*
i965: Use compiler builtins when available
Chris Wilson
2011-02-21
2
-11
/
+8
*
i965: Micro-optimise check_state
Chris Wilson
2011-02-21
1
-7
/
+5
*
i965: Remove unused 'next_free_page' member
Chris Wilson
2011-02-21
1
-5
/
+0
*
intel: extend current vertex buffers
Chris Wilson
2011-02-21
4
-20
/
+72
*
intel: Use specified alignment for writes into the upload buffer
Chris Wilson
2011-02-21
1
-7
/
+9
*
i965: Clean up brw_prepare_vertices()
Chris Wilson
2011-02-21
1
-21
/
+20
*
intel: combine short memcpy using a temporary allocated buffer
Chris Wilson
2011-02-21
1
-5
/
+6
*
i965: upload normal arrays as interleaved
Chris Wilson
2011-02-21
1
-30
/
+72
*
i965: interleaved vbo
Chris Wilson
2011-02-21
1
-12
/
+27
*
i965: emit one vb packet per vbo
Chris Wilson
2011-02-21
3
-77
/
+83
[next]