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_shader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.
Iago Toral Quiroga
2014-09-19
1
-0
/
+2
*
i965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
Iago Toral Quiroga
2014-09-19
1
-2
/
+2
*
i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
Iago Toral Quiroga
2014-09-19
1
-0
/
+2
*
i965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
Iago Toral Quiroga
2014-09-19
1
-0
/
+2
*
i965: Add basic-block aware backend_instruction::insert_* methods.
Matt Turner
2014-08-22
1
-0
/
+47
*
i965: Add a basic-block aware backend_instruction::remove method.
Matt Turner
2014-08-22
1
-0
/
+46
*
i965: Remove dead call to _mesa_associate_uniform_storage().
Matt Turner
2014-08-18
1
-6
/
+0
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
1
-1
/
+1
*
i965: Save the gl_shader_stage enum in backend_visitor.
Kenneth Graunke
2014-07-23
1
-1
/
+2
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-1
/
+16
*
i965: Move assembly annotation functions to intel_asm_annotation.c.
Matt Turner
2014-07-05
1
-55
/
+0
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Use enum brw_reg_type for register types.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
2014-07-05
1
-0
/
+37
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-6
/
+3
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-4
/
+3
*
i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.
Kenneth Graunke
2014-06-23
1
-2
/
+7
*
i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
Matt Turner
2014-06-17
1
-0
/
+3
*
i965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instructions() decode.
Kenneth Graunke
2014-06-15
1
-0
/
+2
*
i965: Use brw->gen in some generation checks.
Matt Turner
2014-06-11
1
-2
/
+2
*
i965: Skip IR annotations with INTEL_DEBUG=noann.
Matt Turner
2014-06-01
1
-2
/
+4
*
i965: Give dump_instructions() a filename argument.
Matt Turner
2014-06-01
1
-2
/
+20
*
i965: Print disassembly after compaction.
Matt Turner
2014-05-24
1
-0
/
+54
*
i965: Relax accumulator dependency scheduling on Gen < 6
Iago Toral Quiroga
2014-05-13
1
-0
/
+10
*
i965: Add reads_accumulator_implicitly() function.
Matt Turner
2014-04-16
1
-0
/
+13
*
glsl: Drop do_common_optimization's max_unroll_iterations parameter.
Kenneth Graunke
2014-04-11
1
-1
/
+1
*
i965: Use EmitNoIndirect flags in lower_variable_index_to_cond_assign.
Kenneth Graunke
2014-04-11
1
-8
/
+7
*
i965: Remove stale comment.
Eric Anholt
2014-04-08
1
-1
/
+0
*
glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().
Kenneth Graunke
2014-04-08
1
-1
/
+2
*
i965: Mark is_tex() and friends as const.
Matt Turner
2014-04-05
1
-5
/
+5
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-2
/
+2
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-1
/
+4
*
i965: Merge initialisation of backend_visitor
Topi Pohjolainen
2014-03-05
1
-0
/
+12
*
i965: Don't try to dump shader source for fixed-function FS programs.
Kenneth Graunke
2014-02-26
1
-1
/
+1
*
i965: Stop lowering ir_triop_lrp.
Kenneth Graunke
2014-02-26
1
-2
/
+0
*
glsl/i965: move lower_offset_array up to GLSL compiler level.
Dave Airlie
2014-02-25
1
-1
/
+1
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-13
/
+12
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
1
-1
/
+1
[next]