aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.h
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Make with_writemask() non-static.Paul Berry2013-09-051-0/+3
* i965/vs: Move vs-specific code out of brw_vec4.h.Paul Berry2013-09-051-32/+0
* i965/vs: Add support for translating ir_triop_fma into MAD.Matt Turner2013-08-271-0/+1
* i965/vs: Expose the payload registers to the register allocator.Kenneth Graunke2013-08-261-0/+2
* i965: Allow C++ type safety in the use of enum brw_urb_write_flags.Paul Berry2013-08-261-1/+1
* i965: Remove redundant (and uninitialized) field vec4_generator::ctx.Paul Berry2013-08-261-1/+0
* i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.Paul Berry2013-08-231-0/+1
* i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.Paul Berry2013-08-231-0/+2
* i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.Paul Berry2013-08-231-0/+3
* i965/gs: Add GS_OPCODE_THREAD_END.Paul Berry2013-08-231-0/+1
* i965/gs: Add GS_OPCODE_URB_WRITE.Paul Berry2013-08-231-1/+2
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-1/+1
* i965/vec4: Virtualize setup_payload instead of setup_attributes.Paul Berry2013-08-231-3/+3
* i965/vec4: Allow for dispatch_grf_start_reg to vary.Paul Berry2013-08-231-1/+1
* i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.Paul Berry2013-08-231-2/+44
* i965: Make brw_{shader,vec4}.h safe to include from C.Paul Berry2013-08-231-1/+9
* i965: Stop including brw_vs.h from brw_vec4.h.Paul Berry2013-08-231-1/+4
* i965/vs: Rework binding table size calculation.Kenneth Graunke2013-08-191-0/+2
* i965/vs: Plumb brw_vec4_prog_data into vec4_generator().Kenneth Graunke2013-08-191-0/+3
* i965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2Chris Forbes2013-08-161-1/+3
* i965/vs: add vec4_instruction::depends_on_flagsChris Forbes2013-08-161-0/+5
* i965/vs: Do legacy clip lowering earlierChris Forbes2013-08-161-1/+1
* glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain2013-08-011-0/+2
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+0
* i965: Remove pointless intel_context parameter from try_copy_propagate.Kenneth Graunke2013-07-091-2/+1
* i965/vs: Use the MAD instruction when possible.Eric Anholt2013-06-101-0/+1
* i965/vs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-091-2/+2
* i965/vs: Add support for bit instructions.Matt Turner2013-05-061-0/+7
* i965/vs: Add instruction scheduling.Eric Anholt2013-05-021-0/+1
* i965: Share the register file enum between the two backends.Eric Anholt2013-05-021-11/+0
* i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt2013-05-021-2/+1
* i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke2013-04-291-2/+0
* i965/vs: Add support for LRP instruction.Matt Turner2013-04-251-0/+1
* i965/vs: Add a function to fix-up uniform arguments for 3-src insts.Matt Turner2013-04-251-0/+2
* i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.Paul Berry2013-04-111-2/+7
* i965/vs: Generalize computation of array strides in preparation for GS.Paul Berry2013-04-111-0/+1
* i965/vs: Generalize attribute setup code in preparation for GS.Paul Berry2013-04-111-0/+1
* i965/vs: Generalize vertex emission code in preparation for GS.Paul Berry2013-04-111-0/+5
* i965/vs: rename vec4_generator::generate_vs_instruction.Paul Berry2013-04-111-3/+3
* i965/vs: Generalize data structures pointed to by vec4_generator.Paul Berry2013-04-111-3/+2
* i965/vs: Rename vec4_generator::prog to shader_prog.Paul Berry2013-04-111-2/+2
* i965/vs: move VS-specific data members to vs_vec4_visitor.Paul Berry2013-04-111-9/+14
* i965/vs: move ARB_vertex_program functions to vec4_vs_visitor.Paul Berry2013-04-111-3/+5
* i965/vs: Add virtual function make_reg_for_system_value().Paul Berry2013-04-111-0/+2
* i965/vs: Make some vec4_visitor functions virtual.Paul Berry2013-04-111-4/+12
* i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.Paul Berry2013-04-111-0/+11
* i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.Paul Berry2013-04-111-0/+1
* i965/vs: Make type of vec4_visitor::vp more generic.Paul Berry2013-04-111-1/+1
* i965: Rename backend_visitor::prog to shader_prog.Paul Berry2013-04-111-1/+1
* i965/vs: Use GRFs for pull constant offsets on gen7.Eric Anholt2013-04-101-0/+4