aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Don't fix-up scalar uniforms for 3 src instructions.Matt Turner2014-03-101-0/+3
* i965: Merge resolving of shader program sourceTopi Pohjolainen2014-03-051-4/+2
* i965: Merge initialisation of backend_visitorTopi Pohjolainen2014-03-051-7/+2
* i965/vec4: Mark invariant members as constants in vec4_visitorTopi Pohjolainen2014-03-051-4/+4
* i965: Assert array index on access to vec4_visitor's arrays.Petri Latvala2014-02-281-0/+6
* i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...Petri Latvala2014-02-281-0/+11
* i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.Kenneth Graunke2014-02-261-7/+35
* i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.Kenneth Graunke2014-02-261-0/+1
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-2/+2
* i965/vs: Use samplers for UBOs in the VS like we do for non-UBO pulls.Eric Anholt2014-02-201-5/+18
* i965/vec4: Trivial improvements to the with_writemask() function.Francisco Jerez2014-02-191-10/+1
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-7/+7
* i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.Francisco Jerez2014-02-121-2/+2
* glsl: Add image type to the GLSL IR.Francisco Jerez2014-02-121-0/+1
* i965/vec4: Emit shader w/a for Gen6 gatherChris Forbes2014-02-081-0/+31
* 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