util: add missing R8G8B8A8_SRGB format to vk_format_map
[mesa.git] / src / mesa /
2019-11-20 Mark JanesRevert "st/mesa: keep serialized NIR instead of nir_sha...
2019-11-20 Mark JanesRevert "st/mesa: call nir_serialize only once per shader"
2019-11-20 Timothy Arcerimesa: enable ARB_shading_language_include
2019-11-20 Timothy Arcerimesa: implement glCompileShaderIncludeARB()
2019-11-20 Timothy Arcerimesa: add shader include lookup support for relative...
2019-11-20 Timothy Arcerimesa: add support cursor support for relative path...
2019-11-20 Timothy Arcerimesa: implement glDeleteNamedStringARB()
2019-11-20 Timothy Arcerimesa: split _mesa_lookup_shader_include() in two
2019-11-20 Timothy Arcerimesa: implement glGetNamedStringivARB()
2019-11-20 Timothy Arcerimesa: implement glIsNamedStringARB()
2019-11-20 Timothy Arcerimesa: make error checking optional in _mesa_lookup_shad...
2019-11-20 Timothy Arcerimesa: implement glGetNamedStringARB()
2019-11-20 Timothy Arcerimesa: add glNamedStringARB() support
2019-11-20 Timothy Arcerimesa: add copy_string() helper
2019-11-20 Timothy Arcerimesa: add _mesa_lookup_shader_include() helper
2019-11-20 Timothy Arcerimesa: add helper to validate tokenise shader include...
2019-11-20 Timothy Arcerimesa: add ARB_shading_language_include infrastructure...
2019-11-20 Timothy Arceriglsl: add infrastructure for ARB_shading_language_include
2019-11-20 Timothy Arcerimesa: add ARB_shading_language_include stubs
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-19 Marek Olšákst/mesa: call nir_serialize only once per shader
2019-11-19 Marek Olšákst/mesa: keep serialized NIR instead of nir_shader...
2019-11-19 Marek Olšákst/mesa: call nir_sweep in st_finalize_nir
2019-11-19 Marek Olšákst/mesa: subclass st_vertex_program for VP-specific...
2019-11-19 Marek Olšákst/mesa: more cleanups after unification of st_vertex...
2019-11-19 Marek Olšákst/mesa: rename occurences of stcp to stp to correspond...
2019-11-19 Marek Olšákst/mesa: cleanups after unification of st_vertex/common...
2019-11-19 Marek Olšákst/mesa: rename st_common_program to st_program
2019-11-19 Marek Olšákst/mesa: trivially merge st_vertex_program into st_comm...
2019-11-19 Marek Olšákst/mesa: consolidate and simplify code flagging program...
2019-11-19 Marek Olšákst/mesa: initialize affected_states and uniform storage...
2019-11-19 Marek Olšákst/mesa: start deduplicating some program code
2019-11-19 Marek Olšákst/mesa: decrease the size of st_fp_variant_key from...
2019-11-19 Marek Olšákst/mesa: rename delete_basic_variant -> delete_common_v...
2019-11-19 Pierre-Eric Pellou... mesa: fix warning in 32 bits build
2019-11-19 Pierre-Eric Pellou... mesa: enable EXT_direct_state_access
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEX...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_vertex_attrib_binding glVertexArray*...
2019-11-19 Pierre-Eric Pellou... mesa: extend vertex_array_attrib_format to support...
2019-11-19 Pierre-Eric Pellou... mesa: implement ARB_texture_storage_multisample + EXT_d...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_texture_buffer_range glTextureBufferRange...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_instanced_arrays EXT_dsa function
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_clear_buffer_object named functions
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttr...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_framebuffer_no_attachments named functions
2019-11-19 Miguel Casas-Sanchezi965: Ensure that all 2101010 image imports can pass...
2019-11-18 Brian PaulCall shmget() with permission 0600 instead of 0777
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-11-18 Danylo Piliaievi965: Unify CC_STATE and BLEND_STATE atoms on Haswell...
2019-11-15 Eric Anholtmesa/st: Reuse st_choose_matching_format from st_choose...
2019-11-15 Eric Anholtmesa: Don't put sRGB formats in the array format table.
2019-11-15 Eric Anholtmesa/st: Simplify st_choose_matching_format().
2019-11-15 Kenneth Graunkemesa: Handle GL_COLOR_INDEX in _mesa_format_from_format...
2019-11-15 Tapani Pällimesa: allow bit queries for EXT_disjoint_timer_query
2019-11-14 Eric Anholtmesa: Move compile of common Mesa core files to a stati...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-14 Tapani PälliRevert "mesa: allow bit queries for EXT_disjoint_timer_...
2019-11-14 Iago Toral Quirogamesa/st: make sure we remove dead IO variables before...
2019-11-14 Tapani Pällimesa: allow bit queries for EXT_disjoint_timer_query
2019-11-12 Brian Pauls/APIENTRY/GLAPIENTRY/ in teximage.c
2019-11-12 Lepton Wuandroid: mesa: Revert "android: mesa: revert "Enable...
2019-11-12 Danylo Piliaievi965/program_cache: Lift restriction on shader key...
2019-11-12 Marek Olšákst/mesa: remove unused TGSI-only debug printing functions
2019-11-12 Marek Olšákst/mesa: add ST_DEBUG=nir to print NIR shaders
2019-11-12 Marek Olšákst/mesa: print TCS/TES/GS/CS TGSI in the right place...
2019-11-12 Marek Olšákst/mesa: remove \n being only printed in debug builds...
2019-11-12 Marek Olšákst/mesa: rename DEBUG_TGSI -> DEBUG_PRINT_IR
2019-11-12 Marek Olšákst/mesa: fix Sanctuary and Tropics by disabling ARB_gpu...
2019-11-11 Lionel Landwerlinmesa: check framebuffer completeness only after state...
2019-11-07 Prodea Alexandru... Meson: Remove lib prefix from graw and osmesa when...
2019-11-07 Marek Olšákmesa: expose SPIR-V extensions in the Compatibility...
2019-11-07 Drew DeVaultst_get_external_sampler_key: improve error message
2019-11-07 Eric Anholtmesa/st: Make st_pipe_format_to_mesa_format an effectiv...
2019-11-07 Eric Anholtmesa/st: Gut most of st_mesa_format_to_pipe_format().
2019-11-07 Eric Anholtmesa: Redefine MESA_FORMAT_* in terms of PIPE_FORMAT_*.
2019-11-07 Eric Anholtmesa: Prepare for the MESA_FORMAT_* enum to be sparse.
2019-11-07 Eric Anholtmesa/st: Test round-tripping of all compressed formats.
2019-11-07 Eric Anholtmesa: Stop defining a full separate format for RGBA_UINT8.
2019-11-07 Eric Anholtgallium: Add equivalents of packed MESA_FORMAT_*UINT...
2019-11-07 Eric Anholtgallium: Add an equivalent of MESA_FORMAT_BGR_UNORM8.
2019-11-07 Eric Anholtgallium: Add some more channel orderings of packed...
2019-11-07 Eric Anholtgallium: Add defines for FXT1 texture compression.
2019-11-07 Eric Anholtmesa/st: Add mapping of MESA_FORMAT_RGB_SNORM16 to...
2019-11-05 Eric Engestrommesa/imports: let the build system detect strtok_r()
2019-11-05 Pierre-Eric Pellou... mesa: fix call to _mesa_lookup_vao_err
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakermesa/main: delete now unused _mesa_little_endian
2019-11-05 Dylan Bakermesa/swrast: replace instances of _mesa_little_endian...
2019-11-05 Dylan Bakermesa/main: replace uses of _mesa_little_endian with...
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-11-05 Dylan Bakerdri/osmesa: use preprocessor for selecting endian code...
2019-11-05 Dylan Bakerr100: Use preprocessor to select big vs little endian...
2019-11-05 Dylan Bakerr200: use preprocessor for big vs little endian checks
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa glGetVertexArray* 4 functions
2019-11-05 Pierre-Eric Pellou... mesa: extract helper function from _mesa_GetPointerv
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableV...
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVer...
2019-11-05 Pierre-Eric Pellou... mesa: add gl_vertex_array_object parameter to client...
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa glVertexArray* functions implementation
2019-11-05 Pierre-Eric Pellou... mesa: add vao/vbo lookup helper for EXT_dsa
next