mesa: fix renderbuffer leak
[mesa.git] / src / mesa / drivers /
2017-04-06 Jason Ekstrandi965/blorp: Bump the batch space estimate
2017-04-06 Jordan Justenintel/gen_decoder: return -1 for unknown command formats
2017-04-05 Timothy Arcerimesa: tidy up renderbuffer RefCount initialisation
2017-04-05 Jason Ekstrandi965/blorp: Align vertex buffers to 64B
2017-04-04 Francisco Jerezdrirc: Set glsl_zero_init for Kerbal Space Program.
2017-04-03 Lionel Landwerlinaubinator/gen_decoder/i965: decode instructions from...
2017-03-31 Timothy Arcerimesa: move FLUSH_VERTICES() call to meta
2017-03-30 Kenneth Graunkei965: Stop using legacy dri_bufmgr_* and intel_* names.
2017-03-30 Kenneth Graunkei965: Combine intel_batchbuffer_reloc and intel_batchbu...
2017-03-30 Kenneth Graunkei965: Use WARN_ONCE instead of open coding it.
2017-03-29 Marek Olšákmesa: remove dd_function_table::BindProgram
2017-03-29 Marek Olšákr200: remove BindProgram
2017-03-29 Marek Olšáki915: remove BindProgram
2017-03-29 Marek Olšákmesa: don't use _NEW_TEXTURE mainly in mesa/main
2017-03-27 Anuj Phogati965: Delete tile resource mode code
2017-03-27 Anuj Phogati965: Delete fast copy blit code
2017-03-27 Kenneth Graunkei965: Require Kernel 3.6 for Gen4-5 platforms.
2017-03-24 Kenneth Graunkei965: Fix symbolic size of next_offset[] array.
2017-03-24 Kenneth Graunkei965: Remove pointless NULL check from Gen6 primitive...
2017-03-23 Matt Turneri965: Return progress from brw_nir_lower_uniforms().
2017-03-23 Mauro Rossiandroid: i965: generate code for OA counter queries
2017-03-22 Samuel Pitoisetdrirc: add force_glsl_abs_sqrt() for "Spec Ops: The...
2017-03-22 Samuel Pitoisetdriconf: add force_glsl_abs_sqrt option
2017-03-22 Rob HerringAndroid: drop Android 4.4 (KitKat) support
2017-03-22 Emil Velikovi965: consistently use ifndef guards over pragma once
2017-03-22 Emil Velikovi965: make brw_setup_image_uniform_values static
2017-03-21 Ben Widawskyi965/dri: Turn on support for image modifiers
2017-03-21 Ben Widawskyi965/dri: Handle X-tiled modifier
2017-03-21 Ben Widawskyi965/dri: Handle Y-tiled modifier
2017-03-21 Ben Widawskyi965/dri: Handle the linear fb modifier
2017-03-21 Ben Widawskyi965/dri: Enable modifier queries
2017-03-21 Ben Widawskyi965/dri: Store the screen associated with the image
2017-03-21 Ben Widawskyi965/dri: Disallow image with INVALID modifier
2017-03-21 Kenneth Graunkei965: Shut up major()/minor() warnings.
2017-03-21 Kenneth Graunkei965: Drop AUB_TRACE_* stuff.
2017-03-21 Kenneth Graunkei965: Use aubinator/genxml for INTEL_DEBUG=bat state...
2017-03-21 Kenneth Graunkei965: Use aubinator/genxml for INTEL_DEBUG=bat commands.
2017-03-20 Kenneth Graunkei965: Add autogenerated OA files to .gitignore.
2017-03-20 Kenneth Graunkei965: Skip register write detection when possible.
2017-03-20 Kenneth Graunkei965: Set screen->cmd_parser_version to 0 if we can...
2017-03-20 Kenneth Graunkei965: Document the sad story of the kernel command...
2017-03-20 Kenneth Graunkei965: Fall back to GL 4.2/4.3 on Haswell if the kernel...
2017-03-20 Nanley Cheryintel: Correct the BDW surface state size
2017-03-17 Robert Braggi965: Allow a per gen timebase scale factor
2017-03-17 Robert Braggi965: bounds checks while concatenating sysfs paths
2017-03-16 Topi Pohjolaineni965/gen8+: Do full stall when switching pipeline
2017-03-16 Jonathan Grayi965: remove uneeded asm/unistd.h include
2017-03-16 Emil Velikovi965: automake: remove spurious white space
2017-03-16 Jonathan Grayi965: avoid using a GNU make pattern rule
2017-03-16 Iago Toral Quirogaintel/blorp: make upload_shader() return a bool indicat...
2017-03-16 Marek Olšákgallium: implement the backend of threaded GL dispatch
2017-03-16 Paul Berrymesa: Add SetBackgroundContext to dd_function_table
2017-03-16 Paul Berrydri: Update dri_util to keep track of __DRI_BACKGROUND_...
2017-03-15 Ben Widawskyi965: introduce modifier selection.
2017-03-15 Ben Widawskyi965: Implement basic modifier image creation
2017-03-15 Jason Ekstrandintel/debug: Add a common INTEL_DEBUG=nohiz option
2017-03-13 Iago Toral Quirogaintel: fix compiler build
2017-03-13 Emil Velikovi965: remove i965_symbols_test reference from .gitignore
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Emil Velikovi965: split EU defines to brw_eu_defines.h
2017-03-13 Emil Velikovi965: add missing brw_defines.h include in brw_program.c
2017-03-13 Emil Velikovi965: add missing brw_defines.h include in brw_program.c
2017-03-13 Emil Velikovi965: add missing #include <assert.h> in brw_inst.h
2017-03-13 Emil Velikovi965: move brw_define.h ifndef guard to the top
2017-03-13 Emil Velikovi965: remove unused macros from brw_defines.h
2017-03-13 Emil Velikovi965: remove unused brw_program.h include
2017-03-13 Emil Velikovi965: remove duplicate declaration of brw_mark_surface_used
2017-03-13 Emil Velikovi965: remove dead brw_new_shader() declaration
2017-03-13 Emil Velikovi965: remove unused brw_cs.h include
2017-03-13 Kenneth Graunkei965: Delete unused last_ring local.
2017-03-12 Timothy Arcerimesa/glsl: introduce new gl_compile_status enum
2017-03-11 Matt Turneri965: Initialize compaction tables in unit test.
2017-03-11 Matt Turneri965: Move brw_init_compaction_tables() to brw_create_c...
2017-03-10 Emil Velikovdri: use correct shebang for gen-symbol-redefs.py
2017-03-10 Emil Velikovxmlpool: remove shebang from gen_xmlpool.py
2017-03-10 Emil Velikovi965: remove shebang from brw_nir_trig_workarounds.py
2017-03-10 Emil Velikovi965: remove execute bit from brw_nir_trig_workarounds.py
2017-03-09 Anuj Phogati965: Rename brw_format_for_mesa_format() to brw_isl_fo...
2017-03-09 Robert Braggi965: Add more Haswell OA metrics sets
2017-03-09 Robert Braggi965: Expose OA counters via INTEL_performance_query
2017-03-09 Robert Braggi965: Add script to gen code for OA counter queries
2017-03-09 Robert Braggi965: extend query/counter structs for OA queries
2017-03-09 Robert Braggi965: brw_context.h additions for OA unit query codegen
2017-03-09 Robert Braggi965: XML description of Haswell OA metric set
2017-03-09 Kenneth Graunkei965: Delete render ring prelude.
2017-03-08 Chris Wilsoni965: Remove use of deprecated drm_intel_aub routines
2017-03-06 Kenneth Graunkei965: Return NULL from initScreen2, not false.
2017-03-06 Kenneth Graunkei965: Make a devinfo local variable.
2017-03-06 Kenneth Graunkei965: Delete vestiges of resource streamer code.
2017-03-06 Kenneth Graunkei965: Drop duplicate #defines now that we've bumped...
2017-03-05 Kenneth Graunkei965: Clamp texture buffer size to GL_MAX_TEXTURE_BUFFE...
2017-03-02 Emil Velikovautomake: i965: list correct header in Makefile.source
2017-03-02 Kenneth Graunkei965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.
2017-03-02 Chris Wilsoni965: Only flush the batchbuffer if we need to zero...
2017-03-02 Jason Ekstrandi965: Do int64 lowering in NIR
2017-03-02 Jason Ekstrandi965: Move intel_debug.h to intel/common/gen_debug.h
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-03-02 Jason Ekstrandi965: Move select_clip_planes to brw_vs.c
2017-03-02 Jason Ekstrandi965: Delete brw_do_cubemap_normalize
2017-03-02 Jason Ekstrandi965: Add a header for brw_vec4_vs_visitor
next