i965: Remove the old brw_optimize() code.
[mesa.git] / src / mesa / drivers /
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 Pauldrirc: set always_have_depth_buffer for Topogon
2013-03-31 Chris Forbesi965: enable ARB_texture_storage_multisample on Gen6+
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 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 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 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 Eric Anholti965/fs: Improve performance of copy propagation datafl...
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: allow internalformat_query with multisample textu...
2013-03-21 Paul Berryi965: Add a driconf option to disable flush throttling.
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-19 Paul Berryi965/fs: Avoid unnecessary recompiles due to POS bit...
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-19 Andreas Bollosmesa: fix out-of-tree build
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.
2013-03-16 Paul Berryi965: Simplify separate stencil check
2013-03-15 Paul Berryi965: Apply depthstencil alignment workaround when...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryGet rid of _mesa_frag_attrib_to_vert_result().
2013-03-15 Paul BerryGet rid of _mesa_vert_result_to_frag_attrib().
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-15 Paul Berryi965: Change fragment input related bitfields to 64...
2013-03-15 Brian Pauldriconf: add a miscellaneous section and always_have_de...
2013-03-15 Brian Pauldriconf: reorder options, reformat comments, etc
2013-03-14 Kenneth Graunkei965: Make INTEL_DEBUG=shader_time use the RAW surface...
2013-03-14 Kenneth Graunkei965: Specialize SURFACE_STATE creation for shader...
2013-03-14 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for Haswell.
2013-03-14 Eric Anholti965: Add definitions for gen7+ data cache messages.
2013-03-14 Eric Anholti965: Split shader_time entries into separate cachelines.
2013-03-13 Matt Turnerxmlpool/.gitignore: Remove 'Makefile'
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2013-03-11 Chad Versacei965: Fix typo in doxygen hyperlink
2013-03-11 Eric Anholti965/fs: Improve CSE performance by expiring some avail...
2013-03-11 Eric Anholti965/fs: Improve live variables calculation performance.
2013-03-11 Eric Anholti965/fs: Also do the gen4 SEND dependency workaround...
2013-03-11 Eric Anholti965/fs: Switch to using sampler LD messages for unifor...
2013-03-11 Eric Anholti965/fs: Fix broken rendering in large shaders with...
2013-03-11 Eric Anholti965/fs: Add a comment about about an implementation...
2013-03-11 Eric Anholti965/fs: Fix register allocation for uniform pull const...
2013-03-11 Eric Anholtintel: Remove some unused debug flags.
2013-03-09 Frank Henigmani965: Link i965_dri.so with C++ linker.
2013-03-07 Jan de Grootdri/nouveau: fix crash in nouveau_flush
2013-03-06 Kenneth Graunkei965: Don't fill buffer with zeroes.
2013-03-06 Kenneth Graunkei965: Fix off-by-one in query object result gathering.
2013-03-06 Eric Anholtintel: Improve the matching (more formats!) for TexImag...
2013-03-06 Eric Anholtintel: Improve the test for readpixels blit path format...
2013-03-06 Eric Anholtintel: Fold intel_region_copy() into its one caller.
2013-03-06 Eric Anholtintel: Transition intel_region_map() to being a miptree...
2013-03-06 Eric Anholtintel: Remove num_mapped_regions tracking.
2013-03-06 Eric Anholtintel: Remove the struct intel_region reuse hash table.
2013-03-05 Eric Anholtintel: Add missing perf debug for a stall on mapping...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-05 Eric Anholtintel: Finish renaming fallback_debug() to perf_debug().
2013-03-05 Eric Anholtintel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
2013-03-05 Marcin Slusarzdri/nouveau: NV17_3D class is not available for NV1a...
2013-03-03 Kenneth Graunkei965: Fix Crystal Well PCI IDs.
2013-03-02 Kenneth Graunkei965: Pull query BO reallocation out into a helper...
2013-03-02 Kenneth Graunkei965: Replace the global brw->query.bo variable with...
2013-03-02 Kenneth Graunkei965: Turn if (query->bo) into an assertion.
2013-03-02 Kenneth Graunkei965: Unify query object BO reallocation code.
2013-03-02 Kenneth Graunkei965: Use query->last_index instead of the global brw...
2013-03-02 Kenneth Graunkei965: Remove brw_query_object::first_index field as...
2013-03-02 Kenneth Graunkei965: Add a pile of comments to brw_queryobj.c.
2013-03-02 Kenneth Graunkei965: Write TIMESTAMP query values into the first buffe...
next