index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Add reads_flag() and writes_flag() to fs_inst.
Matt Turner
2013-10-30
1
-0
/
+3
*
i965/fs: Add is_null() method to fs_reg.
Matt Turner
2013-10-30
1
-0
/
+1
*
i965/fs: Use the gen7 scratch read opcode when possible.
Eric Anholt
2013-10-30
1
-0
/
+1
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
1
-2
/
+2
*
i965/fs: Exit the compile if spilling would overwrite in-use MRFs.
Eric Anholt
2013-10-30
1
-0
/
+1
*
i965/fs: Split "find what MRFs were used" to a helper function.
Eric Anholt
2013-10-30
1
-0
/
+1
*
i965/fs: Update an ancient, wrong comment about reg_offset.
Eric Anholt
2013-10-30
1
-3
/
+5
*
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: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-0
/
+1
*
i965/fs: Convert gen7 to using GRFs for texture messages.
Eric Anholt
2013-10-10
1
-1
/
+4
*
i965/fs: Keep a copy of the live variables class around.
Eric Anholt
2013-10-10
1
-1
/
+5
*
i965/fs: Create a helper function for invalidating live intervals.
Kenneth Graunke
2013-10-10
1
-0
/
+1
*
i965: Remove the "ARF" register file.
Matt Turner
2013-10-07
1
-5
/
+5
*
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
/
+1
*
i965/fs: Add support for ir_tg4
Chris Forbes
2013-10-03
1
-0
/
+1
*
i965: Switch fs_inst to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch ip_record to the non-zeroing allocator.
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
-31
/
+3
*
i965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
Paul Berry
2013-09-16
1
-1
/
+0
*
i965/fs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
1
-0
/
+1
*
i965/fs: Track the binding table size in brw_wm_prog_data.
Kenneth Graunke
2013-08-19
1
-0
/
+2
*
i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.
Kenneth Graunke
2013-08-12
1
-0
/
+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: Implement 16-wide math on G45 and Ironlake.
Kenneth Graunke
2013-06-16
1
-0
/
+3
*
i965: fix problem with constant out of bounds access (v3)
Dave Airlie
2013-06-04
1
-0
/
+1
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
1
-2
/
+2
*
i965/fs: Add support for bit instructions.
Matt Turner
2013-05-06
1
-0
/
+7
*
i965: Share the register file enum between the two backends.
Eric Anholt
2013-05-02
1
-10
/
+0
*
i965: Make dump_instructions be a virtual method of the visitor.
Eric Anholt
2013-05-02
1
-2
/
+1
*
i965/fs: Allow LRPs with uniform registers.
Eric Anholt
2013-04-29
1
-0
/
+1
*
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
2013-04-29
1
-3
/
+0
*
i965/fs: Add basic-block-level dead code elimination.
Eric Anholt
2013-04-12
1
-0
/
+1
*
i965/fs: Add a helper function for checking for partial register updates.
Eric Anholt
2013-04-12
1
-0
/
+1
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
1
-1
/
+1
*
i965/fs: Use LD messages for pre-gen7 varying-index uniform loads
Eric Anholt
2013-04-01
1
-1
/
+2
*
i965/fs: Bake regs_written into the IR instead of recomputing it later.
Eric Anholt
2013-04-01
1
-1
/
+1
*
i965/fs: Move varying uniform offset compuation into the helper func.
Eric Anholt
2013-04-01
1
-1
/
+2
*
i965/fs: Switch shader_time writes to using GRFs.
Eric Anholt
2013-03-28
1
-0
/
+5
*
i965: Track ARB program state along with GLSL state for shader_time.
Eric Anholt
2013-03-28
1
-1
/
+1
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
i965/fs: Switch to using sampler LD messages for uniform pull constants.
Eric Anholt
2013-03-11
1
-4
/
+3
*
i965/fs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
1
-2
/
+4
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
1
-0
/
+2
*
i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.
Eric Anholt
2013-02-19
1
-0
/
+1
*
i965/fs: Do a general SEND dependency workaround for the original 965.
Eric Anholt
2013-02-15
1
-0
/
+4
*
i965/fs: Use a helper function for checking for flow control instructions.
Eric Anholt
2013-02-13
1
-0
/
+1
*
i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
1
-0
/
+8
[next]