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
*
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
*
i965/fs: Add support for shadow comparitors with gather4
Chris Forbes
2013-10-26
1
-0
/
+3
*
i965/fs: add support for gather4 with nonconstant offsets
Chris Forbes
2013-10-26
1
-7
/
+46
*
i965: relax brw_texture_offset assert
Chris Forbes
2013-10-26
1
-1
/
+1
*
i965: Move the common binding table offset code to brw_shader.cpp.
Eric Anholt
2013-10-15
1
-0
/
+2
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-1
/
+2
*
i965: Always have the struct gl_program * in the backend visitor.
Eric Anholt
2013-10-15
1
-6
/
+7
*
i965/fs: Convert gen7 to using GRFs for texture messages.
Eric Anholt
2013-10-10
1
-56
/
+56
*
i965/fs: Keep a copy of the live variables class around.
Eric Anholt
2013-10-10
1
-1
/
+1
*
i965: Generate code for ir_binop_imul_high.
Matt Turner
2013-10-07
1
-0
/
+10
*
i965: Use the multiplication result's type for the accumulator.
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
/
+20
*
i965/fs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
i965/fs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+19
*
i965: w/a for gather4 green RG32F
Chris Forbes
2013-10-03
1
-0
/
+4
*
i965/fs: Add support for ir_tg4
Chris Forbes
2013-10-03
1
-3
/
+59
*
mesa: Fix misplaced includes of "main/uniforms.h".
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965/fs: Don't double-accept operands of logical and/or/xor operations.
Kenneth Graunke
2013-09-26
1
-7
/
+4
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
1
-0
/
+4
*
i965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
Paul Berry
2013-09-16
1
-2
/
+2
*
i965: Add support for ir_triop_csel.
Matt Turner
2013-09-09
1
-0
/
+6
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-1
/
+1
*
i965/fs: Gen4: Zero out extra coordinates when using shadow compare
Chris Forbes
2013-09-01
1
-1
/
+7
*
i965/fs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
1
-0
/
+7
*
i965/fs: Assert that ir_expressions are usable by 3-src instructions.
Matt Turner
2013-08-27
1
-0
/
+1
*
i965: Emit MOVs for neg/abs.
Matt Turner
2013-08-16
1
-2
/
+2
*
i965/fs: Fix Sandybridge regressions from SEL optimization.
Kenneth Graunke
2013-08-15
1
-4
/
+13
*
i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.
Kenneth Graunke
2013-08-12
1
-0
/
+78
*
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
2013-08-01
1
-0
/
+12
*
i965/Gen4: Zero extra coordinates for ir_tex
Chris Forbes
2013-07-16
1
-0
/
+4
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-20
/
+20
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: fix alpha test for MRT
Chris Forbes
2013-07-06
1
-2
/
+1
[next]