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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
1
-0
/
+3
*
i965: Add tessellation evaluation shaders
Kenneth Graunke
2015-12-22
1
-0
/
+3
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-5
/
+2
*
i965: Move brw_new_shader and brw_link_shader prototypes from brw_wm.h.
Matt Turner
2015-11-24
1
-0
/
+3
*
i965: Prevent implicit upcasts to brw_reg.
Matt Turner
2015-11-24
1
-1
/
+34
*
i965: Use implicit backend_reg copy-constructor.
Matt Turner
2015-11-24
1
-1
/
+1
*
i965: Add and use backend_reg::equals().
Matt Turner
2015-11-24
1
-0
/
+2
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
1
-2
/
+0
*
i965: Combine register file field.
Matt Turner
2015-11-13
1
-13
/
+0
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-2
/
+3
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Move BAD_FILE from the beginning of enum register_file.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-9
/
+0
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-2
/
+3
*
i965: Delete type field from backend_reg.
Matt Turner
2015-11-13
1
-1
/
+0
*
i965: Delete abs/negate fields from backend_reg.
Matt Turner
2015-11-13
1
-3
/
+0
*
i965: Make backend_reg inherit from brw_reg.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965: Fix scalar VS float[] and vec2[] output arrays.
Kenneth Graunke
2015-11-05
1
-0
/
+1
*
i965/fs: Disable CSE optimization for untyped & typed surface reads
Jordan Justen
2015-10-22
1
-0
/
+6
*
i965/gs: Do prog_data setup and other calculations in brw_compile_gs
Jason Ekstrand
2015-10-21
1
-0
/
+12
*
i965: Move the entire compiler API into a single file
Jason Ekstrand
2015-10-19
1
-58
/
+0
*
i965: Use a const nir_shader in backend_shader
Jason Ekstrand
2015-10-19
1
-2
/
+2
*
i965: Move brw_link_shader() and friends to new file brw_link.cpp
Kristian Høgsberg Kristensen
2015-10-08
1
-0
/
+2
*
i965: Generalize predicated break pass for use in vec4 backend.
Matt Turner
2015-10-05
1
-1
/
+5
*
i965/shader: Get rid of the shader, prog, and shader_prog fields
Jason Ekstrand
2015-10-02
1
-7
/
+2
*
i965/backend_shader: Add a field to store the NIR shader
Jason Ekstrand
2015-10-02
1
-0
/
+1
*
i965/shader: Pull assign_common_binding_table_offsets out of backend_shader
Jason Ekstrand
2015-10-02
1
-2
/
+9
*
i965/shader: Get rid of the setup_vec4_uniform_value helper
Jason Ekstrand
2015-10-02
1
-4
/
+0
*
i965/shader: Pull setup_image_uniform_values out of backend_shader
Jason Ekstrand
2015-10-02
1
-2
/
+5
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
1
-0
/
+3
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
1
-2
/
+4
*
i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value
Jason Ekstrand
2015-08-25
1
-2
/
+2
*
i965: Implement logic to set up and upload an image uniform.
Francisco Jerez
2015-08-11
1
-0
/
+1
*
i965: Define the setup_vector_uniform_values() backend_visitor interface.
Francisco Jerez
2015-07-29
1
-0
/
+4
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-3
/
+5
*
i965: Add compiler options to brw_compiler
Jason Ekstrand
2015-06-23
1
-0
/
+3
*
i965/fs: Plumb compiler debug logging through brw_compiler
Jason Ekstrand
2015-06-23
1
-0
/
+1
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-0
/
+2
*
i965: Initialize backend_shader::mem_ctx in its constructor.
Matt Turner
2015-06-23
1
-0
/
+1
*
i965: Make fs/vec4_visitor inherit from ir_visitor directly
Jason Ekstrand
2015-05-28
1
-1
/
+1
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-6
/
+6
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-1
/
+3
*
i965/cs: Support CS program precompile
Jordan Justen
2015-05-02
1
-0
/
+3
*
i965: Add a brw_compiler structure and store the register sets in it
Jason Ekstrand
2015-04-22
1
-0
/
+55
*
i965: Use device_info instead of the context in instruction scheduling
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-0
/
+1
*
i965: Remove the context parameter from brw_texture_offset
Jason Ekstrand
2015-04-22
1
-2
/
+1
*
i965: Define method to check whether a backend_reg is inside a given range.
Francisco Jerez
2015-03-23
1
-0
/
+1
*
i965: Fix signedness of backend_reg::reg_offset.
Francisco Jerez
2015-03-23
1
-1
/
+1
*
i965: De-duplicate is_expression_commutative() functions.
Kenneth Graunke
2015-03-15
1
-0
/
+1
[next]