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_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix predicated-send-based discards with MRT.
Eric Anholt
2014-03-05
1
-2
/
+2
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-21
/
+24
*
i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.
Eric Anholt
2014-02-22
1
-1
/
+2
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+1
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
1
-18
/
+10
*
i965/fs: Use conditional sends to do FB writes on HSW+.
Eric Anholt
2014-02-18
1
-9
/
+13
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
1
-2
/
+0
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-2
/
+2
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
1
-3
/
+5
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-4
/
+2
*
i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-2
/
+1
*
i965: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
1
-4
/
+2
*
i965/fs: add support for BRW_OPCODE_AVG in fs_generator
Topi Pohjolainen
2014-01-23
1
-0
/
+3
*
i965/fs: introduce blorp specific rt-write for fs_generator
Topi Pohjolainen
2014-01-23
1
-0
/
+19
*
i965/fs: allow unit tests to dump the final patched assembly
Topi Pohjolainen
2014-01-23
1
-6
/
+7
*
i965/fs: introduce non-compressed equivalent of tex_cms
Topi Pohjolainen
2014-01-23
1
-0
/
+5
*
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
/
+18
*
i965/fs: Refactor sampler message header to duplicate less code.
Kenneth Graunke
2014-01-22
1
-25
/
+21
*
i965: Use get_element_ud to shorten texture header access.
Kenneth Graunke
2014-01-22
1
-2
/
+1
*
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
Eric Anholt
2014-01-17
1
-7
/
+7
*
i965/fs: allow fs-generator use without gl_fragment_program
Topi Pohjolainen
2013-12-27
1
-3
/
+6
*
i965/fs: generate fs programs also without any 8-width instructions
Topi Pohjolainen
2013-12-27
1
-2
/
+6
*
i965: Add shader opcode for sampling MCS surface
Chris Forbes
2013-12-07
1
-0
/
+5
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965/fs: Don't emit SIMD16 BFI instructions.
Matt Turner
2013-11-20
1
-1
/
+22
*
i965/fs: Emit compressed 3-source instructions on Haswell.
Matt Turner
2013-11-20
1
-3
/
+3
*
i965/fs: Fix message setup for SIMD8 spills.
Eric Anholt
2013-11-12
1
-1
/
+1
*
i965/fs: Gen4-5: Setup discard masks for MRT alpha test
Chris Forbes
2013-11-06
1
-1
/
+1
*
i965: Expose brw_reg_from_fs_reg() to other files.
Kenneth Graunke
2013-11-04
1
-1
/
+1
*
i965: Add FS backend for builtin gl_SampleMask[]
Anuj Phogat
2013-11-01
1
-0
/
+42
*
i965: Add FS backend for builtin gl_SampleID
Anuj Phogat
2013-11-01
1
-0
/
+29
*
i965/fs: Use the gen7 scratch read opcode when possible.
Eric Anholt
2013-10-30
1
-0
/
+10
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
1
-6
/
+6
*
i965/fs: Fix register spilling for 16-wide.
Eric Anholt
2013-10-30
1
-4
/
+4
*
i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
2013-10-29
1
-0
/
+18
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
1
-0
/
+21
*
i965/fs: Add support for shadow comparitors with gather4
Chris Forbes
2013-10-26
1
-3
/
+12
*
i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets.
Chris Forbes
2013-10-26
1
-1
/
+7
*
i965/fs: Only unroll high-accuracy dFdy() from SIMD16 to SIMD8 on gen4 and IVB.
Paul Berry
2013-10-23
1
-10
/
+27
*
i965/fs: Fix accidental type conversion in header setup
Chris Forbes
2013-10-22
1
-3
/
+2
*
i965/fs: Fix handling of sampler messages with header but zero offset
Chris Forbes
2013-10-22
1
-3
/
+11
*
i965/fs: Dynamically set up the WM binding table offsets.
Eric Anholt
2013-10-15
1
-1
/
+1
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-9
/
+12
*
i965/fs: Convert gen7 to using GRFs for texture messages.
Eric Anholt
2013-10-10
1
-4
/
+23
*
i965: allow SIMD8 sampler messages in SIMD16 mode
Chia-I Wu
2013-10-09
1
-1
/
+2
*
i965: Remove the "ARF" register file.
Matt Turner
2013-10-07
1
-3
/
+0
*
i965: Add Gen assertion checks for newer instructions.
Matt Turner
2013-10-07
1
-0
/
+11
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+12
[next]