aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Add support for nonconst sampler indexing in VS visitorChris Forbes2014-08-151-5/+49
* i965/vec4: Add visitor support for nonconst ubo block indexingChris Forbes2014-08-151-3/+26
* i965/vec4: Assert that fine/coarse derivative ops don't appearChris Forbes2014-08-151-0/+4
* i965: fix compiler error in union initiliazerPekka Paalanen2014-08-141-1/+1
* i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts2014-08-141-5/+8
* i965: Get rid of backend_instruction::samplerChris Forbes2014-08-091-3/+0
* i965/vec4: Pass sampler index in src1 for texture opsChris Forbes2014-08-091-4/+8
* i965/vec4: Collect all emits of texture ops into one placeChris Forbes2014-08-091-26/+12
* i965/vec4: Remove unused emit_bool_comparison method.Matt Turner2014-08-071-14/+0
* glsl: Make it possible to ignore built-ins when matching signatures.Kenneth Graunke2014-08-041-1/+1
* i965/vec4: Silence warnings about unhandled interpolation opsChris Forbes2014-07-131-0/+3
* i965: Make a brw_predicate enum.Matt Turner2014-07-051-5/+7
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-051-3/+5
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-55/+35
* i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-6/+2
* i965: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-9/+3
* i965/vec4: Pass const references to instruction functions.Matt Turner2014-06-301-6/+10
* i965/vec4: Pass const references to vec4_instruction().Matt Turner2014-06-301-2/+3
* i965/vec4: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-06-241-2/+6
* i965/vec4: Don't return void from a void function.Matt Turner2014-06-241-4/+4
* i965/vec4: Emit smarter code for b2f of a comparisonIan Romanick2014-06-111-0/+47
* i965/vec4: Silence a couple unused parameter warningsIan Romanick2014-06-111-2/+2
* i965/vec4: Allow writemasking on math instructions on Gen7+.Matt Turner2014-05-301-2/+2
* Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"Matt Turner2014-05-241-6/+10
* i965/vec4: Remove 'mul_arg' from try_emit_mad().Matt Turner2014-04-301-6/+11
* i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila2014-04-161-16/+6
* i965/vec4: Add support for the MAC instruction.Juha-Pekka Heikkila2014-04-161-0/+1
* i965: Add writes_accumulator flagJuha-Pekka Heikkila2014-04-161-3/+14
* glsl: Make is_16bit_constant from i965 an ir_constant method.Kenneth Graunke2014-04-081-16/+2
* 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