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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Make with_writemask() non-static.
Paul Berry
2013-09-05
1
-0
/
+3
*
i965/vs: Move vs-specific code out of brw_vec4.h.
Paul Berry
2013-09-05
1
-32
/
+0
*
i965/vs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
1
-0
/
+1
*
i965/vs: Expose the payload registers to the register allocator.
Kenneth Graunke
2013-08-26
1
-0
/
+2
*
i965: Allow C++ type safety in the use of enum brw_urb_write_flags.
Paul Berry
2013-08-26
1
-1
/
+1
*
i965: Remove redundant (and uninitialized) field vec4_generator::ctx.
Paul Berry
2013-08-26
1
-1
/
+0
*
i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.
Paul Berry
2013-08-23
1
-0
/
+1
*
i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.
Paul Berry
2013-08-23
1
-0
/
+2
*
i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.
Paul Berry
2013-08-23
1
-0
/
+3
*
i965/gs: Add GS_OPCODE_THREAD_END.
Paul Berry
2013-08-23
1
-0
/
+1
*
i965/gs: Add GS_OPCODE_URB_WRITE.
Paul Berry
2013-08-23
1
-1
/
+2
*
i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.
Paul Berry
2013-08-23
1
-1
/
+1
*
i965/vec4: Virtualize setup_payload instead of setup_attributes.
Paul Berry
2013-08-23
1
-3
/
+3
*
i965/vec4: Allow for dispatch_grf_start_reg to vary.
Paul Berry
2013-08-23
1
-1
/
+1
*
i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.
Paul Berry
2013-08-23
1
-2
/
+44
*
i965: Make brw_{shader,vec4}.h safe to include from C.
Paul Berry
2013-08-23
1
-1
/
+9
*
i965: Stop including brw_vs.h from brw_vec4.h.
Paul Berry
2013-08-23
1
-1
/
+4
*
i965/vs: Rework binding table size calculation.
Kenneth Graunke
2013-08-19
1
-0
/
+2
*
i965/vs: Plumb brw_vec4_prog_data into vec4_generator().
Kenneth Graunke
2013-08-19
1
-0
/
+3
*
i965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2
Chris Forbes
2013-08-16
1
-1
/
+3
*
i965/vs: add vec4_instruction::depends_on_flags
Chris Forbes
2013-08-16
1
-0
/
+5
*
i965/vs: Do legacy clip lowering earlier
Chris Forbes
2013-08-16
1
-1
/
+1
*
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
2013-08-01
1
-0
/
+2
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Remove pointless intel_context parameter from try_copy_propagate.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965/vs: Use the MAD instruction when possible.
Eric Anholt
2013-06-10
1
-0
/
+1
*
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
/
+7
*
i965/vs: Add instruction scheduling.
Eric Anholt
2013-05-02
1
-0
/
+1
*
i965: Share the register file enum between the two backends.
Eric Anholt
2013-05-02
1
-11
/
+0
*
i965: Make dump_instructions be a virtual method of the visitor.
Eric Anholt
2013-05-02
1
-2
/
+1
*
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
2013-04-29
1
-2
/
+0
*
i965/vs: Add support for LRP instruction.
Matt Turner
2013-04-25
1
-0
/
+1
*
i965/vs: Add a function to fix-up uniform arguments for 3-src insts.
Matt Turner
2013-04-25
1
-0
/
+2
*
i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
Paul Berry
2013-04-11
1
-2
/
+7
*
i965/vs: Generalize computation of array strides in preparation for GS.
Paul Berry
2013-04-11
1
-0
/
+1
*
i965/vs: Generalize attribute setup code in preparation for GS.
Paul Berry
2013-04-11
1
-0
/
+1
*
i965/vs: Generalize vertex emission code in preparation for GS.
Paul Berry
2013-04-11
1
-0
/
+5
*
i965/vs: rename vec4_generator::generate_vs_instruction.
Paul Berry
2013-04-11
1
-3
/
+3
*
i965/vs: Generalize data structures pointed to by vec4_generator.
Paul Berry
2013-04-11
1
-3
/
+2
*
i965/vs: Rename vec4_generator::prog to shader_prog.
Paul Berry
2013-04-11
1
-2
/
+2
*
i965/vs: move VS-specific data members to vs_vec4_visitor.
Paul Berry
2013-04-11
1
-9
/
+14
*
i965/vs: move ARB_vertex_program functions to vec4_vs_visitor.
Paul Berry
2013-04-11
1
-3
/
+5
*
i965/vs: Add virtual function make_reg_for_system_value().
Paul Berry
2013-04-11
1
-0
/
+2
*
i965/vs: Make some vec4_visitor functions virtual.
Paul Berry
2013-04-11
1
-4
/
+12
*
i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.
Paul Berry
2013-04-11
1
-0
/
+11
*
i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.
Paul Berry
2013-04-11
1
-0
/
+1
*
i965/vs: Make type of vec4_visitor::vp more generic.
Paul Berry
2013-04-11
1
-1
/
+1
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
1
-1
/
+1
*
i965/vs: Use GRFs for pull constant offsets on gen7.
Eric Anholt
2013-04-10
1
-0
/
+4
[next]