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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/nir: Enable SIMD16 support in the NIR FS backend.
Kenneth Graunke
2015-01-19
1
-2
/
+1
*
i965/nir: Replace fs_reg(GRF, virtual_grf_alloc(...)) with vgrf(...).
Kenneth Graunke
2015-01-19
1
-0
/
+8
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
1
-28
/
+22
*
i965/fs: Make lower_load_payload etc. appear in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-16
1
-7
/
+11
*
i965/fs: Don't take an ir_variable for emit_general_interpolation
Jason Ekstrand
2015-01-15
1
-22
/
+26
*
i965/fs: Only use nir for 8-wide non-fast-clear shaders.
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
i965/fs: add a NIR frontend
Connor Abbott
2015-01-15
1
-4
/
+8
*
i965/fs: make emit_fragcoord_interpolation() not take an ir_variable
Connor Abbott
2015-01-15
1
-6
/
+7
*
i965: Pass a shader stage abbreviation to fs_generator().
Kenneth Graunke
2015-01-14
1
-1
/
+1
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
1
-0
/
+8
*
i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.
Kenneth Graunke
2015-01-04
1
-1
/
+2
*
i965: Fix INTEL_DEBUG=optimizer with VF types.
Kenneth Graunke
2015-01-03
1
-1
/
+1
*
i965: Add support for saturating immediates.
Matt Turner
2014-12-29
1
-0
/
+16
*
i965: Add fs_reg/src_reg constructors that take vf[4].
Matt Turner
2014-12-29
1
-0
/
+9
*
i965/fs: Add missing const qualifier.
Matt Turner
2014-12-19
1
-1
/
+1
*
i965: remove includes of sampler.h from extern "C" blocks
Mark Janes
2014-12-16
1
-1
/
+1
*
i965: Clean up fs_visitor::run and rename to run_fs
Kristian Høgsberg
2014-12-10
1
-18
/
+14
*
i965: Add fs_visitor::run_vs() to generate scalar vertex shader code
Kristian Høgsberg
2014-12-10
1
-6
/
+105
*
i965: Prepare for using the ATTR register file in the fs backend
Kristian Høgsberg
2014-12-10
1
-1
/
+9
*
i965: Add SIMD8 URB write low-level IR instruction
Kristian Høgsberg
2014-12-10
1
-0
/
+4
*
i965: Remove shader program argument and member from fs_generator
Kristian Høgsberg
2014-12-10
1
-1
/
+1
*
i965: Set shader name for generator from call site
Kristian Høgsberg
2014-12-10
1
-2
/
+15
*
i965: Generalize fs_generator further
Kristian Høgsberg
2014-12-10
1
-1
/
+1
*
i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET
Chris Forbes
2014-12-07
1
-0
/
+2
*
i965: Use ~0 to represent true on all generations.
Matt Turner
2014-12-05
1
-5
/
+2
*
i965: Remove "disable_derivative_optimization" driconf option.
Kenneth Graunke
2014-12-02
1
-6
/
+0
*
i965/fs: Remove opt_drop_redundant_mov_to_flags().
Matt Turner
2014-12-01
1
-31
/
+0
*
i965: Don't treat IF or WHILE with cmod as writing the flag.
Matt Turner
2014-12-01
1
-1
/
+3
*
i965: Set prog_data->uses_kill if simulating alpha test via discards.
Kenneth Graunke
2014-11-27
1
-1
/
+1
*
i965/fs: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+19
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
1
-1
/
+1
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
1
-7
/
+5
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
1
-6
/
+0
*
i965/fs: Remove unused apply_stride().
Matt Turner
2014-11-21
1
-10
/
+0
*
i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()
10.4-branchpoint
Kristian Høgsberg
2014-11-14
1
-59
/
+68
*
i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()
Kristian Høgsberg
2014-11-14
1
-65
/
+71
*
i965: Move more code into codegen-branch of the fs_visitor::run() if statement
Kristian Høgsberg
2014-11-14
1
-12
/
+11
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
1
-4
/
+5
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
1
-17
/
+0
*
i965/fs: Use execution size of 1 for some shader_time operations.
Matt Turner
2014-11-06
1
-1
/
+1
*
i965/fs: Use mov(4) instructions to read timestamp.
Matt Turner
2014-11-06
1
-5
/
+4
*
i965/fs: Don't compute_to_mrf() on Gen >= 7.
Matt Turner
2014-11-03
1
-0
/
+4
*
i965: Silence unused parameter warning in brw_dump_ir
Ian Romanick
2014-10-24
1
-1
/
+1
*
i965/fs: Silence uninitialized variable warning.
Matt Turner
2014-10-23
1
-0
/
+1
*
i965/fs: Don't pass ir_variable * to emit_sampleid_setup().
Kenneth Graunke
2014-10-17
1
-2
/
+2
*
i965/fs: Add a MAX_GRF_SIZE define and use it various places
Jason Ekstrand
2014-10-02
1
-0
/
+2
*
i965/fs: Fix the build
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Fix an uninitialized value warnings
Jason Ekstrand
2014-09-30
1
-3
/
+4
*
i965/fs: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-3
/
+3
[prev]
[next]