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_shader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: De-duplicate is_expression_commutative() functions.
Kenneth Graunke
2015-03-15
1
-0
/
+22
*
i965: Silence GCC maybe-uninitialized warning.
Vinson Lee
2015-03-09
1
-1
/
+1
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-2
/
+0
*
i965: Consider scratch writes to have side effects.
Matt Turner
2015-03-02
1
-0
/
+1
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-19
1
-0
/
+2
*
i965: just avoid warnings with fp64
Dave Airlie
2015-02-20
1
-0
/
+1
*
i965: Create backend_visitor fields for debugging messages.
Kenneth Graunke
2015-02-19
1
-0
/
+3
*
i965: Allow exec_list sentinels as arguments to insert functions.
Matt Turner
2015-02-17
1
-2
/
+4
*
i965: Let dump_instructions() work before calculate_cfg().
Matt Turner
2015-02-15
1
-5
/
+12
*
i965: Add an is_negative_one() method.
Matt Turner
2015-02-15
1
-0
/
+16
*
i965: Move some asserts to unreachable.
Eric Anholt
2015-02-12
1
-2
/
+2
*
i965: Add LINTERP/CINTERP to can_do_cmod().
Matt Turner
2015-02-11
1
-0
/
+2
*
i965: Allocate binding table space for shader images.
Francisco Jerez
2015-02-10
1
-0
/
+7
*
i965: Handle negated unsigned immediate values in constant propagation.
Francisco Jerez
2015-02-10
1
-6
/
+2
*
i965: Add function to take the abs of immediates.
Matt Turner
2015-02-03
1
-0
/
+39
*
i965: Add function to negate immediates.
Matt Turner
2015-02-03
1
-0
/
+39
*
i965: Mark UB/B immediates as unreachable.
Matt Turner
2015-02-03
1
-4
/
+1
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
1
-1
/
+1
*
i965: Add is_3src() to backend_instruction.
Matt Turner
2015-01-23
1
-0
/
+6
*
i965: Add backend_instruction::can_do_cmod().
Matt Turner
2015-01-23
1
-0
/
+45
*
i965: Copy shader->shadow_samplers to prog->ShadowSamplers.
Kenneth Graunke
2015-01-04
1
-0
/
+1
*
i965: Add support for saturating immediates.
Matt Turner
2014-12-29
1
-0
/
+47
*
i965: Generate vs code using scalar backend for BDW+
Kristian Høgsberg
2014-12-10
1
-3
/
+16
*
i965: Add SIMD8 URB write low-level IR instruction
Kristian Høgsberg
2014-12-10
1
-0
/
+3
*
i965: Remove default from brw_instruction_name switch to catch missing names.
Matt Turner
2014-12-08
1
-12
/
+5
*
i965: Add missing opcode names.
Matt Turner
2014-12-08
1
-0
/
+9
*
i965: Add opcode names for set_omask and set_sample_id.
Matt Turner
2014-12-08
1
-0
/
+4
*
i965: Add opcode names for FS interpolation opcodes
Chris Forbes
2014-12-07
1
-0
/
+9
*
i965: Change the type of booleans to D.
Matt Turner
2014-12-05
1
-1
/
+1
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
1
-0
/
+2
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
1
-5
/
+9
*
i965/vec4: Optimize packSnorm4x8().
Matt Turner
2014-11-25
1
-3
/
+3
*
i965/vec4: Optimize packUnorm4x8().
Matt Turner
2014-11-25
1
-3
/
+3
*
i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
Matt Turner
2014-11-25
1
-0
/
+3
*
i965/vec4: Optimize unpackSnorm4x8().
Matt Turner
2014-11-25
1
-2
/
+2
*
i965/vec4: Optimize unpackUnorm4x8().
Matt Turner
2014-11-25
1
-2
/
+5
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
1
-5
/
+8
*
i965: Move brw->precompile checks out a level.
Kenneth Graunke
2014-11-24
1
-4
/
+4
*
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
2014-10-29
1
-1
/
+1
*
i965: Remove brw_new_shader_program
Ian Romanick
2014-10-24
1
-11
/
+0
*
i965/fs: Change the type of booleans to UD and emit correct immediates
Jason Ekstrand
2014-10-17
1
-1
/
+1
*
i965: Make brw_texture_offset() not use ir_texture.
Connor Abbott
2014-10-15
1
-8
/
+5
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-3
/
+3
*
i965/fs: Use the GRF for FB writes on gen >= 7
Jason Ekstrand
2014-09-30
1
-0
/
+1
*
i965: Add and use functions to get next/prev blocks.
Matt Turner
2014-09-24
1
-2
/
+2
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-14
/
+0
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVES opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+2
*
i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+2
*
i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+2
[next]