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: Add is_null() method to dst_reg.
Matt Turner
2014-03-24
1
-0
/
+2
*
i965/vec4: Rename depends_on_flags() to reads_flag().
Matt Turner
2014-03-24
1
-1
/
+1
*
i965/vec4: Add and use vec4_instruction::writes_flag().
Matt Turner
2014-03-24
1
-0
/
+5
*
i965/vec4: Add missing doxygen close brace.
Matt Turner
2014-03-24
1
-0
/
+1
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-1
/
+1
*
i965/vec4: Mark invariant members as constants in vec4_visitor
Topi Pohjolainen
2014-03-05
1
-3
/
+3
*
i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...
Petri Latvala
2014-02-28
1
-2
/
+3
*
i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
Kenneth Graunke
2014-02-26
1
-0
/
+3
*
i965: support gl_InvocationID for gen7
Jordan Justen
2014-02-20
1
-0
/
+1
*
i965/vec4: Trivial improvements to the with_writemask() function.
Francisco Jerez
2014-02-19
1
-2
/
+8
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+14
*
i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and :...
Francisco Jerez
2014-02-19
1
-0
/
+24
*
i965: Add non-mutating helper functions to modify the register offset.
Francisco Jerez
2014-02-19
1
-0
/
+16
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
1
-2
/
+0
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-3
/
+0
*
i965/vec4: Add constructor of src_reg from a fixed hardware reg.
Francisco Jerez
2014-02-19
1
-0
/
+1
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
1
-1
/
+1
*
i965/vec4: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
1
-0
/
+1
*
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
[prev]
[next]