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_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Set fs_inst::header_present for untyped atomics/surface reads.
Kenneth Graunke
2014-05-01
1
-0
/
+2
*
i965/fs: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
1
-6
/
+11
*
i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6
Juha-Pekka Heikkila
2014-04-16
1
-7
/
+4
*
i965/fs: Track whether we're doing dual source in a more obvious way.
Eric Anholt
2014-04-08
1
-1
/
+2
*
i965/fs: Skip emitting MACH/MOV for small integers.
Kenneth Graunke
2014-04-08
1
-12
/
+21
*
i965: Actually initialize simd16_unsupported and no16_msg.
Kenneth Graunke
2014-03-18
1
-0
/
+2
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
1
-22
/
+22
*
i965/fs: Support pull parameters in SIMD16 mode.
Kenneth Graunke
2014-03-18
1
-1
/
+2
*
i965/fs: Don't renumber UNIFORM registers.
Kenneth Graunke
2014-03-18
1
-2
/
+1
*
i965/fs: Save push constant location information.
Kenneth Graunke
2014-03-18
1
-0
/
+1
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-6
/
+2
*
i965: Merge initialisation of backend_visitor
Topi Pohjolainen
2014-03-05
1
-7
/
+2
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-2
/
+2
*
i965/fs: Drop the emit(fs_inst) overload.
Kenneth Graunke
2014-02-21
1
-17
/
+10
*
i965/fs: Pass fs_regs by constant reference where possible.
Matt Turner
2014-02-21
1
-5
/
+7
*
i965/fs: Allocate the param_size array dynamically.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
1
-5
/
+6
*
i965/fs: Remove fs_reg::retype.
Francisco Jerez
2014-02-19
1
-11
/
+11
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-5
/
+5
*
i965/fs: Use conditional sends to do FB writes on HSW+.
Eric Anholt
2014-02-18
1
-1
/
+13
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
1
-3
/
+1
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-7
/
+7
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
i965/fs: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
1
-0
/
+34
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-2
/
+2
*
i965/fs: Support arbitrarily large sampler state indices on Haswell+.
Kenneth Graunke
2014-01-22
1
-1
/
+4
*
i965/fs: Plumb sampler index into emit_texture_gen7.
Kenneth Graunke
2014-01-22
1
-2
/
+2
*
i965: Compute the number of live registers at each IP.
Kenneth Graunke
2014-01-21
1
-0
/
+1
*
i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
Matt Turner
2014-01-21
1
-4
/
+6
*
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
Eric Anholt
2014-01-17
1
-11
/
+11
*
i965: set size of txf_mcs payload vgrf properly
Chris Forbes
2014-01-04
1
-0
/
+1
*
i965/fs: add support for gl_SampleMaskIn[]
Chris Forbes
2013-12-14
1
-0
/
+2
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-14
/
+14
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-4
/
+4
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-5
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-2
/
+4
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
1
-31
/
+2
*
i965/fs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-8
/
+38
*
i965: Emit better code for ir_unop_sign.
Matt Turner
2013-12-04
1
-8
/
+24
*
i965: Don't use MACH for integer multiplies on Gen8+.
Kenneth Graunke
2013-12-02
1
-1
/
+1
*
i965/fs: Remove force_sechalf stack
Kenneth Graunke
2013-11-16
1
-5
/
+1
*
i965/fs: Gen4-5: Implement alpha test in shader for MRT
Chris Forbes
2013-11-06
1
-0
/
+54
*
i965/gen7: Handle atomic instructions from the FS back-end.
Francisco Jerez
2013-11-04
1
-2
/
+132
*
i965: Add FS backend for builtin gl_SampleMask[]
Anuj Phogat
2013-11-01
1
-0
/
+12
*
i965: Add FS backend for builtin gl_SampleID
Anuj Phogat
2013-11-01
1
-0
/
+2
*
i965: Add FS backend for builtin gl_SamplePosition
Anuj Phogat
2013-11-01
1
-0
/
+5
*
i965/fs: Exit the compile if spilling would overwrite in-use MRFs.
Eric Anholt
2013-10-30
1
-0
/
+2
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
1
-0
/
+1
*
i965: Remove ir_txf coord+offset special case in visitors
Chris Forbes
2013-10-26
1
-43
/
+13
*
i965: Add asserts to ensure that ir_tg4 offset arrays are lowered
Chris Forbes
2013-10-26
1
-0
/
+3
[next]