index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
intel: Introduce a new intel_context::gt field to go along with gen.
Kenneth Graunke
2011-09-26
1
-3
/
+3
*
i965: Fix incorrect maximum PS thread count shift on Ivybridge.
Kenneth Graunke
2011-09-26
1
-1
/
+1
*
intel: Remove pointless boolean return value from *_miptree_layout.
Kenneth Graunke
2011-09-23
1
-4
/
+2
*
i965: Allow clip distances to be read back in fragment shaders.
Paul Berry
2011-09-23
2
-6
/
+2
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
4
-27
/
+32
*
i965: Don't upload clip planes when gl_ClipDistance is in use.
Paul Berry
2011-09-23
4
-7
/
+12
*
i965: Enable lower_clip_distance.
Paul Berry
2011-09-23
1
-0
/
+1
*
i965: fix the constant interp bitmask for flat mode
Yuanhan Liu
2011-09-23
2
-12
/
+26
*
i965: Add support for GL_EXT_packed_float.
Eric Anholt
2011-09-22
1
-0
/
+1
*
i965: Add support for GL_EXT_texture_shared_exponent.
Eric Anholt
2011-09-22
1
-0
/
+1
*
i965/vs: Return a dummy value when visiting ir_texture.
Eric Anholt
2011-09-21
1
-0
/
+1
*
i965/gen6+: When only BFC is written, use BFC as the color.
Eric Anholt
2011-09-21
1
-0
/
+9
*
i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders.
Eric Anholt
2011-09-21
3
-9
/
+8
*
i965: Remove bogus assertion on MAX_CLIP_PLANES.
Paul Berry
2011-09-20
1
-1
/
+0
*
i965/vs: Add support for compute-to-MRF.
Eric Anholt
2011-09-20
3
-0
/
+179
*
i965/vs: Do VUE writes using the MRF file instead of hardware register.
Eric Anholt
2011-09-20
1
-4
/
+6
*
i965/vs: Handle destinations in the MRF file.
Eric Anholt
2011-09-20
1
-0
/
+6
*
i965/vs: Add a function for how many MRFs get written as part of a SEND.
Eric Anholt
2011-09-20
2
-0
/
+39
*
i965/vs: Remove dead fields of src_reg.
Eric Anholt
2011-09-20
1
-2
/
+0
*
i965/vs: Add support for simple algebraic optimizations.
Eric Anholt
2011-09-20
3
-0
/
+96
*
i965: Fix polygon stipple offset state flagging.
Eric Anholt
2011-09-20
1
-4
/
+6
*
i965: Add missing _NEW_POLYGON flag to polygon stipple upload.
Eric Anholt
2011-09-20
1
-1
/
+3
*
i965: Fix compiler warnings.
Eric Anholt
2011-09-20
1
-6
/
+4
*
i965/fs: Implement texelFetch() on Gen4.
Kenneth Graunke
2011-09-19
2
-4
/
+18
*
i965/fs: Implement texelFetch() on Ivybridge.
Kenneth Graunke
2011-09-19
1
-4
/
+21
*
i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
Kenneth Graunke
2011-09-19
5
-2
/
+17
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
3
-3
/
+3
*
i965 new VS: Fix copy propagation of double negatives.
Paul Berry
2011-09-19
1
-1
/
+1
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-4
/
+3
*
i965/vs: Allow copy propagation on GRFs.
Eric Anholt
2011-09-08
1
-1
/
+6
*
i965/vs: Clear tracked copy propagation values whose source gets overwritten.
Eric Anholt
2011-09-08
1
-3
/
+12
*
i965/vs: Add support for copy propagation of the UNIFORM and ATTR files.
Eric Anholt
2011-09-08
3
-1
/
+72
*
i965/vs: Add constant propagation to a few opcodes.
Eric Anholt
2011-09-08
5
-0
/
+281
*
i965/vs: Keep track of indices into a per-register array for virtual GRFs.
Eric Anholt
2011-09-08
2
-0
/
+15
*
i965/vs: Switch to the new VS backend by default.
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: Add support for overflowing the number of available push constants.
Eric Anholt
2011-09-08
3
-0
/
+87
*
i965/vs: Pack uniform registers before optimization
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: When failing due to lack of spilling, don't continue on.
Eric Anholt
2011-09-08
1
-0
/
+1
*
i965/vs: Fix variable indexed array access with more than one array.
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: Add annotation to more of the URB write.
Eric Anholt
2011-09-08
2
-1
/
+5
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+4
*
i965/fs: Implement ir_u2f opcode.
Kenneth Graunke
2011-09-07
1
-1
/
+1
*
i965: Fix disassembly for intdiv/intmod math functions.
Kenneth Graunke
2011-09-07
1
-2
/
+2
*
i965: Use proper texture alignment units for cubemaps on Gen5+.
Kenneth Graunke
2011-09-07
1
-1
/
+4
*
i965/vs: Fix point size handling on gen4.
Eric Anholt
2011-09-06
1
-4
/
+5
*
i965/vs: Use write commits on scratch writes in pre-gen6.
Eric Anholt
2011-09-06
1
-2
/
+22
*
i965/vs: Fix setup of scratch space pointer on pre-gen6.
Eric Anholt
2011-09-06
1
-0
/
+10
*
i965/vs: Fix message setup for array read/writes on pre-gen6.
Eric Anholt
2011-09-06
1
-18
/
+14
*
i965/vs: Fix constant-indexed array read/write addresses on pre-gen6.
Eric Anholt
2011-09-06
1
-1
/
+1
*
i965/vs: Add support for vector comparison ops resulting in bool cond codes.
Eric Anholt
2011-09-06
2
-21
/
+33
[next]