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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/fs: Strip trailing constant zeroes in sample messages
Neil Roberts
2015-05-01
1
-0
/
+1
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965/fs: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2015-04-22
1
-0
/
+1
*
i965/fs: Remove the GL context from the generator
Jason Ekstrand
2015-04-22
1
-1
/
+0
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-2
/
+1
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
1
-1
/
+0
*
i965/fs: Combine tex/fb_write operations (opt)
Ben Widawsky
2015-04-14
1
-0
/
+2
*
i965: Implement SIMD16 texturing on Gen4.
Kenneth Graunke
2015-04-06
1
-0
/
+4
*
i965/fs: Make emit_lrp return an fs_inst
Jason Ekstrand
2015-03-23
1
-2
/
+2
*
i965/fs: Make an emit_discard_jump() function to reduce duplication.
Kenneth Graunke
2015-03-19
1
-0
/
+1
*
i965/nir: Sort uniforms direct-first and use two different uniform registers
Jason Ekstrand
2015-03-19
1
-1
/
+3
*
i965/fs: Print spills:fills and number of promoted constants.
Matt Turner
2015-03-19
1
-0
/
+4
*
i965/fs: Emit better b2f of an expression on GEN4 and GEN5
Ian Romanick
2015-03-19
1
-0
/
+2
*
i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor.
Kenneth Graunke
2015-03-12
1
-0
/
+2
*
i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
Kenneth Graunke
2015-03-09
1
-1
/
+1
*
i965/fs: Make emit_shader_time_write return rather than emit.
Kenneth Graunke
2015-03-09
1
-2
/
+1
*
i965/fs: Silence unused parameter warning
Ian Romanick
2015-03-09
1
-1
/
+1
*
i965/fs: Implement SIMD16 dual source blending.
Iago Toral Quiroga
2015-03-09
1
-2
/
+4
*
i965/nir: Resolve source modifiers on Gen8+ logic operations.
Kenneth Graunke
2015-03-08
1
-0
/
+1
*
i965: Remove redundant discard jumps.
Kenneth Graunke
2015-02-24
1
-0
/
+1
*
i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
1
-0
/
+3
*
i965/fs: Remove type parameter from emit_vs_system_value().
Kenneth Graunke
2015-02-19
1
-1
/
+1
*
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
[next]