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: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
1
-1
/
+0
*
i965: Add GS support to INTEL_DEBUG=shader_time.
Paul Berry
2014-01-21
1
-1
/
+8
*
i965: Create a new vec4 backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-0
/
+61
*
i965/vs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-0
/
+1
*
i965/vec4: Add invalidate_live_intervals method.
Matt Turner
2013-11-20
1
-0
/
+1
*
i965/gen7: Handle atomic instructions from the VEC4 back-end.
Francisco Jerez
2013-11-04
1
-0
/
+9
*
i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
2013-10-29
1
-0
/
+4
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
1
-0
/
+5
*
i965/vec4: Add the ability to suppress register spilling.
Paul Berry
2013-10-24
1
-1
/
+8
*
i965/vec4: Add the ability for attributes to be interleaved.
Paul Berry
2013-10-24
1
-1
/
+2
*
i965/vec4: Extract function to set up vec4 prog key for precompiling.
Paul Berry
2013-10-24
1
-0
/
+4
*
i965/vec4: Remove uses_clip_distance from program key.
Paul Berry
2013-10-24
1
-6
/
+0
*
i965: Move the common binding table offset code to brw_shader.cpp.
Eric Anholt
2013-10-15
1
-1
/
+0
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-0
/
+1
*
i965: Always have the struct gl_program * in the backend visitor.
Eric Anholt
2013-10-15
1
-1
/
+0
*
i965: Remove the "ARF" register file.
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
/
+2
*
i965: Add UD null register helpers.
Matt Turner
2013-10-07
1
-0
/
+5
*
i965/vs: Add support for ir_tg4
Chris Forbes
2013-10-03
1
-0
/
+1
*
i965: Initialize all member variables of vec4_instruction on construction.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.
Kenneth Graunke
2013-09-21
1
-33
/
+3
*
i965/vec4: Add the ability to emit opcodes with just a dst register.
Paul Berry
2013-09-11
1
-0
/
+2
*
i965/gs: Add opcodes needed for EndPrimitive().
Paul Berry
2013-09-11
1
-0
/
+2
*
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
[next]