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_fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: add support for gl_SampleMaskIn[]
Chris Forbes
2013-12-14
1
-0
/
+1
*
i965/fs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-1
/
+2
*
i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.
Matt Turner
2013-12-04
1
-0
/
+1
*
i965/fs: New peephole optimization to generate SEL.
Matt Turner
2013-12-04
1
-0
/
+1
*
i965/fs: Add SEL() convenience function.
Matt Turner
2013-12-04
1
-0
/
+1
*
i965/fs: Rename register_coalesce_2() -> register_coalesce().
Matt Turner
2013-12-04
1
-1
/
+1
*
i965/fs: Remove now useless register_coalesce() pass.
Matt Turner
2013-12-04
1
-1
/
+0
*
i965/fs: Remove force_sechalf stack
Kenneth Graunke
2013-11-16
1
-3
/
+0
*
i965/fs: Try a different pre-scheduling heuristic if the first spills.
Eric Anholt
2013-11-12
1
-2
/
+2
*
i965/fs: Gen4-5: Implement alpha test in shader for MRT
Chris Forbes
2013-11-06
1
-0
/
+1
*
i965: Expose brw_reg_from_fs_reg() to other files.
Kenneth Graunke
2013-11-04
1
-0
/
+2
*
i965/gen7: Handle atomic instructions from the FS back-end.
Francisco Jerez
2013-11-04
1
-0
/
+9
*
i965: Add FS backend for builtin gl_SampleMask[]
Anuj Phogat
2013-11-01
1
-0
/
+5
*
i965: Add FS backend for builtin gl_SampleID
Anuj Phogat
2013-11-01
1
-0
/
+7
*
i965: Add FS backend for builtin gl_SamplePosition
Anuj Phogat
2013-11-01
1
-0
/
+2
*
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
[next]