aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Always split uniforms in array_access_to_pull_constantsJason Ekstrand2016-04-201-1/+3
* i965: Push everything if pull_param == NULLJason Ekstrand2016-04-141-0/+6
* i965/vec4: Get rid of the uniform_size arrayJason Ekstrand2016-04-141-11/+0
* i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constantsJason Ekstrand2016-04-141-45/+41
* i965/vec4: Use UD rather than D for uniform indirectsJason Ekstrand2016-04-141-5/+5
* i965/vec4: Inline get_pull_constant_offsetJason Ekstrand2016-04-131-23/+14
* i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.Kenneth Graunke2016-03-311-4/+10
* i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at br...Alejandro Piñeiro2016-03-081-55/+0
* i965: Lower min/max after optimization on Gen4/5.Matt Turner2016-02-171-12/+2
* glsl/types: Add support for function typesJason Ekstrand2016-02-131-0/+1
* i965/vec4: Plumb separate surfaces and samplers through from NIRJason Ekstrand2016-02-091-4/+8
* i965: Make uniform offsets be in terms of bytesJason Ekstrand2015-12-071-2/+1
* i965/vec4: Use a stride of 1 and byte offsets for UBOsJason Ekstrand2015-12-071-10/+3
* i965/vec4: Use byte offsets for UBO pulls on Sandy BridgeJason Ekstrand2015-12-071-3/+3
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-2/+1
* i965: Push down inclusion of brw_program.h.Matt Turner2015-11-241-0/+1
* 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