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
/
brw_vec4_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-1
/
+1
*
i965/vec4: Support arbitrarily large sampler state indices on Haswell+.
Kenneth Graunke
2014-01-22
1
-2
/
+8
*
i965/vec4: Don't set header_present if texel offsets are all 0.
Kenneth Graunke
2014-01-22
1
-9
/
+8
*
i965: Modify some error messages to refer to "vec4" instead of "vs".
Paul Berry
2014-01-21
1
-1
/
+1
*
i965: Add GS support to INTEL_DEBUG=shader_time.
Paul Berry
2014-01-21
1
-2
/
+8
*
i965: Emit writes to viewport index
Ian Romanick
2014-01-20
1
-0
/
+4
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-8
/
+8
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-2
/
+2
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-5
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-2
/
+4
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
1
-32
/
+2
*
i965/vs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-7
/
+39
*
i965: Emit better code for ir_unop_sign.
Matt Turner
2013-12-04
1
-7
/
+25
*
i965: Don't use MACH for integer multiplies on Gen8+.
Kenneth Graunke
2013-12-02
1
-1
/
+1
*
i965/vs: Always store pull constant offsets in GRFs on Gen8.
Kenneth Graunke
2013-12-02
1
-1
/
+15
*
i965/vec4: Fix broken IR annotation in debug output.
Paul Berry
2013-11-19
1
-1
/
+0
*
i965: Assert that IF with cmod is Gen6 only.
Matt Turner
2013-11-15
1
-2
/
+2
*
i965/gen7: Handle atomic instructions from the VEC4 back-end.
Francisco Jerez
2013-11-04
1
-2
/
+101
*
i965: Initialize vec4_visitor member variables.
Vinson Lee
2013-11-03
1
-1
/
+6
*
i965/vec4: Don't overwrite op[1] when doing a UBO load.
Eric Anholt
2013-11-01
1
-2
/
+3
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
1
-2
/
+2
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
1
-0
/
+2
*
i965: Remove ir_txf coord+offset special case in visitors
Chris Forbes
2013-10-26
1
-22
/
+3
*
i965: Add asserts to ensure that ir_tg4 offset arrays are lowered
Chris Forbes
2013-10-26
1
-0
/
+3
*
i965/vs: Add support for shadow comparitors with gather4
Chris Forbes
2013-10-26
1
-1
/
+6
*
i965/vs: add support for gather4 with nonconstant offsets
Chris Forbes
2013-10-26
1
-1
/
+15
*
i965: relax brw_texture_offset assert
Chris Forbes
2013-10-26
1
-1
/
+1
*
i965/vec4: Add the ability to suppress register spilling.
Paul Berry
2013-10-24
1
-2
/
+3
*
i965/vec4: Remove uses_clip_distance from program key.
Paul Berry
2013-10-24
1
-1
/
+1
*
i965: Move the common binding table offset code to brw_shader.cpp.
Eric Anholt
2013-10-15
1
-0
/
+1
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-2
/
+2
*
i965: Generate code for ir_binop_imul_high.
Matt Turner
2013-10-07
1
-0
/
+7
*
i965: Use the multiplication result's type for the accumulator.
Matt Turner
2013-10-07
1
-1
/
+1
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+16
*
i965/vs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
i965/vs: add missing break between ir_query_levels and ir_tg4 cases
Chris Forbes
2013-10-05
1
-0
/
+1
*
i965/vs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+14
*
i965: w/a for gather4 green RG32F
Chris Forbes
2013-10-03
1
-0
/
+4
*
i965/vs: Add support for ir_tg4
Chris Forbes
2013-10-03
1
-2
/
+44
*
i965: Initialize all member variables of vec4_instruction on construction.
Francisco Jerez
2013-10-01
1
-0
/
+15
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
1
-0
/
+3
*
i965/vec4: Generate URB writes using a loop.
Paul Berry
2013-09-16
1
-31
/
+21
*
i965/vec4: Add the ability to emit opcodes with just a dst register.
Paul Berry
2013-09-11
1
-0
/
+6
*
i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
2013-09-11
1
-1
/
+1
*
i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
2013-09-10
1
-2
/
+4
*
i965/vec4: Simplify the computation of coord_mask and zero_mask.
Kenneth Graunke
2013-09-10
1
-5
/
+2
*
Revert "i965/vec4: Only zero out unused message components when there are any."
Kenneth Graunke
2013-09-09
1
-4
/
+2
*
i965: Add support for ir_triop_csel.
Matt Turner
2013-09-09
1
-0
/
+6
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-1
/
+1
*
i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
2013-09-09
1
-2
/
+4
[next]