index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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 pass to combine immediates.
Matt Turner
2015-02-17
1
-0
/
+1
*
i965/vec4: Add register classes up to MAX_VGRF_SIZE.
Francisco Jerez
2015-02-10
1
-3
/
+0
*
i965/fs: Remove duplicate include of brw_shader.h
Francisco Jerez
2015-02-10
1
-1
/
+0
*
i965: Move IR object definitions to separate header files.
Francisco Jerez
2015-02-10
1
-225
/
+1
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-6
/
+2
*
i965/fs_nir: Get rid of get_alu_src
Jason Ekstrand
2015-02-03
1
-1
/
+0
*
i965/fs: Use NIR's scalarizing abilities and stop handling vectors
Jason Ekstrand
2015-02-03
1
-15
/
+0
*
i965/fs: Add pass to propagate conditional modifiers.
Matt Turner
2015-01-23
1
-0
/
+1
*
i965/fs: Add a pass to fixup 3-src instructions that have a null dest.
Matt Turner
2015-01-23
1
-0
/
+1
*
i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successful
Ian Romanick
2015-01-23
1
-1
/
+1
*
i965/nir: Replace fs_reg(GRF, virtual_grf_alloc(...)) with vgrf(...).
Kenneth Graunke
2015-01-19
1
-0
/
+1
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
1
-1
/
+1
*
i965/fs_nir: Handle sample ID, position, and mask better
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-1
/
+0
*
i965/fs_nir: Use an array rather than a hash table for register lookup
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
i965/fs_nir: Don't duplicate emit_general_interpolation
Jason Ekstrand
2015-01-15
1
-1
/
+0
*
i965/fs: Don't take an ir_variable for emit_general_interpolation
Jason Ekstrand
2015-01-15
1
-1
/
+5
*
i965/fs: add a NIR frontend
Connor Abbott
2015-01-15
1
-0
/
+45
*
i965/fs: Don't pass through the coordinate type
Connor Abbott
2015-01-15
1
-2
/
+2
*
i965/fs: make emit_fragcoord_interpolation() not take an ir_variable
Connor Abbott
2015-01-15
1
-1
/
+2
*
i965: Pass a shader stage abbreviation to fs_generator().
Kenneth Graunke
2015-01-14
1
-1
/
+3
*
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
-1
/
+1
*
i965: Add fs_visitor::run_vs() to generate scalar vertex shader code
Kristian Høgsberg
2014-12-10
1
-2
/
+19
*
i965: Prepare for using the ATTR register file in the fs backend
Kristian Høgsberg
2014-12-10
1
-0
/
+3
*
i965: Add SIMD8 URB write low-level IR instruction
Kristian Høgsberg
2014-12-10
1
-0
/
+1
*
i965: Remove shader program argument and member from fs_generator
Kristian Høgsberg
2014-12-10
1
-2
/
+0
*
i965: Set shader name for generator from call site
Kristian Høgsberg
2014-12-10
1
-3
/
+4
*
i965: Generalize fs_generator further
Kristian Høgsberg
2014-12-10
1
-4
/
+3
*
i965/fs: Try to emit LINE instructions on Gen <= 5.
Matt Turner
2014-12-05
1
-0
/
+1
*
i965/fs: Make brw_reg_from_fs_reg static and remove prototype.
Matt Turner
2014-12-05
1
-2
/
+0
*
i965/fs: Add a negate() function.
Matt Turner
2014-12-05
1
-0
/
+8
*
i965/fs: Don't offset uniform registers in half().
Matt Turner
2014-12-03
1
-0
/
+4
*
i965/fs: Remove opt_drop_redundant_mov_to_flags().
Matt Turner
2014-12-01
1
-1
/
+0
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
1
-3
/
+3
*
i965/fs: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+2
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
1
-3
/
+0
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
1
-1
/
+3
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
1
-1
/
+0
*
i965/fs: Remove unused apply_stride().
Matt Turner
2014-11-21
1
-1
/
+0
*
i965/fs: Move ip_record class to its one use.
Matt Turner
2014-11-21
1
-12
/
+0
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-11-21
1
-2
/
+0
*
i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()
10.4-branchpoint
Kristian Høgsberg
2014-11-14
1
-0
/
+1
*
i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()
Kristian Høgsberg
2014-11-14
1
-0
/
+1
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
1
-4
/
+2
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
1
-5
/
+0
*
i965/fs: Don't pass ir_variable * to emit_sampleid_setup().
Kenneth Graunke
2014-10-17
1
-1
/
+1
*
i965/fs: Refactor the texture emission logic into a single function.
Kenneth Graunke
2014-10-15
1
-0
/
+14
*
i965/fs: Make gather_channel() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+1
*
i965/fs: Make swizzle_result() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+2
[next]