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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Drop our dead push constants before overflowing to pull constants.
Eric Anholt
2013-10-29
1
-2
/
+1
*
i965: Simplify the shader time code by using atomic counter helpers.
Francisco Jerez
2013-10-29
4
-41
/
+7
*
i965: Add brw_reg constructors taking a dynamically determined vector width.
Francisco Jerez
2013-10-29
1
-0
/
+24
*
i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
2013-10-29
9
-0
/
+112
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
9
-0
/
+130
*
i965: Implement ABO surface state emission.
Francisco Jerez
2013-10-29
7
-0
/
+122
*
i965: Define vtbl method that initializes an untyped R/W surface.
Francisco Jerez
2013-10-29
2
-5
/
+37
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
4
-0
/
+6
*
i965: Handle deallocation of some private ralloc contexts explicitly.
Francisco Jerez
2013-10-29
4
-4
/
+4
*
i965/vec4: Reduce working set size of live variables computation.
Eric Anholt
2013-10-29
2
-23
/
+28
*
i965: Also emit HiZ and Stencil packets when disabling depth on Gen6.
Kenneth Graunke
2013-10-28
1
-0
/
+12
*
i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth.
Kenneth Graunke
2013-10-28
1
-0
/
+12
*
i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
Kenneth Graunke
2013-10-28
1
-3
/
+3
*
i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp.
Kenneth Graunke
2013-10-28
1
-0
/
+3
*
i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.
Kenneth Graunke
2013-10-28
1
-0
/
+4
*
i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX.
Kenneth Graunke
2013-10-28
1
-0
/
+3
*
i965: CS writes/reads should use I915_GEM_INSTRUCTION
Daniel Vetter
2013-10-28
1
-2
/
+2
*
i965: Do not set bilinear_filter flag in case of multisample blits
Anuj Phogat
2013-10-28
1
-1
/
+1
*
i965: Make fs gl_PrimitiveID input work even when there's no gs.
Paul Berry
2013-10-27
2
-5
/
+26
*
i965: Remove ir_txf coord+offset special case in visitors
Chris Forbes
2013-10-26
2
-65
/
+16
*
i965: Generalize coord+offset lowering pass for ir_txf
Chris Forbes
2013-10-26
1
-3
/
+26
*
i965: Add lowering pass to fold offset into unnormalized coords
Chris Forbes
2013-10-26
4
-0
/
+81
*
i965: Add lowering pass for splitting textureGatherOffsets
Chris Forbes
2013-10-26
4
-0
/
+92
*
i965: Add asserts to ensure that ir_tg4 offset arrays are lowered
Chris Forbes
2013-10-26
2
-0
/
+6
*
i965/fs: Add support for shadow comparitors with gather4
Chris Forbes
2013-10-26
2
-3
/
+15
*
i965/vs: Add support for shadow comparitors with gather4
Chris Forbes
2013-10-26
2
-3
/
+16
*
i965: Add Gen7 gather4_c and gather4_po_c message types
Chris Forbes
2013-10-26
1
-0
/
+2
*
i965/vs: add support for gather4 with nonconstant offsets
Chris Forbes
2013-10-26
1
-1
/
+15
*
i965/fs: add support for gather4 with nonconstant offsets
Chris Forbes
2013-10-26
1
-7
/
+46
*
i965: relax brw_texture_offset assert
Chris Forbes
2013-10-26
4
-5
/
+10
*
i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets.
Chris Forbes
2013-10-26
6
-3
/
+20
*
i965: add missing tg4 case in brw_instruction_name
Chris Forbes
2013-10-26
1
-0
/
+2
*
i965: Weaken the flushing in gen7_end_transform_feedback().
Kenneth Graunke
2013-10-25
1
-6
/
+6
*
i965/fs: Stop trying to hack around MRF dep chains on gen7+ LIFO scheduling.
Eric Anholt
2013-10-25
1
-1
/
+1
*
i965: Try not to reverse-schedule things when doing LIFO scheduling.
Eric Anholt
2013-10-25
1
-5
/
+3
*
i965/fs: Match commutative expressions with reversed arguments.
Matt Turner
2013-10-25
1
-3
/
+23
*
i965: s/Muchnik/Muchnick/.
Matt Turner
2013-10-25
4
-4
/
+4
*
i965: Reduce gl_MaxGeometryInputComponents to 64.
Paul Berry
2013-10-24
1
-1
/
+1
*
i965/gs: If a DUAL_OBJECT gs would spill, fall back to DUAL_INSTANCED.
Paul Berry
2013-10-24
3
-2
/
+30
*
i965/gs: Fix up gl_PointSize input swizzling for DUAL_INSTANCED gs.
Paul Berry
2013-10-24
2
-1
/
+32
*
i965/gs: Add the ability to compile a DUAL_INSTANCED geometry shader.
Paul Berry
2013-10-24
4
-8
/
+30
*
i965/vec4: Add the ability to suppress register spilling.
Paul Berry
2013-10-24
7
-10
/
+23
*
i965/vec4: if register allocation fails, don't try to schedule.
Paul Berry
2013-10-24
1
-1
/
+1
*
i965/vec4: Add the ability for attributes to be interleaved.
Paul Berry
2013-10-24
3
-6
/
+27
*
i965/gs: Set force_writemask_all when setting up g0.
Paul Berry
2013-10-24
1
-2
/
+3
*
i965/gs: Precompile geometry shaders.
Paul Berry
2013-10-24
4
-0
/
+48
*
i965/vec4: Extract function to set up vec4 prog key for precompiling.
Paul Berry
2013-10-24
3
-14
/
+27
*
i965/vec4: Remove uses_clip_distance from program key.
Paul Berry
2013-10-24
4
-12
/
+3
*
glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.
Paul Berry
2013-10-24
2
-2
/
+4
*
i965: Fix gl_MaxCombinedTextureImageUnits.
Paul Berry
2013-10-24
1
-1
/
+6
[next]