summaryrefslogtreecommitdiff
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: fix formats required for EXT_texture_norm16Tapani Pälli2020-03-061-7/+0
* mesa: Flush vertices before changing the OpenGL state.Mathias Fröhlich2020-03-061-4/+10
* mesa/st: toggle EXT_texture_norm16 based on format supportTapani Pälli2020-03-061-0/+12
* i965: toggle on EXT_texture_norm16Tapani Pälli2020-03-061-0/+1
* mesa: introduce boolean toggle for EXT_texture_norm16Tapani Pälli2020-03-062-1/+2
* i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8Danylo Piliaiev2020-02-201-11/+23
* mesa: fix immediate mode with tessellation and varying patch verticesMarek Olšák2020-02-201-0/+2
* mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli2020-02-051-4/+14
* mapi: add GetInteger64vEXT with EXT_disjoint_timer_queryTapani Pälli2020-02-051-1/+3
* st/mesa: Handle the rest renderbuffer formats from OSMesaDanylo Piliaiev2020-02-051-0/+5
* i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev2020-02-051-1/+3
* i965: Use brw_batch_references in tex_busy checkKenneth Graunke2020-02-031-1/+2
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-155-39/+64
* mesa: Fix detection of invalidating both depth and stencil.Eric Anholt2020-01-141-2/+3
* mesa/st: fix a memory leak in get_versionAndrii Simiklit2020-01-141-2/+3
* mesa: Prevent _MaxLevel from being less than zeroThong Thai2020-01-091-1/+1
* main: allow external textures for BindImageTextureYevhenii Kolesnikov2020-01-081-1/+5
* meta: Cleanup function for DrawTexYevhenii Kolesnikov2020-01-071-0/+14
* mesa: avoid returning a value in a void functionEric Engestrom2020-01-071-1/+2
* mesa: avoid triggering assert in implementationLionel Landwerlin2019-12-171-0/+6
* i965: expose MESA_FORMAT_B8G8R8X8_SRGB visualTapani Pälli2019-12-171-7/+14
* dri: add __DRI_IMAGE_FORMAT_SXRGB8Tapani Pälli2019-12-171-0/+4
* i965: update Makefile.sources for perf changesJonathan Gray2019-12-031-2/+0
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-12-033-0/+8
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-191-1/+2
* i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaroundDanylo Piliaiev2019-11-191-2/+35
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-131-1/+1
* mesa: check framebuffer completeness only after state updateLionel Landwerlin2019-11-131-6/+6
* Meson: Remove lib prefix from graw and osmesa when building with Mingw.Prodea Alexandru-Liviu2019-11-111-0/+2
* mesa: check draw buffer completeness on glClearBufferfi/glClearBufferivLionel Landwerlin2019-11-051-0/+12
* mesa: enable msaa in clear_with_quad if neededPierre-Eric Pelloux-Prayer2019-10-311-0/+1
* mesa: enable ARB_gpu_shader_int64 in compat profileTapani Pälli2019-10-302-39/+39
* mesa: add [Program]Uniform*64ARB display list supportTapani Pälli2019-10-301-0/+979
* st/mesa: lower global vars to local after lowering clipErik Faye-Lund2019-10-281-0/+1
* intel: Support HIZ_CCS in isl_surf_get_ccs_surfNanley Chery2019-10-282-8/+8
* i965/miptree: Avoid -Wswitch for the Gen12 aux modesNanley Chery2019-10-281-0/+3
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-4/+4
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-282-3/+3
* util: remove LIST_ADD macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-3/+3
* i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORMTapani Pälli2019-10-281-1/+9
* mesa/main: Ignore filter state for MS texture completenessIllia Iorin2019-10-251-3/+22
* Revert "mesa/main: Fix multisample texture initialize"Illia Iorin2019-10-251-25/+13
* gallium: Fix a bunch of undefined left-shifts in u_format_*Adam Jackson2019-10-241-3/+3
* st/mesa: use pipe_screen::finalize_nirMarek Olšák2019-10-236-25/+89
* st/mesa: update VS shader_info for NIR after lowering passesMarek Olšák2019-10-231-0/+4
* st/mesa: assign driver locations for VS inputs for NIR before cachingMarek Olšák2019-10-234-9/+10
* st/mesa: don't lower_global_vars_to_local for VS if there are no dead inputsMarek Olšák2019-10-231-2/+7