egl/dri2: Refuse to add EGLConfigs with no supported surface types
[mesa.git] / src /
2019-09-11 Adam Jacksonegl/dri2: Refuse to add EGLConfigs with no supported...
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.9
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.8
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.7
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.6
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.5
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.4
2019-09-11 Brian Paulst/nir: fix illegal designated initializer in st_glsl_t...
2019-09-11 Dylan Bakermeson: don't generate file into subdirs
2019-09-11 Kenneth Graunkeiris: Set bo->reusable = false in iris_bo_make_external...
2019-09-11 Kenneth Graunkeiris: Finish initializing the BO before stuffing it...
2019-09-11 Marek Olšákradeonsi/gfx9: honor user stride for imported buffers
2019-09-11 Marek Olšákprog_to_nir, tgsi_to_nir: make sure kill doesn't discar...
2019-09-11 Marek Olšákac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomi...
2019-09-11 Vasily Khoruzhicklima: set .out_sync field of req in lima_submit_start()
2019-09-10 Kenneth Graunkegallium: Fix util_format_get_depth_only
2019-09-10 Rob Clarkfreedreno/a6xx: fix 3d tex layout
2019-09-10 Rob Clarkfreedreno/a6xx: don't tile things that are too small
2019-09-10 Caio Marcelo de... iris: Enable ARB_gl_spirv and ARB_spirv_extensions
2019-09-10 Caio Marcelo de... glsl/nir: Add and use a gl_nir_link() function
2019-09-10 Caio Marcelo de... gallium: Add ARB_gl_spirv support
2019-09-10 Caio Marcelo de... mesa/spirv: Set a few more extensions
2019-09-10 Caio Marcelo de... mesa/st: Don't expect prog->nir to already exist
2019-09-10 Caio Marcelo de... mesa/st: Add support for SPIR-V shaders
2019-09-10 Caio Marcelo de... mesa/st: Extract preprocessing NIR steps
2019-09-10 Caio Marcelo de... mesa/st: Lookup parameters without using names
2019-09-10 Caio Marcelo de... mesa/program: Associate uniform storage without using...
2019-09-10 Caio Marcelo de... mesa: Fill Parameter storage indices even when not...
2019-09-10 Caio Marcelo de... glsl/nir: Fill in the Parameters in NIR linker
2019-09-10 Caio Marcelo de... mesa: Pack gl_program_parameter struct
2019-09-10 Caio Marcelo de... compiler: Add glsl_contains_opaque() helper
2019-09-10 Caio Marcelo de... mesa/st: Do not rely on name to identify special uniforms
2019-09-10 Caio Marcelo de... glsl/nir: Avoid overflow when setting max_uniform_location
2019-09-10 Dylan Bakermeson: build getopt when using msvc
2019-09-10 Dylan Bakerglapi: export glapi_destroy_multithread when building...
2019-09-10 Dylan Bakermeson: don't build glapi_static_check_table on windows
2019-09-10 Dylan Bakermeson: don't try to generate i18n translations on windows
2019-09-10 Dylan Bakerglsl/tests: Handle windows \r\n new lines
2019-09-10 Kenneth Graunkeiris: Fix constant buffer sizes for non-UBOs
2019-09-10 Samuel Pitoisetradv/gfx10: declare a LDS symbol for the NGG emit space
2019-09-10 Samuel Pitoisetradv: calculate GFX9 GS and GFX10 NGG states before...
2019-09-10 Samuel Pitoisetradv: store the ESGS ring size as part of gfx10_ngg_info
2019-09-10 Samuel Pitoisetradv: store GFX10 NGG state as part of the shader info
2019-09-10 Samuel Pitoisetradv: store GFX9 GS state as part of the shader info
2019-09-10 Samuel Pitoisetradv: fill shader info for all stages in the pipeline
2019-09-10 Samuel Pitoisetradv: do not pass all compiler options to the shader...
2019-09-10 Marek Olšákradeonsi: remove redundant si_texture offset and size...
2019-09-10 Marek Olšákradeonsi: move texture storage allocation outside of...
2019-09-10 Marek Olšákradeonsi: move HTILE allocation outside of radeonsi
2019-09-10 Marek Olšákradeonsi: handle NO_DCC early
2019-09-10 Marek Olšákac/surface: add RADEON_SURF_NO_FMASK
2019-09-10 Marek Olšákr300,r600,radeonsi: set winsys_handle::stride,offset...
2019-09-10 Marek Olšákr300,r600,radeonsi: read winsys_handle::stride,offset...
2019-09-10 Marek Olšákradeonsi/gfx10: fix wave occupancy computations
2019-09-10 Marek Olšákradeonsi: only support at most 1024 threads per block
2019-09-10 Marek Olšákradeonsi: disable DCC when importing a texture from...
2019-09-10 Marek Olšákradeonsi/gfx10: don't call gfx10_destroy_query with...
2019-09-10 Marek Olšákradeonsi/gfx10: use fma for TGSI_OPCODE_FMA
2019-09-10 Marek Olšákac: use fma on gfx10
2019-09-10 Marek Olšákac: enable LLVM atomic optimizations
2019-09-10 Lepton Wuvirgl: Fix pipe_resource leaks under multi-sample.
2019-09-09 Kenneth Graunkeiris: Avoid flushing for cache history on transfer...
2019-09-09 Kenneth Graunkeiris: Optimize out redundant sampler state binds
2019-09-09 Kenneth Graunkeiris: Add support for the always_flush_cache=true debug...
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::rgbMode
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::have{Accum,Depth,Stencil...
2019-09-09 Adam Jacksonmesa: Remove unused gl_config::indexBits
2019-09-09 Adam Jacksongallium/xlib: Fix an obvious thinko
2019-09-09 Kenneth Graunkeiris: Ignore line stipple information if it's disabled
2019-09-09 Vasily Khoruzhicklima/ppir: drop fge/flt/feq/fne options
2019-09-09 Vasily Khoruzhicklima: run opt_algebraic between int_to_float and boot_t...
2019-09-09 Vasily Khoruzhicklima/gpir: fix warning in gpir disassembler
2019-09-09 Vasily Khoruzhicklima/gpir: lower fceil
2019-09-09 Connor Abbottlima/gpir: Disallow moves for schedule_first nodes
2019-09-09 Connor Abbottlima/gpir: Fix fake dep handling for schedule_first...
2019-09-09 Connor Abbottlima/gpir: Fix schedule_first insertion logic
2019-09-09 Connor Abbottlima/gpir: Ignore unscheduled successors in can_use_com...
2019-09-09 Connor Abbottlima/gpir: Do all lowerings before rsched
2019-09-08 Mauro Rossiandroid: anv: libmesa_vulkan_common: add libmesa_util...
2019-09-08 Boris Brezillonpanfrost: Rename pan_bo_cache.c into pan_bo.c
2019-09-08 Boris Brezillonpanfrost: Get rid of the now unused SLAB allocator
2019-09-08 Boris Brezillonpanfrost: Get rid of unused panfrost_context fields
2019-09-08 Boris Brezillonpanfrost: Convert ctx->{scratchpad, tiler_heap, tiler_d...
2019-09-08 Boris Brezillonpanfrost: Make transient allocation rely on the BO...
2019-09-08 Boris Brezillonpanfrost: Stop passing a ctx to functions being passed...
2019-09-08 Boris Brezillonpanfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-09-08 Heinrich Finkegl: Add GL_MESA_EGL_sync support
2019-09-08 Heinrich Finkregistry: update gl.xml with GL_MESA_EGL_sync token
2019-09-07 Tapani Pälliandroid: fix linking issues with liblog
2019-09-07 Kenneth Graunkeiris: Support the disable_throttling=true driconf option.
2019-09-06 Jason Ekstrandnir/dead_cf: Repair SSA if the pass makes progress
2019-09-06 Jason Ekstrandnir/repair_ssa: Insert deref casts when needed
2019-09-06 Jason Ekstrandnir/repair_ssa: Repair dominance for unreachable blocks
2019-09-06 Jason Ekstrandnir: Add a block_is_unreachable helper
2019-09-06 Jason Ekstrandnir: Don't infinitely recurse in lower_ssa_defs_to_regs...
2019-09-06 Jason Ekstrandnir: Handle complex derefs in nir_split_array_vars
2019-09-06 Jason Ekstrandintel/blorp: Use wide formats for nicely aligned stenci...
2019-09-06 Jason Ekstrandintel/blorp: Expose surf_fake_interleaved_msaa internally
2019-09-06 Jason Ekstrandintel/blorp: Expose surf_retile_w_to_y internally
next