loader_dri3: Make sure we have an updated back v3
[mesa.git] / src / mesa /
2017-08-17 Brian Paulst/mesa: remove Windows hack for glFinish
2017-08-17 Frank Richterst/mesa: fix a null pointer access
2017-08-16 Kenneth Graunkei965: Alphabetize TCS image dirty bits
2017-08-16 Chris Wilsoni965: Always allow CPU readback of the scanout on LLC...
2017-08-16 Tapani Pällii965: make sure check_and_emit_atom gets inlined
2017-08-15 Timothy Arcerimesa: count uniform against storage when its bindless
2017-08-14 Timothy Arcerist/mesa: correctly calculate the storage offset
2017-08-14 Timothy Arcerimesa: correctly calculate the storage offset for i915
2017-08-14 Ben Widawskyi965: Advertise the CCS modifier
2017-08-14 Jason Ekstrandi965/miptree: More conservatively resolve external...
2017-08-14 Ben Widawskyi965: Pretend that CCS modified images are two planes
2017-08-14 Jason Ekstrandi965/screen: Support import and export of surfaces...
2017-08-14 Ben Widawskyi965/miptree: Allocate mcs_buf for an image's CCS
2017-08-14 Ben Widawskyi965: Support images with aux buffers
2017-08-14 Jason Ekstrandi965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID...
2017-08-14 Scott D Phillipsi965/blorp: Correct type of src_format in call to intel...
2017-08-12 Kenneth Graunkei965: Guard GetBufferSubData's streaming memcpy load...
2017-08-12 Kenneth Graunkei965: Clean up intel_batchbuffer_init().
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-10 Thomas Hellstromdri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHOD
2017-08-09 Iago Toral QuirogaTextureStorage1D should return INVALID_OPERATION if...
2017-08-09 Iago Toral QuirogaUpdate TextureParameter* error for incompatible texture...
2017-08-08 Kenneth Graunkei965/bufmgr: Set bo->idle after waiting.
2017-08-08 Kenneth Graunkei965: Don't use ggtt_bo for Gen8+ streamout offset...
2017-08-08 Kenneth Graunkei965: Simplify *_bo() helpers.
2017-08-08 Kenneth Graunkei965: Get rid of KSP_ro
2017-08-08 Jason Ekstrandi965: Only call create_for_planar_image for multiple...
2017-08-08 Timothy Arcerimesa: don't error check the default buffer object
2017-08-08 Timothy Arcerimesa: check default buffer object creation was successful
2017-08-08 Timothy Arcerimesa: add NULL checking to free_shared_state()
2017-08-07 Jason Ekstrandi965/miptree: Set supports_fast_clear = false in make_s...
2017-08-07 Jason Ekstrandi965/miptree: Rework create flags
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
2017-08-07 Jason Ekstrandi965/miptree: Delete an unused function declaration
2017-08-07 Jason Ekstrandi965/miptree: Call alloc_aux in create_for_bo
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
2017-08-07 Jason Ekstrandi965/miptree: Delete some unused layout flags
2017-08-07 Jason Ekstrandi965/miptree: Refactor is_mcs_supported
2017-08-07 Jason Ekstrandi965/miptree Remove layout_flags parameter form is_mcs_...
2017-08-06 Ilia Mirkinfix GL_ARB_spirv_extensions name
2017-08-06 Andres Rodriguezmesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES
2017-08-06 Andres Rodriguezmesa: hook up UUID queries for driver and device
2017-08-06 Andres Rodriguezmesa: implement glGetUnsignedByte{v|i_v}
2017-08-06 Andres Rodriguezmesa/st: expose EXT_memory_object and EXT_memory_object_fd
2017-08-06 Timothy Arcerimesa: hook up (Named)BufferStorageMem api
2017-08-06 Andres Rodriguezmesa/st: implement memory objects as a backend for...
2017-08-06 Dave Airliemesa/st: implement memory objects as a backend for...
2017-08-06 Andres Rodriguezmesa/st: factor out st_AllocTextureStorage into a helper
2017-08-06 Andres Rodriguezmesa: hook up memory object multisamples tex(ture)stora...
2017-08-06 Andres Rodriguezmesa: hook up memoryobject tex(ture)storage api
2017-08-06 Dave Airliemesa/st: start adding memory object support
2017-08-06 Andres Rodriguezmesa: add support for memory object parameters
2017-08-06 Andres Rodriguezmesa: add support for memory object creation/import...
2017-08-06 Andres Rodriguezmapi: add EXT_external_objects and EXT_external_objects_fd
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Kenneth Graunkei965: Convert reloc.target_handle into an index for...
2017-08-04 Kenneth Graunkei965: Use a C99 initializer for new validation list...
2017-08-04 Kenneth Graunkei965: Simplify some bo != batch->bo special cases.
2017-08-04 Kenneth Graunkei965: Use I915_EXEC_BATCH_FIRST when available.
2017-08-04 Chris Wilsoni965: Move add_exec_bo()
2017-08-04 Chris Wilsoni965: Ignore reloc read/write domains
2017-08-04 Chris Wilsoni965: Use I915_EXEC_NO_RELOC
2017-08-04 Kenneth Graunkei965: Initialize flags to 0 and |= in new flags.
2017-08-04 Kenneth Graunkei965: Make add_exec_bo return the validation list index.
2017-08-04 Chris Wilsoni965: Track last location of bo used for the batch
2017-08-04 Chris Wilsoni965: Always use the pre-computed offset for the reloca...
2017-08-04 Kenneth Graunkei965: Make brw_emit_reloc assert that the target BO...
2017-08-04 Chris Wilsoni965: Prefer using streaming reads from WC mmaps
2017-08-03 Brian Paulst/mesa: fix handling of NumSamples=1 (v2)
2017-08-03 Brian Paulst/mesa: minor clean-ups in st_atom_msaa.c
2017-08-03 Brian Paulmesa: init more msaa fields
2017-08-03 Samuel Pitoisetmesa: only check errors when the state change in glLogi...
2017-08-03 Samuel Pitoisetmesa: only check errors when the state change in glBlen...
2017-08-03 Kenneth Graunkei965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE...
2017-08-03 Thomas Hellstromgallium/st: Add a method to flush outstanding swapbuffers
2017-08-03 Chris Wilsoni965/blit: Remember to include miptree buffer offset...
2017-08-02 Kenneth Graunkei965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.
2017-08-02 Dave Airliemesa/dri: drop unneeded mm.h include
2017-08-02 Emil Velikovi965: simplify intel_image_format_lookup()
2017-08-02 Emil Velikovi965: annotate struct intel_image_format as const
2017-08-02 Kenneth Graunkei965: Delete pitch alignment assertion in get_blit_intr...
2017-08-02 Nicolai Hähnlest/mesa: replace st_shader_stage_to_ptarget
2017-08-02 Samuel Pitoisetmesa: add GLSL 4.60 to shading_language_version()
2017-08-02 Samuel Pitoisetmesa: add always-false enable for GL 4.6
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glPolygonMode()
2017-08-02 Samuel Pitoisetmesa: add polygon_mode() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferiv()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferiv() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferuiv()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferuiv() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferfi()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferi() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferfv()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferfv() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClear*Buffer*Data()
2017-08-02 Samuel Pitoisetmesa: add clear_buffer_sub_data_error() helper
2017-08-02 Samuel Pitoisetmesa: make get_texbuffer_format() global
next