radeonsi: emit_clip_state packets optimization
[mesa.git] / src / mesa /
2018-06-07 Jason Ekstrandi965/screen: Sanity check that all formats we advertise...
2018-06-07 Jason Ekstrandi965/screen: Use RGBA non-sRGB formats for images
2018-06-07 Jason Ekstrandi965/screen: Return false for unsupported formats in...
2018-06-07 Jason Ekstrandi965/screen: Refactor query_dma_buf_formats
2018-06-07 Kenneth Graunkei965: Require softpin support for Cannonlake and later.
2018-06-07 Kenneth Graunkei965: Allocate VMA in userspace for full-PPGTT systems.
2018-06-07 Kenneth Graunkeintel/blorp: Emit VF cache invalidates for 48-bit bugs...
2018-06-06 Lionel Landwerlindri: add missing 16bits formats mapping
2018-06-06 Eric Anholtnir: Add an ALU lowering pass for mul_high.
2018-06-05 Mathias Fröhlichmesa: Make sure that imm draws are flushed before other...
2018-06-05 Kenneth Graunkei965: Prepare batchbuffer module for softpin support.
2018-06-05 Kenneth Graunkei965: Add virtual memory allocator infrastructure to...
2018-06-04 Jason Ekstrandi965: Disable internal CCS for shadows of multi-sampled...
2018-06-04 Jason Ekstrandi965/miptree: Rename a parameter to create_for_dri_image
2018-06-04 Kenneth Graunkei965: Fix batch-last mode to properly swap BOs.
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-06-01 Plamena Manolovamesa: Add GL/GLSL plumbing for ARB_fragment_shader_inte...
2018-06-01 Marek Olšákst/mesa: relax requirements for ARB_ES3_compatibility
2018-05-31 Tapani Pällimesa: don't call Driver.TexEnv with invalid arguments
2018-05-30 Marek Olšákmesa: expose ARB_tessellation_shader in the compatibili...
2018-05-30 Marek Olšákmesa: expose AMD_vertex_shader_layer in the compatibili...
2018-05-30 Marek Olšákmesa: expose ARB_gpu_shader5 in the compatibility profile
2018-05-30 Marek Olšákst/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-30 Marek Olšákmesa: update fixed-func state constants for TCS, TES, GS
2018-05-30 Marek Olšákmesa: print Compatibility Profile in the version string
2018-05-30 Marek Olšákst/mesa: fix assertion failures with GL_UNSIGNED_INT64_...
2018-05-30 Marek Olšákmesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
2018-05-29 Timothy Arcerimesa: add display list support for glPatchParameter...
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-05-29 Chris Wilsoni965: Only emit VF cache invalidations when the high...
2018-05-29 Eric Engestromdri: replace two-way switch case with a table lookup
2018-05-29 Eric Engestromdri: fix error value returned by driGLFormatToImageFormat()
2018-05-28 Eric AnholtRevert "st/nir: use NIR for asm programs"
2018-05-26 Kenneth Graunkei965: Revert recent tiled memcpy changes.
2018-05-26 Scott D Phillipsi965/miptree: Use cpu tiling/detiling when mapping
2018-05-26 Chris Wilsoni915: Fix streaming loads for intel_tiled_memcpy
2018-05-25 Jason Ekstrandintel/blorp: Support blits and clears on surfaces with...
2018-05-25 Marek Olšákst/mesa: simplify lastLevel determination in st_finaliz...
2018-05-25 Scott D Phillipsi965/tiled_memcpy: inline movntdqa loads in tiled_to_linear
2018-05-25 Jose Dapena Pazmesa: do not leak ctx->Shader.ReferencedProgram references
2018-05-24 Tapani Pällii965: enable OES_texture_view for gen8+
2018-05-24 Tapani Pällimesa: changes to expose OES_texture_view extension
2018-05-23 Francisco Jerezi965: Use intel_bufferobj_buffer() wrapper in image...
2018-05-23 Francisco Jerezi965: Handle non-zero texture buffer offsets in buffer...
2018-05-23 Francisco Jerezi965: Move buffer texture size calculation into a commo...
2018-05-23 Francisco JerezRevert "mesa: simplify _mesa_is_image_unit_valid for...
2018-05-23 Miguel Casasi965: add {X,A}BGR2101010 to 'intel_image_formats'
2018-05-23 Miguel Casasdri_util: Add R10G10B10{A,X}2 translation between DRI...
2018-05-22 Jason Ekstrandi965: Remove ring switching entirely
2018-05-22 Jason Ekstrandi965/miptree: Move the access_raw call to the individua...
2018-05-22 Jason Ekstrandi965: Remove support for the BLT ring
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for blit maps on gen6+
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for validation tex copies on...
2018-05-22 Jason Ekstrandi965: Delete the blitter path for CopyTexSubImage
2018-05-22 Jason Ekstrandi965: Don't fall back to the blitter in BlitFramebuffer
2018-05-22 Jason Ekstrandi965: Remove some unused includes of intel_blit.h
2018-05-22 Jason Ekstrandi965/blit: Delete intel_emit_linear_blit
2018-05-22 Jason Ekstrandi965: Use meta for pixel ops on gen6+
2018-05-22 Kenneth Graunkei965: Emit VF cache invalidates for 48-bit addressing...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-05-20 Timothy Arcerimesa: stop hiding query parameters from OpenGL compat
2018-05-18 Nanley Cheryi965: isl: Move the MCS gen7+ assertion into ISL
2018-05-18 Nanley Cheryi965/miptree: Remove format assertion in alloc_aux
2018-05-18 Nanley Cheryi965/miptree: Simplify the switch in supports_ccs
2018-05-18 Nanley Cheryi965: Make get_ccs_surf succeed in alloc_aux
2018-05-18 Christian Gmeinerst/mesa: only define GLSL 1.4 for compat if driver...
2018-05-18 Dave Airlievbo: remove MaxVertexAttribStride assert check.
2018-05-17 Timothy Arcerimesa: drop GL_EXT_polygon_offset support
2018-05-17 Mathias Fröhlichmesa: The glArrayElement api is independent of the...
2018-05-17 Mathias Fröhlichmesa: Flag _NEW_ARRAY only if we are changing ctx-...
2018-05-17 Mathias Fröhlichmesa: Remove flush_vertices argument from VAO methods.
2018-05-17 Mathias Fröhlichmesa: Remove FLUSH_VERTICES from VAO state changes.
2018-05-17 Nanley Cheryi965/blorp: Disable BLORP clear color updates
2018-05-17 Nanley Cheryi965/blorp: Also skip the fast clear if the clear color...
2018-05-17 Nanley Cheryi965/clear: Drop a stale comment in fast_clear_depth
2018-05-17 Nanley Cheryi965: Update the indirect buffer in set_clear_color
2018-05-17 Nanley Cheryi965/clear: Remove an early return in fast_clear_depth
2018-05-17 Nanley Cheryi965: Use set_clear_color for depth miptrees
2018-05-17 Nanley CheryRevert "i965: Make the miptree clear color setter take...
2018-05-17 Nanley Cheryi965/miptree: Unify aux buffer allocation
2018-05-17 Nanley Cheryi965: Prepare to delete intel_miptree_alloc_ccs()
2018-05-17 Nanley Cheryi965/miptree: Drop the mt param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Drop the alloc_flags param from alloc_aux...
2018-05-17 Nanley Cheryi965/miptree: Drop the name param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Initialize the indirect clear color to...
2018-05-17 Nanley Cheryi965/miptree: Add and use a memset option in alloc_aux_...
2018-05-17 Nanley Cheryi965/miptree: Zero-initialize CCS_D buffers
2018-05-17 Nanley Cheryi965/miptree: Fix handling of uninitialized MCS buffers
2018-05-17 Timothy Arcerimesa: add glUniform*ui{v} support to display lists
2018-05-16 jenny.q.caomesa: cast the GLenum16 to GLint to avoid compile warni...
2018-05-15 Rob Clarkmesa/st: handle vert_attrib_mask in nir case too
2018-05-14 jenny.q.caoandroid: change include "cutils/log.h" to "log/log...
2018-05-13 Marek Olšákgallium: remove aux_vertex_buffer_slot code
2018-05-12 Vinson Leescons: Add PROGRAM_NIR_FILES.
2018-05-12 Timothy Arcerist/nir: use NIR for asm programs
2018-05-12 Timothy Arcerist/nir: make st_nir_opts() available externally
2018-05-10 Brian Paulmesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet...
2018-05-10 Brian Paulmesa: fix glGetInteger/Float/etc queries for vertex...
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichmesa: Remove Array._DrawArrays.
next