radv: reduce radv_amdgpu_winsys struct size.
[mesa.git] / src / mesa /
2017-08-23 Kenneth Graunkei965: Stop using wm_prog_data->binding_table.render_tar...
2017-08-23 Kenneth Graunkei965: Add a brw_wm_prog_data::has_render_target_reads...
2017-08-23 Kenneth Graunkei965: Inline brw_update_renderbuffer_surfaces().
2017-08-23 Kenneth Graunkei965: Pass fb into emit_null_surface instead of dimensions.
2017-08-23 Kenneth Graunkei965: Devirtualize update_renderbuffer_surface.
2017-08-23 Kenneth Graunkei965: Delete update_renderbuffer_surface flags.
2017-08-23 Kenneth Graunkei965: Make brw_update_renderbuffer_surface static.
2017-08-23 Kenneth Graunkei965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.
2017-08-23 Kenneth Graunkei965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
2017-08-23 Kenneth Graunkei965: Drop Gen7+ nonsense from brw_ff_gs.c.
2017-08-23 Kenneth Graunkei965: Only set key->flat_shade if COL0/COL1 are written.
2017-08-23 Kenneth Graunkei965: Clean up brwNewProgram().
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Samuel Pitoisetst/glsl_to_tgsi: fix getting the image type for array...
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-08-22 Marek Olšákgallium: remove TGSI opcode DP2A
2017-08-22 Marek Olšákglsl_to_tgsi: clean up opcode translation
2017-08-22 Timothy Arcerimesa: pass ctx to add_uniform_to_shader constructor
2017-08-22 Samuel Pitoisetmesa: only expose EXT_memory_object functions if the...
2017-08-22 Samuel Pitoisetmesa: only expose glImportMemoryFdEXT if the ext is...
2017-08-22 Jason Ekstrandi965/clear: Quantize the depth clear value based on...
2017-08-22 Timothy Arcerimesa/st: simplify some UBO index logic
2017-08-22 Timothy Arcerii965: enable STD430 packing by default on IVB+
2017-08-22 Timothy Arceriglsl: pass UseSTD430AsDefaultPacking to where it will...
2017-08-22 Timothy Arcerimesa: add UseSTD430AsDefaultPacking constant
2017-08-22 Brian Paulmesa: optimize _mesa_attr_zero_aliases_vertex()
2017-08-22 Brian Paulvbo: use new _is_vertex_position() helper in vbo_attrib...
2017-08-22 Brian Paulvbo: make vbo_bind_arrays() static
2017-08-22 Brian Paulmesa: formatting clean-up in syncobj.c
2017-08-22 Timothy Arcerimesa: fix ES only draw if we have vertex positions
2017-08-21 Matt Turnerglsl: Remove unused private fields
2017-08-21 Matt Turnermesa: Don't compare unsigned for < 0
2017-08-21 Jason Ekstrandi965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
2017-08-21 Jason Ekstrandi965/tex: Change the flags type on create_for_teximage
2017-08-20 Christoph Haagmesa: only copy requested compressed teximage cubemap...
2017-08-19 Jason Ekstrandi965/tex: Don't pass samples to miptree_create_for_teximage
2017-08-19 Kenneth Graunkei965: Use ISL for emitting null surface states.
2017-08-19 Kenneth Graunkei965: Remove tabs in intel_batchbuffer.c.
2017-08-19 Jason Ekstrandi965/miptree: Return NONE from texture_aux_usage when...
2017-08-19 Jason Ekstrandi965: Stop looking at NewDriverState when emitting...
2017-08-18 Kenneth Graunkei965: Mark all EGLimages as non-coherent.
2017-08-18 Kenneth Graunkei965: Fix missing newlines in perf_debug messages.
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
next