aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_shader.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Add tessellation control shaders.Kenneth Graunke2015-12-221-0/+3
* i965: Add tessellation evaluation shadersKenneth Graunke2015-12-221-0/+3
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-5/+2
* i965: Move brw_new_shader and brw_link_shader prototypes from brw_wm.h.Matt Turner2015-11-241-0/+3
* i965: Prevent implicit upcasts to brw_reg.Matt Turner2015-11-241-1/+34
* i965: Use implicit backend_reg copy-constructor.Matt Turner2015-11-241-1/+1
* i965: Add and use backend_reg::equals().Matt Turner2015-11-241-0/+2
* i965: Convert scalar_* flags to a scalar_stage array.Kenneth Graunke2015-11-161-2/+0
* i965: Combine register file field.Matt Turner2015-11-131-13/+0
* i965: Replace HW_REG with ARF/FIXED_GRF.Matt Turner2015-11-131-2/+3
* i965: Rename GRF to VGRF.Matt Turner2015-11-131-2/+2
* i965: Move BAD_FILE from the beginning of enum register_file.Matt Turner2015-11-131-1/+1
* i965: Use brw_reg's nr field to store register number.Matt Turner2015-11-131-9/+0
* i965: Remove fixed_hw_reg field from backend_reg.Matt Turner2015-11-131-2/+3
* i965: Delete type field from backend_reg.Matt Turner2015-11-131-1/+0
* i965: Delete abs/negate fields from backend_reg.Matt Turner2015-11-131-3/+0
* i965: Make backend_reg inherit from brw_reg.Matt Turner2015-11-131-3/+3
* i965: Fix scalar VS float[] and vec2[] output arrays.Kenneth Graunke2015-11-051-0/+1
* i965/fs: Disable CSE optimization for untyped & typed surface readsJordan Justen2015-10-221-0/+6
* i965/gs: Do prog_data setup and other calculations in brw_compile_gsJason Ekstrand2015-10-211-0/+12
* i965: Move the entire compiler API into a single fileJason Ekstrand2015-10-191-58/+0
* i965: Use a const nir_shader in backend_shaderJason Ekstrand2015-10-191-2/+2
* i965: Move brw_link_shader() and friends to new file brw_link.cppKristian Høgsberg Kristensen2015-10-081-0/+2
* i965: Generalize predicated break pass for use in vec4 backend.Matt Turner2015-10-051-1/+5
* i965/shader: Get rid of the shader, prog, and shader_prog fieldsJason Ekstrand2015-10-021-7/+2
* i965/backend_shader: Add a field to store the NIR shaderJason Ekstrand2015-10-021-0/+1
* i965/shader: Pull assign_common_binding_table_offsets out of backend_shaderJason Ekstrand2015-10-021-2/+9
* i965/shader: Get rid of the setup_vec4_uniform_value helperJason Ekstrand2015-10-021-4/+0
* i965/shader: Pull setup_image_uniform_values out of backend_shaderJason Ekstrand2015-10-021-2/+5
* i965: Move type_size() methods out of visitor classes.Kenneth Graunke2015-08-251-0/+3
* i965: Make setup_vec4_uniform_value and _image_uniform_values take an offsetJason Ekstrand2015-08-251-2/+4
* i965: Rename setup_vector_uniform_values to setup_vec4_uniform_valueJason Ekstrand2015-08-251-2/+2
* i965: Implement logic to set up and upload an image uniform.Francisco Jerez2015-08-111-0/+1
* i965: Define the setup_vector_uniform_values() backend_visitor interface.Francisco Jerez2015-07-291-0/+4
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-231-3/+5
* i965: Add compiler options to brw_compilerJason Ekstrand2015-06-231-0/+3
* i965/fs: Plumb compiler debug logging through brw_compilerJason Ekstrand2015-06-231-0/+1
* i965: Plumb compiler debug logging through a function pointer in brw_compilerJason Ekstrand2015-06-231-0/+2
* i965: Initialize backend_shader::mem_ctx in its constructor.Matt Turner2015-06-231-0/+1
* i965: Make fs/vec4_visitor inherit from ir_visitor directlyJason Ekstrand2015-05-281-1/+1
* i965: Rename backend_visitor to backend_shaderJason Ekstrand2015-05-281-6/+6
* i965: Change header_present to header_size in backend_instructionJason Ekstrand2015-05-061-1/+3
* i965/cs: Support CS program precompileJordan Justen2015-05-021-0/+3
* i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand2015-04-221-0/+55
* i965: Use device_info instead of the context in instruction schedulingJason Ekstrand2015-04-221-1/+1
* i965: Add a devinfo field to backend_visitor and use it for gen checksJason Ekstrand2015-04-221-0/+1
* i965: Remove the context parameter from brw_texture_offsetJason Ekstrand2015-04-221-2/+1
* i965: Define method to check whether a backend_reg is inside a given range.Francisco Jerez2015-03-231-0/+1
* i965: Fix signedness of backend_reg::reg_offset.Francisco Jerez2015-03-231-1/+1
* i965: De-duplicate is_expression_commutative() functions.Kenneth Graunke2015-03-151-0/+1