summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocksSamuel Iglesias Gonsalvez2015-09-291-1/+1
* glsl: Add parser/compiler support for unsized array's length()Samuel Iglesias Gonsalvez2015-09-251-0/+8
* i965: handle visiting of ir_var_shader_storage variablesIago Toral Quiroga2015-09-251-2/+3
* i965/vec4: Use MRF registers 21-23 for spilling in gen6Iago Toral Quiroga2015-09-211-4/+6
* i965: Maximum allowed size of SEND messages is 15 (4 bits)Iago Toral Quiroga2015-09-211-2/+3
* i965: add support for textureSamples functionIlia Mirkin2015-09-101-1/+9
* i965/nir/vec4: removed unneeded tex src swizzle setAlejandro Piñeiro2015-09-071-1/+0
* i965: Remove the brw_vue_prog_key base class.Kenneth Graunke2015-09-031-3/+2
* i965: Virtualize vec4_visitor::emit_urb_slot().Kenneth Graunke2015-09-031-15/+0
* i965: Store a key_tex pointer in vec4_visitor.Kenneth Graunke2015-09-031-6/+7
* i965: Move legacy clip plane handling to vec4_vs_visitor.Kenneth Graunke2015-09-031-56/+0
* i965: Delete the brw_vue_program_key::userclip_active flag.Kenneth Graunke2015-09-031-3/+4
* i965: Move type_size() methods out of visitor classes.Kenneth Graunke2015-08-251-13/+13
* i965: Make setup_vec4_uniform_value and _image_uniform_values take an offsetJason Ekstrand2015-08-251-6/+12
* i965: Rename setup_vector_uniform_values to setup_vec4_uniform_valueJason Ekstrand2015-08-251-4/+4
* i965: Teach type_size() about the size of an image uniform.Francisco Jerez2015-08-111-0/+1
* i965/vec4_visitor: Make some function arguments const referencesJason Ekstrand2015-08-101-3/+3
* i965/vec4_nir: Do boolean source modifier resolves on BDW+Jason Ekstrand2015-08-101-0/+13
* i965/vec4: do not predicate scratch writes for BRW_OPCODE_SEL instructionsIago Toral Quiroga2015-08-071-1/+2
* i965/gs: Refactor ir_emit_vertex and ir_end_primitiveIago Toral Quiroga2015-08-031-0/+13
* i965/ir/vec4: Refactor visit(ir_texture *ir)Alejandro Piñeiro2015-08-031-173/+195
* i965/vec4: Change vec4_visitor::swizzle_result() method to allow reuseAlejandro Piñeiro2015-08-031-7/+12
* i965/vec4: Change vec4_visitor::gather_channel() method to allow reuseEduardo Lima Mitev2015-08-031-4/+5
* i965/vec4: Change vec4_visitor::emit_mcs_fetch() method to allow reuseEduardo Lima Mitev2015-08-031-5/+6
* i965/vec4: Move is_high_sample() method to vec4_visitor classEduardo Lima Mitev2015-08-031-3/+3
* i965/vec4: Return the emitted instruction in emit_lrp()Antia Puentes2015-08-031-4/+4
* i965/vec4: Return the emitted instruction in emit_minmax()Antia Puentes2015-08-031-1/+3
* i965/vec4: Return the last emitted instruction in emit_math()Antia Puentes2015-08-031-2/+4
* i965/vec4: Make sure that register types always match during emit_urb_slot()Eduardo Lima Mitev2015-08-031-5/+10
* i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 passAlejandro Piñeiro2015-08-031-1/+1
* i965/vec4: Move type_size() method to brw_vec4_visitor classEduardo Lima Mitev2015-08-031-6/+15
* i965: Lift the constness restriction on surface indices passed to untyped ops.Francisco Jerez2015-07-291-0/+2
* i965: Define the setup_vector_uniform_values() backend_visitor interface.Francisco Jerez2015-07-291-19/+21
* i965: add support for ARB_shader_subroutineDave Airlie2015-07-241-0/+7
* i965: Fix stride field for the result of emit_uniformize().Francisco Jerez2015-07-211-8/+10
* i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.Francisco Jerez2015-07-161-12/+5
* i965: Implement b2f and b2i using negation.Francisco Jerez2015-07-161-6/+1
* mesa: rename is_in_uniform_block to is_in_buffer_blockIago Toral Quiroga2015-07-141-1/+1
* i965/vec4: Move c->last_scratch into vec4_visitor.Kenneth Graunke2015-07-091-9/+8
* i965/vec4: Plumb log_data through so the backend_shader field gets set.Kenneth Graunke2015-07-091-1/+2
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-231-2/+3
* i965/vs: Pass the current set of clip planes through run() and run_vs()Jason Ekstrand2015-06-231-3/+1
* i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-231-2/+2
* i965: Use a single index per shader for shader_time.Jason Ekstrand2015-06-231-6/+2
* i965: Initialize backend_shader::mem_ctx in its constructor.Matt Turner2015-06-231-2/+1
* glsl: Add ir node for barrierChris Forbes2015-06-121-0/+6
* mesa: reference built-in uniforms into gl_uniform_storageMartin Peres2015-06-041-1/+4
* i965: Rename backend_visitor to backend_shaderJason Ekstrand2015-05-281-1/+1
* i965/skl: Add a message header for the TXF_MCS instruction in vec4vsNeil Roberts2015-05-261-2/+18
* i965: Change header_present to header_size in backend_instructionJason Ekstrand2015-05-061-8/+8