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: Emit MOVs for neg/abs.
Matt Turner
2013-08-16
1
-2
/
+2
*
i965: get rid of clip plane compaction
Chris Forbes
2013-08-16
1
-33
/
+7
*
i965/Gen4-5: Set clip flags from clip distances
Chris Forbes
2013-08-16
1
-11
/
+11
*
i965/vs: Do legacy clip lowering earlier
Chris Forbes
2013-08-16
1
-19
/
+14
*
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
2013-08-01
1
-0
/
+12
*
i965/vs: Put lod parameter in the correct place for Gen4
Chris Forbes
2013-07-31
1
-1
/
+1
*
i965/vs: Fix flaky texture swizzling
Chris Forbes
2013-07-27
1
-1
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-35
/
+33
*
i965: Shrink Gen5 VUE map layout to be the same as Gen4.
Chris Forbes
2013-06-16
1
-1
/
+0
*
i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.
Eric Anholt
2013-06-10
1
-13
/
+37
*
i965/vs: Use the MAD instruction when possible.
Eric Anholt
2013-06-10
1
-0
/
+37
*
i965/vs: add support for emitting gl_ClipVertex
Chris Forbes
2013-06-07
1
-1
/
+3
*
i965: Add cases for ir_triop_vector_insert that assert.
Kenneth Graunke
2013-05-20
1
-0
/
+4
*
i965: Add cases for ir_binop_vector_extract that assert.
Kenneth Graunke
2013-05-20
1
-0
/
+4
*
i965: write layer if gl_Layer is used in VS
Jordan Justen
2013-05-13
1
-0
/
+4
*
i965/vs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
1
-2
/
+2
*
i965/vs: Add support for bit instructions.
Matt Turner
2013-05-06
1
-0
/
+66
*
i965/vs: Fix textureGrad() with shadow samplers on Haswell.
Kenneth Graunke
2013-05-01
1
-2
/
+8
*
i965/vs: Fix order of source arguments to LRP.
Matt Turner
2013-04-28
1
-1
/
+4
*
i965/vs: Add support for LRP instruction.
Matt Turner
2013-04-25
1
-1
/
+13
*
i965/vs: Add a function to fix-up uniform arguments for 3-src insts.
Matt Turner
2013-04-25
1
-0
/
+23
*
i965: Fix compiler warnings since the introduction of texture multisample.
Eric Anholt
2013-04-12
1
-1
/
+1
*
i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
Paul Berry
2013-04-11
1
-3
/
+5
*
i965/vs: Generalize computation of array strides in preparation for GS.
Paul Berry
2013-04-11
1
-4
/
+15
*
i965/vs: Generalize vertex emission code in preparation for GS.
Paul Berry
2013-04-11
1
-19
/
+44
*
i965/vs: move VS-specific data members to vs_vec4_visitor.
Paul Berry
2013-04-11
1
-39
/
+45
*
i965/vs: Add virtual function make_reg_for_system_value().
Paul Berry
2013-04-11
1
-18
/
+28
*
i965/vs: Make some vec4_visitor functions virtual.
Paul Berry
2013-04-11
1
-2
/
+2
*
i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.
Paul Berry
2013-04-11
1
-0
/
+11
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-17
/
+18
*
i965/vs: split brw_vs_prog_key into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-8
/
+8
*
i965/vs: split brw_vs_compile into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-4
/
+4
*
i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.
Paul Berry
2013-04-11
1
-15
/
+16
*
i965/vs: Make type of vec4_visitor::vp more generic.
Paul Berry
2013-04-11
1
-4
/
+4
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
1
-5
/
+6
*
i965/vs: Use GRFs for pull constant offsets on gen7.
Eric Anholt
2013-04-10
1
-4
/
+14
*
i965/vs: Fix DEBUG_SHADER_TIME when VS terminates with 2 URB writes.
Paul Berry
2013-04-09
1
-4
/
+2
*
i965/fs: Generate LOD sampler message from ir_lod.
Matt Turner
2013-03-29
1
-0
/
+5
*
i965/vs: Include URB payload setup in shader_time.
Eric Anholt
2013-03-28
1
-1
/
+11
*
i965: Move brw_vs_prog_data::outputs_written into VUE map.
Paul Berry
2013-03-24
1
-5
/
+4
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
1
-16
/
+16
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-29
/
+29
*
i965/vs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
1
-4
/
+21
*
i965/vs: Assert that ir_triop_lrp was lowered.
Matt Turner
2013-02-28
1
-0
/
+4
*
i965: Re-enable the -RHW workaround for original gen4 chips.
Eric Anholt
2013-02-13
1
-12
/
+8
*
i965: Assert that the 4x8 pack/unpack operations have been lowered
Matt Turner
2013-01-25
1
-0
/
+4
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
1
-1
/
+1
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
1
-0
/
+1
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-2
/
+5
[next]