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: use EmitNoIndirectSampler for gen < 7
Tapani Pälli
2015-06-30
1
-0
/
+4
*
Revert "i965: Delete linked GLSL IR when using NIR."
Kenneth Graunke
2015-06-28
1
-4
/
+1
*
i965: Delete linked GLSL IR when using NIR.
Tapani Pälli
2015-06-24
1
-1
/
+4
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-4
/
+5
*
i965: Add compiler options to brw_compiler
Jason Ekstrand
2015-06-23
1
-1
/
+49
*
i965/fs: Plumb compiler debug logging through brw_compiler
Jason Ekstrand
2015-06-23
1
-0
/
+26
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-0
/
+16
*
i965: Initialize backend_shader::mem_ctx in its constructor.
Matt Turner
2015-06-23
1
-0
/
+2
*
i965/fs: Implement support for ir_barrier
Jordan Justen
2015-06-12
1
-0
/
+3
*
i965: Disallow saturation for MACH operations.
Ben Widawsky
2015-06-08
1
-1
/
+0
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-10
/
+10
*
i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+2
*
i965: Introduce the BROADCAST pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+3
*
i965: Add memory fence opcode.
Francisco Jerez
2015-05-04
1
-0
/
+3
*
i965: Add typed surface access opcodes.
Francisco Jerez
2015-05-04
1
-0
/
+8
*
i965: Add untyped surface write opcode.
Francisco Jerez
2015-05-04
1
-0
/
+3
*
i965/cs: Support CS program precompile
Jordan Justen
2015-05-02
1
-0
/
+4
*
i965/cs: Add CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+2
*
i965/fs: Add missing pixel_x/y to brw_instruction_name().
Matt Turner
2015-04-24
1
-0
/
+5
*
i965: Add a brw_compiler structure and store the register sets in it
Jason Ekstrand
2015-04-22
1
-0
/
+13
*
i965: Use device_info instead of the context in instruction scheduling
Jason Ekstrand
2015-04-22
1
-2
/
+2
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-1
/
+2
*
i965: Remove the context parameter from brw_texture_offset
Jason Ekstrand
2015-04-22
1
-7
/
+1
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
1
-5
/
+0
*
i965/skl: Add the header for constant loads outside of the generator
Neil Roberts
2015-04-16
1
-0
/
+4
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-0
/
+6
*
i965: Move lower_output_reads to brw_link_shader().
Kenneth Graunke
2015-04-11
1
-0
/
+3
*
i965: Move brw_link_shader's GLSL IR transformations into a helper.
Kenneth Graunke
2015-04-10
1
-93
/
+99
*
i965: Change brw_shader to gl_shader in brw_link_shader().
Kenneth Graunke
2015-04-10
1
-32
/
+31
*
i965: Free dead GLSL IR one last time.
Kenneth Graunke
2015-04-06
1
-0
/
+12
*
i965: Use brw_nir_cubemap_normalize for NIR shaders
Jason Ekstrand
2015-04-03
1
-1
/
+2
*
i965: Define method to check whether a backend_reg is inside a given range.
Francisco Jerez
2015-03-23
1
-0
/
+9
*
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
[next]