i965/vec4: Simplify opt_reduce_swizzle() using the swizzle utils.
[mesa.git] / src / mesa /
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_reduce_swizzle() using the...
2015-03-23 Francisco Jerezi965: Fix signedness of backend_reg::reg_offset.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of dst_reg::writemask.
2015-03-23 Francisco Jerezi965/vec4: Don't use GL types in the IR data structures.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of brw_is_single_value_swizzl...
2015-03-23 Francisco Jerezi965: Define some useful swizzle helper functions.
2015-03-23 Jason Ekstrandi965/nir: Use signed integer type for booleans
2015-03-23 Jason Ekstrandi965/nir: Do boolean resolves on GEN <= 5
2015-03-23 Jason Ekstrandi965: Add a NIR analysis pass for determining when...
2015-03-23 Jason Ekstrandi965/nir: Properly set the predicate on the SEL used...
2015-03-23 Jason Ekstrandi965/nir: Use NIR lowering for ffma for gen < 6
2015-03-23 Jason Ekstrandi965/nir: Use emit_lrp for emitting flrp
2015-03-23 Jason Ekstrandi965/fs: Make emit_lrp return an fs_inst
2015-03-22 Dave Airliei965: define I915_PARAM_REVISION
2015-03-22 Jose Fonsecascons: Cleanup flex/bison settings specification.
2015-03-22 Jose Fonsecascons: Ensure git_sha1.h's directory exists.
2015-03-22 Jose Fonsecast/vdpau: Avoid constness cast warnings.
2015-03-22 Jose Fonsecaglsl: Avoid GLboolean vs bool arithmetic MSVC warnings.
2015-03-20 Dave Airliemesa: reorder gl_light_attrib
2015-03-20 Dave Airliemesa: reorder gl_framebuffer
2015-03-20 Dave Airliemesa: fix hole in vertex_array_object
2015-03-20 Dave Airliemesa: repack gl_texture_attrib.
2015-03-20 Dave Airliemesa: reduce gl_colorbuffer_attrib and gl_fog_attrib
2015-03-20 Dave Airliemesa: reorder gl_image_unit
2015-03-20 Dave Airliemesa: reorder gl_program, gl_shader, gl_shader_program
2015-03-20 Dave Airliemesa: reorder gl_transform_feedback_object
2015-03-20 Dave Airliemesa: reorder prog_instruction
2015-03-20 Dave Airliemesa: reorder gl_array_attrib
2015-03-20 Dave Airliemesa: reorder gl_client_array
2015-03-20 Dave Airliemesa: reorder gl_texture_unit
2015-03-20 Dave Airliemesa: reorder gl_point_attrib
2015-03-20 Dave Airliemesa: reorder gl_multisample_attrib
2015-03-20 Ian Romanicki965/fs: Use correct null destination register in cmod...
2015-03-20 Connor Abbotti965/fs: bail on move-to-flag in sel peephole
2015-03-20 Francisco Jerezi965: Mask out unused Align16 components in brw_untyped...
2015-03-20 Francisco Jerezi965: Pass number of components explicitly to brw_untyp...
2015-03-20 Francisco Jerezi965: Don't disable exec masking for sampler message...
2015-03-20 Francisco Jerezi965: Factor out logic to build a send message instruct...
2015-03-20 Francisco Jerezi965: Set nr_params to the number of uniform components...
2015-03-20 Kenneth Graunkei965/skl: Break down SIMD16 3-source instructions when...
2015-03-20 Neil Robertsi965: Refactor SIMD16-to-2xSIMD8 checks.
2015-03-20 Neil Robertsi965: Store the GPU revision number in brw_context
2015-03-20 Fredrik Höglundmesa: Make sure the buffer exists in _mesa_lookup_buffe...
2015-03-19 Kenneth Graunkei965/fp: Emit discard jumps.
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support in CopyTextureSubIma...
2015-03-19 Laura Ekstrandmain: Simplify debug messages for CopyTex*SubImage*D.
2015-03-19 Paul Berrymain: Change the type argument of use_shader_program...
2015-03-19 Paul Berrymain: Clean up a strange construction in use_shader_pro...
2015-03-19 Jason Ekstrandi965/nir: Sort uniforms direct-first and use two differ...
2015-03-19 Jason Ekstrandnir/lower_io: Make variable location assignment a manua...
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-19 Brian Paulmesa: use more descriptive error messages for glUniform...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-19 Ian Romanicki965/fs: Emit better b2f of an expression on GEN4 and...
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-03-19 Matt Turneri965/fs: Ignore type in cmod prop if scan_inst is CMP.
2015-03-18 Jason Ekstrandi965/nir: Make our environment variable checking smarter
2015-03-18 Jose Fonsecaswrast: Use BITFIELD64_BIT for arrayAttribs.
2015-03-18 Jose Fonsecascons: Don't link program_lexer.l/y twice.
2015-03-18 Brian Pauldri: add _glapi_set_nop_handler(), _glapi_new_nop_table...
2015-03-18 Brian Paulmesa: remove MSVC warning pragmas
2015-03-18 Brian Paulmesa: add void to format_array_format_table_init()...
2015-03-18 Brian Paulmesa: make _mesa_alloc_dispatch_table() static
2015-03-18 Brian Paulmesa: reimplement dispatch table no-op function handling
2015-03-18 Chris Wilsoni965: Defer the throttle until we submit new commands
2015-03-18 Chris Wilsoni965: Throttle to the previous frame
2015-03-18 Chris Wilsoni965: Throttle rendering to an fbo
2015-03-17 Ian Romanicki965/fs: Apply gl_FrontFacing ? -1 : 1 optimization...
2015-03-17 Ian Romanicki965/fs: Change try_opt_frontfacing_ternary to eliminat...
2015-03-17 Ian Romanicki965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly...
2015-03-17 Matt Turneri965: Mark paths in linear <-> tiled functions as unrea...
2015-03-17 Laura Ekstrandmain: Correct _mesa_error with no format in bufferobj.c.
2015-03-17 Laura Ekstrandmain: Cosmetic changes to GetBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Cosmetic updates to GetBufferPointerv.
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferPointerv.
2015-03-17 Laura Ekstrandmain: Add entry points for GetNamedBufferParameteri...
2015-03-17 Laura Ekstrandmain: Refactor GetBufferParameteri[64]v.
2015-03-17 Laura Ekstrandmain: Add entry point for FlushMappedNamedBufferRange.
2015-03-17 Laura Ekstrandmain: Refactor FlushMappedBufferRange.
2015-03-17 Laura Ekstrandmain: Add entry point for UnmapNamedBuffer.
2015-03-17 Laura Ekstrandmain: Add entry points for MapNamedBuffer[Range].
2015-03-17 Laura Ekstrandmain: Refactor MapBuffer[Range].
2015-03-17 Laura Ekstrandmain: Minor whitespace fixes in ClearNamedBuffer[Sub...
2015-03-17 Laura Ekstrandmain: Add entry points for ClearNamedBuffer[Sub]Data.
2015-03-17 Laura Ekstrandmain: Refactor ClearBuffer[Sub]Data.
2015-03-17 Laura Ekstrandmain: Add entry point for CopyNamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Improve errors and style in BufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferStorage.
2015-03-17 Laura Ekstrandmain: Add entry point for CreateBuffers.
2015-03-17 Laura EkstrandRevert "main: _mesa_cube_level_complete checks NumLayers."
2015-03-17 Neil Robertsi965/skl: Send a message header when doing constant...
2015-03-17 Tapani Pällii965/fs: in MAD optimizations, switch last argument...
2015-03-16 Antia Puentesi965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-15 Kenneth Graunkei965: De-duplicate is_expression_commutative() functions.
2015-03-14 Chris Forbesi965/gen4-5: Cope with immutable-format texture revalid...
next