r600g/llvm: Add support for native isa for pre EG
[mesa.git] / src / mesa /
2013-04-06 Marek Olšákst/mesa: don't expose ARB_color_buffer_float without...
2013-04-06 Marek Olšákmesa: allow drivers not to expose ARB_color_buffer_floa...
2013-04-06 Marek Olšákmesa: move updating clamp control derived state out...
2013-04-06 Marek Olšákmesa: don't set _ClampFragmentColor to TRUE if it has...
2013-04-06 Marek Olšákmesa: refactor clamping controls, get rid of _ClampRead...
2013-04-06 Chris Forbesmesa: don't memcmp() off the end of a cache key.
2013-04-04 Kenneth Graunkei965: Use a variable for the push constant size in kB.
2013-04-04 Kenneth Graunkei965: Turn brw->urb.vs_size and gs_size into local...
2013-04-04 Kenneth Graunkei965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.
2013-04-04 Kenneth Graunkei965: Delete brw_vs_constval.c and the brw_wm_input_siz...
2013-04-04 Kenneth Graunkei965: Remove now dead brw_wm_prog_key::proj_attrib_mask...
2013-04-04 Kenneth Graunkei965: Remove fixed-function texture projection avoidanc...
2013-04-04 Kenneth Graunkei965: Use ctx->Stencil._WriteEnabled in DEPTH_STENCIL_S...
2013-04-04 Kenneth Graunkei965: Fix stencil write enable flag in 3DSTATE_DEPTH_BU...
2013-04-04 Kenneth Graunkemesa: Add new ctx->Stencil._WriteEnabled derived state...
2013-04-04 Eric Anholti965: Ask the register allocator to round-robin through...
2013-04-04 Paul BerryAvoid spurious GCC warnings in STATIC_ASSERT() macro.
2013-04-03 Brian Paulst/mesa: rewrite comment in st_manager.c
2013-04-03 Christoph Bumillerst/mesa: fix bitmap,drawpix,drawtex for PIPE_CAP_TGSI_T...
2013-04-02 Paul Berryi965: Reduce code duplication in handling of depth...
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...
next