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 a saturation propagation optimization pass.
Matt Turner
2014-01-28
1
-0
/
+1
*
i965: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
1
-1
/
+0
*
i965/fs: introduce blorp specific rt-write for fs_generator
Topi Pohjolainen
2014-01-23
1
-0
/
+1
*
i965/fs: allow unit tests to dump the final patched assembly
Topi Pohjolainen
2014-01-23
1
-2
/
+3
*
i965/fs: Plumb sampler index into emit_texture_gen7.
Kenneth Graunke
2014-01-22
1
-1
/
+1
*
i965: Use sample barycentric coordinates with per sample shading
Anuj Phogat
2014-01-21
1
-1
/
+1
*
i965/fs: Show register pressure in dump_instructions() output.
Kenneth Graunke
2014-01-21
1
-0
/
+1
*
i965: Compute the number of live registers at each IP.
Kenneth Graunke
2014-01-21
1
-0
/
+3
*
i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
Matt Turner
2014-01-21
1
-0
/
+2
*
i965: Create a new fragment shader backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-0
/
+63
*
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
[next]