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_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/shader: Get rid of the setup_vec4_uniform_value helper
Jason Ekstrand
2015-10-02
1
-16
/
+0
*
i965/vec4: Get rid of the uniform_vector_size array
Jason Ekstrand
2015-10-02
1
-3
/
+0
*
i965/vec4: Delete the old ir_visitor code
Jason Ekstrand
2015-10-02
1
-1873
/
+0
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-1
/
+1
*
glsl: Add parser/compiler support for unsized array's length()
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+8
*
i965: handle visiting of ir_var_shader_storage variables
Iago Toral Quiroga
2015-09-25
1
-2
/
+3
*
i965/vec4: Use MRF registers 21-23 for spilling in gen6
Iago Toral Quiroga
2015-09-21
1
-4
/
+6
*
i965: Maximum allowed size of SEND messages is 15 (4 bits)
Iago Toral Quiroga
2015-09-21
1
-2
/
+3
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-1
/
+9
*
i965/nir/vec4: removed unneeded tex src swizzle set
Alejandro Piñeiro
2015-09-07
1
-1
/
+0
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
1
-3
/
+2
*
i965: Virtualize vec4_visitor::emit_urb_slot().
Kenneth Graunke
2015-09-03
1
-15
/
+0
*
i965: Store a key_tex pointer in vec4_visitor.
Kenneth Graunke
2015-09-03
1
-6
/
+7
*
i965: Move legacy clip plane handling to vec4_vs_visitor.
Kenneth Graunke
2015-09-03
1
-56
/
+0
*
i965: Delete the brw_vue_program_key::userclip_active flag.
Kenneth Graunke
2015-09-03
1
-3
/
+4
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
1
-13
/
+13
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
1
-6
/
+12
*
i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value
Jason Ekstrand
2015-08-25
1
-4
/
+4
*
i965: Teach type_size() about the size of an image uniform.
Francisco Jerez
2015-08-11
1
-0
/
+1
*
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
/
+13
*
i965/vec4: do not predicate scratch writes for BRW_OPCODE_SEL instructions
Iago Toral Quiroga
2015-08-07
1
-1
/
+2
*
i965/gs: Refactor ir_emit_vertex and ir_end_primitive
Iago Toral Quiroga
2015-08-03
1
-0
/
+13
*
i965/ir/vec4: Refactor visit(ir_texture *ir)
Alejandro Piñeiro
2015-08-03
1
-173
/
+195
*
i965/vec4: Change vec4_visitor::swizzle_result() method to allow reuse
Alejandro Piñeiro
2015-08-03
1
-7
/
+12
*
i965/vec4: Change vec4_visitor::gather_channel() method to allow reuse
Eduardo Lima Mitev
2015-08-03
1
-4
/
+5
*
i965/vec4: Change vec4_visitor::emit_mcs_fetch() method to allow reuse
Eduardo Lima Mitev
2015-08-03
1
-5
/
+6
*
i965/vec4: Move is_high_sample() method to vec4_visitor class
Eduardo Lima Mitev
2015-08-03
1
-3
/
+3
*
i965/vec4: Return the emitted instruction in emit_lrp()
Antia Puentes
2015-08-03
1
-4
/
+4
*
i965/vec4: Return the emitted instruction in emit_minmax()
Antia Puentes
2015-08-03
1
-1
/
+3
*
i965/vec4: Return the last emitted instruction in emit_math()
Antia Puentes
2015-08-03
1
-2
/
+4
*
i965/vec4: Make sure that register types always match during emit_urb_slot()
Eduardo Lima Mitev
2015-08-03
1
-5
/
+10
*
i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 pass
Alejandro Piñeiro
2015-08-03
1
-1
/
+1
*
i965/vec4: Move type_size() method to brw_vec4_visitor class
Eduardo Lima Mitev
2015-08-03
1
-6
/
+15
*
i965: Lift the constness restriction on surface indices passed to untyped ops.
Francisco Jerez
2015-07-29
1
-0
/
+2
*
i965: Define the setup_vector_uniform_values() backend_visitor interface.
Francisco Jerez
2015-07-29
1
-19
/
+21
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
1
-0
/
+7
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
1
-8
/
+10
*
i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.
Francisco Jerez
2015-07-16
1
-12
/
+5
*
i965: Implement b2f and b2i using negation.
Francisco Jerez
2015-07-16
1
-6
/
+1
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
1
-1
/
+1
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
1
-9
/
+8
*
i965/vec4: Plumb log_data through so the backend_shader field gets set.
Kenneth Graunke
2015-07-09
1
-1
/
+2
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-2
/
+3
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
1
-3
/
+1
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-6
/
+2
*
i965: Initialize backend_shader::mem_ctx in its constructor.
Matt Turner
2015-06-23
1
-2
/
+1
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+6
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-1
/
+4
[next]