i965/fs: Allow CSE on pre-gen7 varying-index uniform loads
[mesa.git] / src / mesa /
2013-04-01 Eric Anholti965/fs: Allow CSE on pre-gen7 varying-index uniform...
2013-04-01 Eric Anholti965/fs: Use LD messages for pre-gen7 varying-index...
2013-04-01 Eric Anholti965/fs: Don't double-emit SEND dependency workarounds...
2013-04-01 Eric Anholti965/fs: Bake regs_written into the IR instead of recom...
2013-04-01 Eric Anholti965/fs: Clean up the setup of gen4 simd16 message...
2013-04-01 Eric Anholti965/fs: Do CSE on gen7's varying-index pull constant...
2013-04-01 Eric Anholti965/fs: Improve performance of varying-index uniform...
2013-04-01 Eric Anholti965/fs: Avoid inappropriate optimization with regs_wri...
2013-04-01 Eric Anholti965: Make the fragment shader pull constants index...
2013-04-01 Eric Anholti965: Make the constant surface interface take a normal...
2013-04-01 Eric Anholti965/fs: Move varying uniform offset compuation into...
2013-04-01 Eric Anholti965/fs: Remove creation of a MOV instruction that...
2013-04-01 Eric Anholti965/fs: Allow constant propagation into MACH.
2013-04-01 Haixia ShiACTIVE_UNIFORM_MAX_LENGTH should include 3 extra charac...
2013-04-01 Matt Turneri965/fs: Fix bad interaction between tex swizzles and...
2013-04-01 Eric Anholti965: Remove the old brw_optimize() code.
2013-04-01 Eric Anholti965/vs: Add a pass to set dependency control fields...
2013-04-01 Eric Anholti965: Dump shader source for linked shader programs.
2013-04-01 Brian Paulmesa: remove platform checks around __builtin_ffs,...
2013-04-01 Brian Pauldrirc: set always_have_depth_buffer for Topogon
2013-04-01 Dave Airliemesa: fix texture storage multisample prototypes harder.
2013-03-31 Chris Forbesi965: enable ARB_texture_storage_multisample on Gen6+
2013-03-31 Chris Forbesmesa: allow multisample texture targets in [Get]TexPara...
2013-03-31 Chris Forbesmesa: improve reported function name in Tex*Multisample
2013-03-31 Chris Forbesmesa: add enable bit for ARB_texture_storage_multisample
2013-03-31 Chris Forbesglapi: add definition of ARB_texture_storage_multisample
2013-03-31 Chris Forbesmesa: add support for immutable textures to teximagemul...
2013-03-31 Chris Forbesmesa: extract _mesa_is_legal_tex_storage_format helper
2013-03-31 Kenneth Graunkemesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERI...
2013-03-31 Eric Anholti965: Fix an inconsistency inb the VUE map with gl_Clip...
2013-03-31 Eric Anholtintel: Remove a never-taken debug print path.
2013-03-29 Brian Paulst/mesa: add ir_lod case in GLSL->TGSI code to silence...
2013-03-29 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for fragment shaders...
2013-03-29 Eric Anholti965: Add names for all instructions to dump_instructio...
2013-03-29 Matt Turneri965: Enable ARB_texture_query_lod.
2013-03-29 Matt Turneri965/fs: Generate LOD sampler message from ir_lod.
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-29 Matt Turneri965/fs: Use measured Gen7 instruction timings on Gen6.
2013-03-29 Matt Turneri965/fs: Increase and document MAD latency on Gen7.
2013-03-29 Matt Turneri965/fs: Add LRP instruction latency.
2013-03-29 Matt Turneri965/fs: Add Haswell cycle timings
2013-03-29 Matt Turneri965: Note that write-after-write dependencies are...
2013-03-29 Matt Turneri965: Reword comment about the shared mathbox.
2013-03-29 Chris Forbesmesa: provide default implementation of QuerySamplesFor...
2013-03-28 Marek Olšákmesa: handle STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED...
2013-03-28 Kenneth Graunkei965: Tidy shader time printing code by using printf...
2013-03-28 Eric Anholti965/vs: Include URB payload setup in shader_time.
2013-03-28 Eric Anholti965/vs: Use a send from a 2-register VGRF for shader...
2013-03-28 Eric Anholti965/vs: Teach copy propagation about sends from GRFs.
2013-03-28 Eric Anholti965/vs: Prepare split_virtual_grfs() for the presence...
2013-03-28 Eric Anholti965/fs: Include everything but the final FB write...
2013-03-28 Eric Anholti965/fs: Switch shader_time writes to using GRFs.
2013-03-28 Eric Anholti965: Provide more detailed information to match shader...
2013-03-28 Eric Anholti965: Track ARB program state along with GLSL state...
2013-03-28 Marek Olšákst/mesa: remove leftover printfs from ReadPixels
2013-03-28 Eric Anholti965/fs: Improve performance of copy propagation datafl...
2013-03-26 Chris Forbesmesa: only check sample count if we actually wanted...
2013-03-26 Christian Königglsl_to_tgsi: avoid creating arrays if driver doesn...
2013-03-26 Christian Königglsl_to_tgsi: make simplify_cmp work with arrays
2013-03-26 Marek Olšákst/mesa: fix crash with blit-based GetTexImage
2013-03-26 Marek Olšákcso: add constant buffer save/restore feature for postp...
2013-03-25 Brian Paulswrast: init vars to silence warnings
2013-03-25 Adrian Marius Negreanuandroid: fix Android.mk bug in mesa/drivers/dri/common
2013-03-24 Paul Berryi965: Shrink brw_vue_map struct.
2013-03-24 Paul Berryi965/fs: Rename vp_outputs_written to input_slots_valid.
2013-03-24 Paul Berryi965: Use brw.vue_map_geom_out instead of VS output...
2013-03-24 Paul Berryi965: Store the geometry output VUE map in brw_context.
2013-03-24 Paul Berryi965: Move brw_vs_prog_data::outputs_written into VUE...
2013-03-24 Paul Berryi965/gen7: Use WE_all mode when enabling channel masks...
2013-03-24 Paul Berryi965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_C...
2013-03-24 Paul Berryi965: Clarify nomenclature: vert_result -> varying
2013-03-24 Chris Forbesi965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
2013-03-24 Chris Forbesmesa: use _mesa_check_sample_count() for multisample...
2013-03-24 Chris Forbesmesa: helper for checking renderbuffer sample count
2013-03-24 Chris Forbesmesa: allow internalformat_query with multisample textu...
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-23 Marek Olšákst/mesa: implement blit-based ReadPixels
2013-03-23 Marek Olšákmesa: add common format-independent memcpy-based ReadPi...
2013-03-23 Marek Olšákmesa: add helper func for checking combined depthstenci...
2013-03-23 Marek Olšákmesa: add a common function returning transfer ops...
2013-03-23 Marek Olšákmesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
2013-03-21 Paul Berryi965: Add a driconf option to disable flush throttling.
2013-03-21 Matt Turnermesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
2013-03-21 Brian Paulmeta: fix incorrect slice, r coordinate computation
2013-03-21 Brian Paulmeta: minor indentation fix
2013-03-20 Kenneth Graunkei965/vs: Add IR dumping for immediates.
2013-03-20 Kenneth Graunkei965: Don't use texture swizzling to force alpha to...
2013-03-20 Kenneth Graunkei965: Don't print a fatal-looking message if intelCreat...
2013-03-20 Eric Anholti965/gen7: Align all depth miplevels to 8 in the X...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Paul Berryi965/fs: Avoid unnecessary recompiles due to POS bit...
2013-03-19 Paul Berryff_fragment_shader: Don't do unnecessary (and dangerous...
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-19 Andreas Bollosmesa: fix out-of-tree build
2013-03-19 Andreas Bollmesa: use ieee fp on s390 and m68k
2013-03-19 Christian Königglsl_to_tgsi: remove indirect addressing limitations
2013-03-19 Christian Königglsl_to_tgsi: allocate arrays separately v2
2013-03-19 Christian Königglsl_to_tgsi: use get_temp for all allocations
2013-03-19 Kristian HøgsbergAdd dri image entry point for creating image from fd
2013-03-18 Paul Berryi965/blorp: Add INTEL_DEBUG=blorp flag.
next