index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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/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
*
i965: Create backend_visitor fields for debugging messages.
Kenneth Graunke
2015-02-19
1
-0
/
+3
*
i965: Add an is_negative_one() method.
Matt Turner
2015-02-15
1
-0
/
+1
*
i965/vec4: Add register classes up to MAX_VGRF_SIZE.
Francisco Jerez
2015-02-10
1
-0
/
+3
*
i965: Move up fs_inst::flag_subreg to backend_instruction.
Francisco Jerez
2015-02-10
1
-0
/
+5
*
i965: Move up fs_inst::regs_written to backend_instruction.
Francisco Jerez
2015-02-10
1
-0
/
+1
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-0
/
+6
*
i965: Add function to take the abs of immediates.
Matt Turner
2015-02-03
1
-0
/
+1
*
i965: Add function to negate immediates.
Matt Turner
2015-02-03
1
-0
/
+1
*
i965: Add is_3src() to backend_instruction.
Matt Turner
2015-01-23
1
-0
/
+1
*
i965: Add backend_instruction::can_do_cmod().
Matt Turner
2015-01-23
1
-0
/
+1
*
i965: Add support for saturating immediates.
Matt Turner
2014-12-29
1
-0
/
+1
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
1
-0
/
+18
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-11-21
1
-0
/
+2
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
1
-2
/
+1
*
i965: Make brw_texture_offset() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+2
*
i965: Call insert and remove functions from exec_node directly.
Matt Turner
2014-09-24
1
-3
/
+0
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965: Add invalidate_cfg parameter to invalidate_live_intervals().
Matt Turner
2014-08-22
1
-1
/
+1
*
i965: Add basic-block aware backend_instruction::insert_* methods.
Matt Turner
2014-08-22
1
-0
/
+5
*
i965: Add a basic-block aware backend_instruction::remove method.
Matt Turner
2014-08-22
1
-0
/
+4
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
1
-1
/
+0
*
i965: Save the gl_shader_stage enum in backend_visitor.
Kenneth Graunke
2014-07-23
1
-0
/
+2
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-0
/
+5
*
i965: Move assembly annotation functions to intel_asm_annotation.c.
Matt Turner
2014-07-05
1
-6
/
+0
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Make backend_instruction usable from C.
Matt Turner
2014-07-05
1
-4
/
+7
*
i965/cfg: Make cfg_t usable from C.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Repack backend_instruction struct.
Matt Turner
2014-07-05
1
-7
/
+5
[prev]
[next]