Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / drivers /
2020-03-10 Mathias Fröhlichi965: Make use of the vertex format functions in i965.
2020-03-10 Mathias Fröhlichi965: Remove glbinding from brw_vertex_element.
2020-03-10 Mathias Fröhlichi965: Reorder workaround flags computation.
2020-03-10 Mathias Fröhlichi965: Split merge_inputs and clear_buffers.
2020-03-10 Mathias Fröhlichi965: Test original vertex array pointer to skip array...
2020-03-10 Mathias Fröhlichi965: Use the VAOs binding information in array setup.
2020-03-10 Mathias Fröhlichi965: Use 32 bit u_bit_scan for vertex attribute setup.
2020-03-10 Mathias Fröhlichi965: Move down genX_upload_sbe in profiles.
2020-03-05 Marek Olšákmesa: remove _mesa_index_buffer::index_size in favor...
2020-03-03 Paulo Zanoniintel: fix the gen 11 compute shader scratch IDs
2020-02-28 Marek Olšákmesa: move num_instances and base_instance out of _mesa...
2020-02-28 Marek Olšákmesa: remove redundant _mesa_prim::is_indexed
2020-02-28 Marek Olšákmesa/i965: remove _mesa_prim::indirect_offset
2020-02-28 Marek Olšákmesa: remove unused "indirect" parameter from Driver...
2020-02-28 Marek Olšáki965: stop using "indirect" parameter from Driver.Draw...
2020-02-26 Tapani Pällii965: toggle on EXT_texture_norm16
2020-02-24 Nanley Cheryi965: Use isl_aux_state_transition_write()
2020-02-24 Nanley Cheryi965: Use ISL's access preparation functions
2020-02-20 Danylo Piliaievi965: Do not generate D16 B5G6R5_UNORM configs on gen < 8
2020-02-19 Danylo Piliaievintel/bufmgr: Cast bitshift to unsigned
2020-02-14 Marek Olšákmesa: remove unused _mesa_draw_indirect
2020-02-13 Lionel Landwerlini965: enable INTEL_blackhole_render
2020-02-11 Marek Olšákí965: don't use _mesa_prim::is_indirect
2020-02-11 Marek Olšákvbo: merge use_buffer_objects into vbo_CreateContext...
2020-02-11 Marek Olšákvbo: remove immediate mode code that doesn't do anythin...
2020-02-07 Leandro Ribeiroi965: remove duplicated comment
2020-02-05 Eric Engestromdri: delete gen-symbol-redefs.py
2020-02-04 Danylo Piliaievi965: Do not set front_buffer_dirty if there is no...
2020-01-31 Jason Ekstrandintel/blorp: Plumb deref block size through to 3DSTATE_SF
2020-01-31 Jason Ekstrandintel/common: Return the block size from get_urb_config
2020-01-31 Jason Ekstrandintel/blorp: Always emit URB config on Gen7+
2020-01-31 Jason Ekstrandintel: Take a gen_l3_config in gen_get_urb_config
2020-01-31 Jason Ekstrandi965: Re-emit l3 state before BLORP executes
2020-01-31 Jason Ekstrandintel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
2020-01-30 Kenneth Graunkei965: Use brw_batch_references in tex_busy check
2020-01-23 Anthony Peschutil/hash_table: update users to use new optimal intege...
2020-01-23 Ian Romanicki965: Enable INTEL_shader_integer_functions2 on Gen8+
2020-01-22 Timur Kristófradeon: Fix multiple definition error with radeon_debug
2020-01-21 Eric Anholtnir: Drop the ssbo_offset to atomic lowering.
2020-01-21 Eric Anholtmesa: Make atomic lowering put atomics above SSBOs.
2020-01-14 Kenneth Graunkei965: Simplify brw_get_renderer_string()
2020-01-13 Gurchetan Singhi965: support EXT_EGL_image_storage
2020-01-13 Gurchetan Singhi965: refactor intel_image_target_texture_2d
2020-01-13 Gurchetan Singhi965: track if image is created by a dmabuf
2020-01-13 Gurchetan Singhdri_util: add driImageFormatToSizedInternalGLFormat...
2020-01-09 Tapani Pällimesa: create program resource hash in a single place
2020-01-08 Yevhenii Kolesnikovmeta: Add cleanup function for Bitmap
2020-01-07 Tapani Pällimesa/st/i965: add a ProgramResourceHash for quicker...
2020-01-06 Timothy Arceriglsl: rename gl_nir_link() to gl_nir_link_spirv()
2020-01-04 Jason Ekstrandi965: Allow HiZ for glCopyImageSubData sources
2020-01-04 Jason Ekstrandi965/blorp: Don't resolve HiZ unless we're reinterpreting
2020-01-04 Jason Ekstrandblorp: Allow reading with HiZ
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2019-12-30 Yevhenii Kolesnikovmeta: Cleanup function for DrawTex
2019-12-27 Eric Engestrommeson: simplify install_megadrivers.py invocation
2019-12-18 Lionel Landwerlini965/iris/perf: factor out frequency register capture
2019-12-17 Tapani Pällii965: expose MESA_FORMAT_B8G8R8X8_SRGB visual
2019-12-17 Tapani Pällidri: add __DRI_IMAGE_FORMAT_SXRGB8
2019-12-13 Lionel Landwerlini965/iris: perf-queries: don't invalidate/flush 3d...
2019-12-13 Timothy Arcerist/glsl_to_nir: use nir based program resource list...
2019-12-13 Timothy Arceriglsl: move nir_remap_dual_slot_attributes() call out...
2019-12-12 Jason Ekstrandi965: Enable GL_EXT_gpu_shader4 on Gen6+
2019-12-11 Kenneth Graunkeintel/decoder: Make get_state_size take a full 64-bit...
2019-12-05 Jason Ekstrandblorp: Pass the VB size to the VF cache workaround
2019-12-04 Ian Romanickmesa: Silence unused parameter warning
2019-11-29 Jonathan Grayi965: update Makefile.sources for perf changes
2019-11-27 Kenneth Graunkedriconf, glsl: Add a vs_position_always_invariant option
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-12 Danylo Piliaievi965/program_cache: Lift restriction on shader key...
2019-11-07 Prodea Alexandru... Meson: Remove lib prefix from graw and osmesa when...
2019-11-07 Eric Anholtmesa: Prepare for the MESA_FORMAT_* enum to be sparse.
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
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-10-31 Eric Engestromradeon: replace xmlpool_options_h with idep_xmlconfig_h...
2019-10-31 Eric Engestromr200: replace xmlpool_options_h with idep_xmlconfig_headers
2019-10-31 Eric Engestromnouveau: replace xmlpool_options_h with idep_xmlconfig_...
2019-10-31 Eric Engestromi915: replace xmlpool_options_h with idep_xmlconfig_headers
2019-10-31 Eric Engestromdri: replace xmlpool_options_h with idep_xmlconfig_headers
2019-10-28 Nanley Cheryintel: Support HIZ_CCS in isl_surf_get_ccs_surf
2019-10-28 Nanley Cheryi965/miptree: Avoid -Wswitch for the Gen12 aux modes
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-28 Tapani Pällii965: setup sized internalformat for MESA_FORMAT_R10G10...
2019-10-23 Lionel Landwerlinintel/perf: move registers to their own header
2019-10-20 Eric Anholtmesa: Redefine the RG formats as array formats.
2019-10-20 Eric Anholtmesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB...
2019-10-20 Eric Anholtmesa: Replace the LA16_UNORM packed formats with one...
2019-10-20 Eric Anholtradeon: Drop the unused first arg of OUT_BATCH_RELOC.
2019-10-20 Eric Anholtradeon: Fill in the TXOFFSET field containing the tile...
2019-10-20 Eric Anholtr100/r200: factor out txformat/txfilter setup from...
2019-10-18 Hal GentzRevert "egl: Fixes transparency with EGL and X11."
2019-10-17 Erik Faye-Lundnir: support feeding state to nir_lower_clip_[vg]s
2019-10-17 Erik Faye-Lundnir: support lowering clipdist to arrays
2019-10-11 Hal Gentzegl: Fixes transparency with EGL and X11.
2019-10-10 Eric EngestromGL: drop symbols mangling support
next