vulkan/wsi: Do image creation in common code
[mesa.git] / src / mesa /
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-04 Fabian Bielerglsl: Fix gl_NormalScale.
2017-12-04 Timothy Arcerist/glsl_to_nir/radeonsi: enable gs support for nir...
2017-12-04 Timothy Arcerist/glsl_to_nir: add gs support to st_nir_assign_var_loc...
2017-12-04 Timothy Arcerist/glsl_to_nir: use nir_lower_io_arrays_to_elements...
2017-12-03 Timothy Arcerist/glsl_to_nir: enable NIR link time opts
2017-12-03 Timothy Arcerist/glsl_to_nir: move some calls out of st_glsl_to_nir_p...
2017-12-03 Timothy Arcerist/glsl_to_nir: call some lowering passes earlier
2017-12-03 Timothy Arcerist/glsl_to_nir: add basic NIR opt loop helper
2017-12-03 Timothy Arcerist/glsl_to_nir: make st_glsl_to_nir() static
2017-12-03 Timothy Arcerist/glsl_to_nir: split the st_glsl_to_nir() function...
2017-12-03 Timothy Arcerist/glsl_to_nir: create set_st_program() helper
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
2017-12-03 Timothy Arcerist/glsl_to_nir: add st_nir_assign_var_locations() helper
2017-12-02 Jordan Justeni965: Serialize nir later in the linking process
2017-12-01 Emil Velikovxlib: remove dummy GLX_MESA_set_3dfx_mode implementation
2017-12-01 Emil Velikovxlib: remove empty GLX_MESA_agp_offset stubs
2017-12-01 Emil Velikovxlib: remove empty GLX_NV_vertex_array_range stubs
2017-12-01 Rafael Antognollii965/gen10: Change the order of PIPE_CONTROL and load...
2017-12-01 Rafael Antognollii965/gen10: emit 3DSTATE_MULTISAMPLE more often.
2017-12-01 Jason Ekstrandi965: Disable regular fast-clears (CCS_D) on gen9+
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-30 Kenneth Graunkei965: Don't grow batch/state buffer on every emit after...
2017-11-30 Kenneth Graunkei965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.
2017-11-30 Kenneth Graunkei965: Use old_bo->align when growing batch/state buffer...
2017-11-29 Kenneth Graunkei965: Program the dynamic state heap size to MAX_STATE_...
2017-11-29 Juan A. Suarez Romeromesa: deal with vs_inputs as 64-bit unsigned integer
2017-11-29 Timothy Arcerimesa: rework _mesa_add_parameter() to only add a single...
2017-11-28 Kenneth Graunkei965: Change a ret == -1 check to ret != 0.
2017-11-28 Kenneth Graunkei965: Use C99 struct initializers in brw_bufmgr.c.
2017-11-28 Kenneth Graunkei965: Move perf_debug and WARN_ONCE back to brw_context.h.
2017-11-28 Eric Engestromi965: const a few structs and vars to avoid writing...
2017-11-28 Kenneth Graunkei965: Fix Smooth Point Enables.
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT3
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT2
2017-11-28 Lionel Landwerlini965: perf: add busyness metric sets on gen8/9 platforms
2017-11-28 Lionel Landwerlini965: fix time elapsed counter equations in VME/Media...
2017-11-28 Lionel Landwerlini965: perf: update counter names on gen8/9 platforms
2017-11-28 Lionel Landwerlini965: add a debug option to disable oa config loading
2017-11-28 Lionel Landwerlini965: perf: add support for userspace configurations
2017-11-28 Lionel Landwerlini965: perf: update configs for loading from userspace
2017-11-28 Nicolai Hähnlest_glsl_to_tgsi: check for the tail sentinel in merge_t...
2017-11-28 Tapani Pällimesa/gles: adjust internal format in glTexSubImage2D...
2017-11-28 Jason Ekstrandintel/blorp: Take a range of layers in blorp_ccs_resolve
2017-11-28 Jason Ekstrandintel/blorp: Add initial support for indirect clear...
2017-11-28 Jason Ekstrandi965/blorp: Use a designated initializer for blorp_surf
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-11-25 Marek Olšákmesa: shrink VERT_ATTRIB bitfields to 32 bits
2017-11-25 Marek Olšákmesa: remove unused vertex attrib WEIGHT
2017-11-25 Marek Olšákmesa: don't assign numbers to vertex attrib enums manually
2017-11-22 Dylan Bakermeson: Enable SSE4.1 optimizations
2017-11-21 Jordan Justeni965: Support decoding INTERFACE_DESCRIPTOR_DATA with...
2017-11-21 Juan A. Suarez Romeromesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for...
2017-11-21 Timothy Arcerist/glsl_to_nir: don't generate nir twice for gs
2017-11-20 Aravindan Muthukumari965: Optimize bucket index calculation
2017-11-20 Nicolai Hähnlest/mesa: use asynchronous flushes in st_finish
2017-11-20 Nicolai Hähnlest/mesa: implement st_server_wait_sync properly
2017-11-18 Jason Ekstrandi965: Mark BOs as external when we export their handle
2017-11-18 Jason Ekstrandi965/bufmgr: Add a helper to mark a BO as external
2017-11-17 Kenneth Graunkei965: Revert Gen8 aspect of VF PIPE_CONTROL workaround.
2017-11-17 Matt Turneri965: Rewrite disassembly annotation code
2017-11-17 Anuj Phogati965: Remove DWord length from MI_FLUSH_DW definition
2017-11-17 Gert Wollnymesa/main/texcompress_s3tc_tmp.h: Fix two -Wparam-unuse...
2017-11-17 Brian Paulst/mesa: use enum types instead of int/unsigned (v3)
2017-11-17 Dave Airliest/mesa: don't move ssbo after atomic buffers if we...
2017-11-17 Kenneth Graunkei965: Upload invariant state once at the start of the...
2017-11-16 Rafael Antognollimeson: Add dridriverdir variable to dri.pc.
2017-11-16 Emil Velikovi915: add missing extensions.h include
2017-11-16 Emil Velikovmesa: return 'unrecognized' extensions in glGetStringi
2017-11-16 Emil Velikovmesa: rework the way we manage extra_extensions
2017-11-16 Emil Velikovmesa: pass the ctx to _mesa_one_time_init_extension_ove...
2017-11-16 Emil Velikovmesa: call atexit() only as needed
2017-11-16 Emil Velikovmesa: remove unnecessary 'sort by year' for the GL...
2017-11-16 Emil Velikovmesa: reuse set_extension() for _mesa_extension_overrid...
2017-11-16 Emil Velikovmesa: drop unnecessary coping of extra_extensions
2017-11-16 Emil Velikovmesa: remove duplicate 'disabled extensions' list
2017-11-16 Emil Velikovmesa: call _mesa_make_extension_string only as needed
2017-11-16 Emil Velikovmesa: split extensions overrides and glGetString(GL_EXT...
2017-11-16 Emil Velikovi965: remove ARB_compute_shader extension override
2017-11-16 Emil Velikovi965: use _mesa_is_desktop_gl helper
2017-11-16 Kenneth Graunkei965: Implement another VF cache invalidate workaround...
2017-11-15 Brian Paulst/mesa: whitespace fixes in st_manager.c
2017-11-15 Brian Paulst/mesa: whitespace clean-ups in st_context.c
2017-11-15 Brian Paulst/mesa: move st_manager_destroy() earlier in file
2017-11-15 Brian Paulst/mesa: move st_init_driver_flags() earlier in file
2017-11-15 Kenneth Graunkei965: Drop some reserved space remnants.
2017-11-15 Kenneth Graunkei965: Fold ABO state upload code into the SSBO/UBO...
2017-11-15 Kenneth Graunkei965: Use nir_lower_atomics_to_ssbos and delete ABO...
2017-11-15 Kenneth Graunkei965: Make a better helper function for UBO/SSBO/ABO...
2017-11-14 Timothy Arcerist/glsl_to_tgsi: use tgsi_get_gl_varying_semantic(...
2017-11-14 Timothy Arcerist/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
2017-11-14 Anuj Phogati965: Make use of brw_load_register_imm32() helper...
2017-11-14 Anuj Phogati965/gen8+: Fix the number of dwords programmed in...
2017-11-14 Anuj Phogati965: Program DWord Length in MI_FLUSH_DW
2017-11-14 Andres Rodriguezmesa/st: add missing copyright headers to memoryobjects...
2017-11-14 Andres Rodriguezmesa: minor tidy up for memory object error strings
2017-11-14 Julien Isorcei965: implement (un)mapImage
2017-11-14 Jason Ekstrandi965: Track the depth and render caches separately
next