aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Use NIR for lowering texture swizzleJason Ekstrand2015-11-231-85/+8
* i965: Enable EXT_shader_samples_identicalIan Romanick2015-11-191-0/+7
* i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().Matt Turner2015-11-191-47/+47
* i965: Rename GRF to VGRF.Matt Turner2015-11-131-8/+8
* i965: Use brw_reg's nr field to store register number.Matt Turner2015-11-131-20/+20
* i965: Remove fixed_hw_reg field from backend_reg.Matt Turner2015-11-131-2/+0
* i965: Use immediate storage in inherited brw_reg.Matt Turner2015-11-131-1/+1
* i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.Matt Turner2015-11-131-1/+1
* i965/vec4: Do not mark used direct surfaces in VS_OPCODE_PULL_CONSTANT_LOADIago Toral Quiroga2015-11-051-2/+4
* i965/vec4/skl+: Use ld2dms_w instead of ld2dmsNeil Roberts2015-11-051-2/+12
* i965/vec4: Send from GRF in atomic operations.Matt Turner2015-11-031-12/+18
* i965/vec4: Initialize LOD to 0.0f for textureQueryLevels() and texture().Matt Turner2015-10-221-0/+12
* i965/vec4: Don't emit MOVs for unused URB slots.Matt Turner2015-10-211-5/+13
* i965: Use a const nir_shader in backend_shaderJason Ekstrand2015-10-191-1/+1
* i965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF only once and in one placeIago Toral Quiroga2015-10-081-3/+0
* i965: make pull constant loads in gen6 start at MRFs 16/17Iago Toral Quiroga2015-10-081-1/+2
* i965/vec4: Remove more dead visitor/vertex program code.Matt Turner2015-10-041-10/+0
* i965/shader: Get rid of the shader, prog, and shader_prog fieldsJason Ekstrand2015-10-021-5/+2
* i965/fs,vec4: Get rid of the sanity_param_countJason Ekstrand2015-10-021-1/+0
* i965/shader: Get rid of the setup_vec4_uniform_value helperJason Ekstrand2015-10-021-16/+0
* i965/vec4: Get rid of the uniform_vector_size arrayJason Ekstrand2015-10-021-3/+0
* i965/vec4: Delete the old ir_visitor codeJason Ekstrand2015-10-021-1873/+0
* 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