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
*
i965/fs: Treat the FB_WRITE as predicated if we're discarding.
Matt Turner
2014-12-01
1
-1
/
+1
*
i965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_DDY_*.
Kenneth Graunke
2014-11-27
1
-4
/
+4
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
1
-6
/
+20
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
1
-1
/
+1
*
i965/fs: Remove is_valid_3src() checks from emit_lrp.
Matt Turner
2014-11-21
1
-4
/
+1
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
1
-2
/
+2
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
1
-5
/
+0
*
i965/fs: Generate better code for ir_triop_csel.
Kenneth Graunke
2014-10-21
1
-5
/
+13
*
i965/fs: Change the type of booleans to UD and emit correct immediates
Jason Ekstrand
2014-10-17
1
-7
/
+7
*
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
-85
/
+121
*
i965/fs: Make gather_channel() not use ir_texture.
Connor Abbott
2014-10-15
1
-4
/
+3
*
i965/fs: Make swizzle_result() not use ir_texture.
Connor Abbott
2014-10-15
1
-6
/
+6
*
i965/fs: fix integer textures with swizzles
Connor Abbott
2014-10-15
1
-0
/
+1
*
i965/fs: don't pass in ir_texture to emit_texture_*
Connor Abbott
2014-10-15
1
-18
/
+17
*
i965/fs: don't use ir->type in emit_texture_gen4()
Connor Abbott
2014-10-15
1
-4
/
+1
*
i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*.
Connor Abbott
2014-10-15
1
-12
/
+22
*
i965/fs: Don't use ir->coordinate in emit_texture_*.
Connor Abbott
2014-10-15
1
-23
/
+29
*
i965/fs: make rescale_texcoord() not use ir_texture.
Connor Abbott
2014-10-15
1
-6
/
+6
*
i965/fs: Make emit_mcs_fetch() not use ir_texture.
Connor Abbott
2014-10-15
1
-3
/
+3
*
i965/fs: Rename "length" to "components" in emit_mcs_fetch().
Kenneth Graunke
2014-10-15
1
-6
/
+6
*
i965: Make brw_texture_offset() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+3
*
i965/fs: don't use ir->offset in emit_texture_gen5.
Connor Abbott
2014-10-15
1
-3
/
+5
*
i965/fs: Move texel offset handling to visit(ir_texture *).
Kenneth Graunke
2014-10-15
1
-9
/
+25
*
i965: Drop ir->op != ir_txf condition in offset checking.
Kenneth Graunke
2014-10-15
1
-3
/
+2
*
i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7.
Matt Turner
2014-09-30
1
-3
/
+3
*
i965/fs: Set MUL source type to W/UW in 64-bit mul macro on Gen8.
Matt Turner
2014-09-30
1
-1
/
+22
*
i965/brw_reg: Make the accumulator register take an explicit width.
Jason Ekstrand
2014-09-30
1
-4
/
+8
*
i965/fs: Use the GRF for FB writes on gen >= 7
Jason Ekstrand
2014-09-30
1
-69
/
+93
*
i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
Jason Ekstrand
2014-09-30
1
-13
/
+16
*
i965/fs: Use the GRF for UNTYPED_ATOMIC instructions
Jason Ekstrand
2014-09-30
1
-18
/
+25
*
i965/fs: Remove unneeded uses of force_uncompressed
Jason Ekstrand
2014-09-30
1
-4
/
+0
*
i965/fs: Derive force_uncompressed from instruction exec_size
Jason Ekstrand
2014-09-30
1
-0
/
+3
*
i965/fs: Add an exec_size field to fs_inst
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Rework GEN5 texturing code to use fs_reg and offset()
Jason Ekstrand
2014-09-30
1
-39
/
+38
*
i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
Jason Ekstrand
2014-09-30
1
-15
/
+21
*
i965/fs: Clean up emit_fb_writes
Jason Ekstrand
2014-09-30
1
-111
/
+82
*
i964/fs: Make immediate fs_reg constructors explicit
Jason Ekstrand
2014-09-30
1
-5
/
+6
*
i965/fs: Make null_reg_* const members of fs_visitor instead of globals
Jason Ekstrand
2014-09-30
1
-0
/
+3
*
i965/fs: Use offset a lot more places
Jason Ekstrand
2014-09-30
1
-74
/
+63
*
i965: Call insert and remove functions from exec_node directly.
Matt Turner
2014-09-24
1
-3
/
+3
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
1
-1
/
+1
*
i965/fs: Remove direct fs_visitor brw_wm_prog_key dependence
Jordan Justen
2014-09-22
1
-4
/
+14
*
i965/fs: Use brw_sampler_prog_key_data instead of brw_wm_prog_key::tex
Jordan Justen
2014-09-22
1
-12
/
+29
*
i965/fs: Remove direct fs_visitor brw_wm_prog_data dependence
Jordan Justen
2014-09-22
1
-6
/
+17
*
i965: Skip allocating UNIFORM file storage for uniforms of size 0.
Kenneth Graunke
2014-09-12
1
-3
/
+3
*
i965: Handle ir_binop_ubo_load in boolean expression code.
Kenneth Graunke
2014-09-08
1
-2
/
+2
*
i965/fs: Make emit_if_gen6 never fall back to emit_bool_to_cond_code.
Kenneth Graunke
2014-09-08
1
-8
/
+17
*
i965: Handle ir_triop_csel in emit_if_gen6().
Kenneth Graunke
2014-09-08
1
-2
/
+17
*
i965/fs: Remove direct fs_visitor gl_fragment_program dependence
Jordan Justen
2014-09-06
1
-1
/
+0
[next]