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/shader: Pull setup_image_uniform_values out of backend_shader
Jason Ekstrand
2015-10-02
1
-17
/
+35
*
i965/vec4: Always use NIR
Jason Ekstrand
2015-10-02
1
-11
/
+3
*
i965: Remove duplicate copy of is_scalar_shader_stage().
Kenneth Graunke
2015-09-30
1
-31
/
+20
*
i965/fs: Implement FS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+3
*
i965/vec4: Implement VS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+3
*
i965: Clean up GLSL compiler option setup
Jason Ekstrand
2015-09-21
1
-26
/
+20
*
i965/vec4: Use the replicated fdot instruction in NIR
Jason Ekstrand
2015-09-15
1
-0
/
+8
*
i965: Support compute shaders in is_scalar_shader_stage()
Jordan Justen
2015-09-10
1
-0
/
+1
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+2
*
nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IR
Jason Ekstrand
2015-09-09
1
-3
/
+0
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
1
-7
/
+9
*
i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value
Jason Ekstrand
2015-08-25
1
-6
/
+6
*
i965: Use NIR by default for vertex shaders
Jason Ekstrand
2015-08-20
1
-2
/
+2
*
i965/shader: Don't use OptimizeForAOS for NIR vec4 vertex shaders
Jason Ekstrand
2015-08-12
1
-1
/
+1
*
i965: Implement logic to set up and upload an image uniform.
Francisco Jerez
2015-08-11
1
-0
/
+31
*
i965: Define virtual instruction to calculate the high 32 bits of a multiply.
Francisco Jerez
2015-08-06
1
-0
/
+4
*
i965/nir: Enable NIR-vec4 pass on geometry shaders
Iago Toral Quiroga
2015-08-03
1
-0
/
+4
*
i965/nir: Pass a is_scalar boolean to brw_create_nir()
Eduardo Lima Mitev
2015-08-03
1
-2
/
+4
*
i965/nir/vec4: Select between new nir_vec4 or current vec4_visitor code-paths
Eduardo Lima Mitev
2015-08-03
1
-6
/
+8
*
i965/fs: Define logical typed and untyped surface opcodes.
Francisco Jerez
2015-07-29
1
-0
/
+16
*
i965/fs: Define logical texture sampling opcodes.
Francisco Jerez
2015-07-29
1
-0
/
+25
*
i965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
Francisco Jerez
2015-07-29
1
-2
/
+0
*
i965/fs: Define logical framebuffer write opcode.
Francisco Jerez
2015-07-29
1
-0
/
+2
*
i965: Use real stage in "Unsupported form of variable indexing" warning.
Kenneth Graunke
2015-07-28
1
-2
/
+3
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
1
-0
/
+1
*
glsl: pass shader stage to lower_output_reads and handle tess control
Ilia Mirkin
2015-07-23
1
-1
/
+1
*
glsl: don't lower variable indexing on non-patch tessellation inputs/outputs
Marek Olšák
2015-07-23
1
-3
/
+5
*
i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.
Francisco Jerez
2015-07-16
1
-1
/
+3
*
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
[next]