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_vec4.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/shader: Get rid of the setup_vec4_uniform_value helper
Jason Ekstrand
2015-10-02
1
-3
/
+0
*
i965/vec4: Get rid of the uniform_vector_size array
Jason Ekstrand
2015-10-02
1
-2
/
+1
*
i965/vec4: Delete the old vec4_vp code
Jason Ekstrand
2015-10-02
1
-1
/
+0
*
i965/vec4: Delete the old ir_visitor code
Jason Ekstrand
2015-10-02
1
-72
/
+1
*
i965/nir/vec4: Implement nir_intrinsic_ssbo_atomic_*
Iago Toral Quiroga
2015-09-25
1
-0
/
+1
*
i965/vec4: Implement VS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+6
*
i965/vec4_nir: Use partial SSA form rather than full non-SSA
Jason Ekstrand
2015-09-15
1
-0
/
+1
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
1
-7
/
+1
*
i965: Virtualize vec4_visitor::emit_urb_slot().
Kenneth Graunke
2015-09-03
1
-1
/
+1
*
i965: Store a key_tex pointer in vec4_visitor.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965: Move legacy clip plane handling to vec4_vs_visitor.
Kenneth Graunke
2015-09-03
1
-3
/
+1
*
i965/vec4_nir: Get rid of the uniform_driver_location tracking
Jason Ekstrand
2015-08-25
1
-1
/
+0
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
1
-1
/
+0
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
1
-1
/
+2
*
i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value
Jason Ekstrand
2015-08-25
1
-2
/
+2
*
i965/vec4_visitor: Make some function arguments const references
Jason Ekstrand
2015-08-10
1
-3
/
+3
*
i965/vec4_nir: Do boolean source modifier resolves on BDW+
Jason Ekstrand
2015-08-10
1
-0
/
+1
*
i965/gs: Refactor ir_emit_vertex and ir_end_primitive
Iago Toral Quiroga
2015-08-03
1
-0
/
+2
*
i965/ir/vec4: Refactor visit(ir_texture *ir)
Alejandro Piñeiro
2015-08-03
1
-0
/
+14
*
i965/vec4: Change vec4_visitor::swizzle_result() method to allow reuse
Alejandro Piñeiro
2015-08-03
1
-1
/
+3
*
i965/vec4: Change vec4_visitor::gather_channel() method to allow reuse
Eduardo Lima Mitev
2015-08-03
1
-1
/
+1
*
i965/vec4: Change vec4_visitor::emit_mcs_fetch() method to allow reuse
Eduardo Lima Mitev
2015-08-03
1
-1
/
+2
*
i965/vec4: Move is_high_sample() method to vec4_visitor class
Eduardo Lima Mitev
2015-08-03
1
-0
/
+1
*
i965/vec4: Return the emitted instruction in emit_lrp()
Antia Puentes
2015-08-03
1
-2
/
+2
*
i965/vec4: Return the emitted instruction in emit_minmax()
Antia Puentes
2015-08-03
1
-2
/
+2
*
i965/vec4: Return the last emitted instruction in emit_math()
Antia Puentes
2015-08-03
1
-2
/
+3
*
i965/nir/vec4: Add get_nir_dst() and get_nir_src() methods
Eduardo Lima Mitev
2015-08-03
1
-0
/
+10
*
i965/nir/vec4: Implement load_const intrinsic
Eduardo Lima Mitev
2015-08-03
1
-0
/
+1
*
i965/nir/vec4: Add shader function implementation
Eduardo Lima Mitev
2015-08-03
1
-0
/
+1
*
i965/nir/vec4: Add setup for system values
Alejandro Piñeiro
2015-08-03
1
-0
/
+2
*
i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 pass
Alejandro Piñeiro
2015-08-03
1
-1
/
+3
*
i965/nir/vec4: Add setup of uniform variables
Iago Toral Quiroga
2015-08-03
1
-0
/
+1
*
i965/nir/vec4: Add setup of input variables in NIR->vec4 pass
Eduardo Lima Mitev
2015-08-03
1
-0
/
+2
*
i965/vec4: Move type_size() method to brw_vec4_visitor class
Eduardo Lima Mitev
2015-08-03
1
-0
/
+2
*
i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 pass
Eduardo Lima Mitev
2015-08-03
1
-0
/
+19
*
i965: Define the setup_vector_uniform_values() backend_visitor interface.
Francisco Jerez
2015-07-29
1
-0
/
+3
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
1
-2
/
+5
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
1
-6
/
+2
*
i965/vec4: Plumb log_data through so the backend_shader field gets set.
Kenneth Graunke
2015-07-09
1
-0
/
+1
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-4
/
+3
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-7
/
+3
*
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
2015-06-23
1
-1
/
+3
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
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
-1
/
+1
*
i965: Define helper function to copy an arbitrary live component from some re...
Francisco Jerez
2015-05-04
1
-0
/
+3
*
i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.
Francisco Jerez
2015-05-04
1
-0
/
+1
[next]