aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: rename tex_ms to tex_cmsTopi Pohjolainen2014-01-231-1/+1
* i965/vec4: Support arbitrarily large sampler state indices on Haswell+.Kenneth Graunke2014-01-221-2/+8
* i965/vec4: Don't set header_present if texel offsets are all 0.Kenneth Graunke2014-01-221-9/+8
* i965: Modify some error messages to refer to "vec4" instead of "vs".Paul Berry2014-01-211-1/+1
* i965: Add GS support to INTEL_DEBUG=shader_time.Paul Berry2014-01-211-2/+8
* i965: Emit writes to viewport indexIan Romanick2014-01-201-0/+4
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-8/+8
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-2/+2
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-091-5/+0
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-091-2/+4
* glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry2013-12-091-32/+2
* i965/vs: Sample from MCS surface when requiredChris Forbes2013-12-071-7/+39
* i965: Emit better code for ir_unop_sign.Matt Turner2013-12-041-7/+25
* i965: Don't use MACH for integer multiplies on Gen8+.Kenneth Graunke2013-12-021-1/+1
* i965/vs: Always store pull constant offsets in GRFs on Gen8.Kenneth Graunke2013-12-021-1/+15
* i965/vec4: Fix broken IR annotation in debug output.Paul Berry2013-11-191-1/+0
* i965: Assert that IF with cmod is Gen6 only.Matt Turner2013-11-151-2/+2
* i965/gen7: Handle atomic instructions from the VEC4 back-end.Francisco Jerez2013-11-041-2/+101
* i965: Initialize vec4_visitor member variables.Vinson Lee2013-11-031-1/+6
* i965/vec4: Don't overwrite op[1] when doing a UBO load.Eric Anholt2013-11-011-2/+3
* i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITEEric Anholt2013-10-301-2/+2
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-291-0/+2
* i965: Remove ir_txf coord+offset special case in visitorsChris Forbes2013-10-261-22/+3
* i965: Add asserts to ensure that ir_tg4 offset arrays are loweredChris Forbes2013-10-261-0/+3
* i965/vs: Add support for shadow comparitors with gather4Chris Forbes2013-10-261-1/+6
* i965/vs: add support for gather4 with nonconstant offsetsChris Forbes2013-10-261-1/+15
* i965: relax brw_texture_offset assertChris Forbes2013-10-261-1/+1
* i965/vec4: Add the ability to suppress register spilling.Paul Berry2013-10-241-2/+3
* i965/vec4: Remove uses_clip_distance from program key.Paul Berry2013-10-241-1/+1
* i965: Move the common binding table offset code to brw_shader.cpp.Eric Anholt2013-10-151-0/+1
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-2/+2
* i965: Generate code for ir_binop_imul_high.Matt Turner2013-10-071-0/+7
* i965: Use the multiplication result's type for the accumulator.Matt Turner2013-10-071-1/+1
* i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+16
* i965/vs: Add support for textureGather(.., comp)Chris Forbes2013-10-061-7/+11
* i965/vs: add missing break between ir_query_levels and ir_tg4 casesChris Forbes2013-10-051-0/+1
* i965/vs: implement ir_query_levelsChris Forbes2013-10-051-1/+14
* i965: w/a for gather4 green RG32FChris Forbes2013-10-031-0/+4
* i965/vs: Add support for ir_tg4Chris Forbes2013-10-031-2/+44
* i965: Initialize all member variables of vec4_instruction on construction.Francisco Jerez2013-10-011-0/+15
* glsl: Add support for ldexp.Matt Turner2013-09-171-0/+3
* i965/vec4: Generate URB writes using a loop.Paul Berry2013-09-161-31/+21
* i965/vec4: Add the ability to emit opcodes with just a dst register.Paul Berry2013-09-111-0/+6
* i965/gs: Set control data header size/format appropriately for EndPrimitive().Paul Berry2013-09-111-1/+1
* i965/vec4: Only zero out unused message components when there are any.Kenneth Graunke2013-09-101-2/+4
* i965/vec4: Simplify the computation of coord_mask and zero_mask.Kenneth Graunke2013-09-101-5/+2
* Revert "i965/vec4: Only zero out unused message components when there are any."Kenneth Graunke2013-09-091-4/+2
* i965: Add support for ir_triop_csel.Matt Turner2013-09-091-0/+6
* glsl: Pass _mesa_glsl_parse_state into matching_signature and such.Kenneth Graunke2013-09-091-1/+1
* i965/vec4: Only zero out unused message components when there are any.Kenneth Graunke2013-09-091-2/+4