summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Allow ETC2 on RAVEN and VEGA10 instead of all GFX9.Bas Nieuwenhuizen2018-08-141-1/+2
* radv: Update to new VK_EXT_vertex_attribute_divisor to version 2.Bas Nieuwenhuizen2018-08-142-4/+5
* radv: Fix missing Android platform define.Bas Nieuwenhuizen2018-08-142-1/+3
* blorp: Properly handle Z24X8 blits.Kenneth Graunke2018-08-132-12/+11
* blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.Kenneth Graunke2018-08-131-5/+5
* intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2018-08-134-14/+24
* mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallbackGert Wollny2018-08-101-1/+1
* egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.Eric Anholt2018-08-101-0/+5
* intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.Kenneth Graunke2018-08-101-0/+20
* glx: GLX_MESA_multithread_makecurrent is direct-onlyAdam Jackson2018-08-101-1/+1
* glsl: handle error case with ast_post_inc, ast_post_decTapani Pälli2018-08-101-0/+5
* drirc: Allow extension midshader for Metro Reduxvadym.shovkoplias2018-08-101-0/+4
* intel/tools: add missing variable initialisationEric Engestrom2018-08-091-1/+1
* vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.Eric Anholt2018-08-091-1/+2
* swr: don't export swr_create_screen_internalEmil Velikov2018-08-092-2/+1
* wayland/egl: update surface size on window resizeJuan A. Suarez Romero2018-08-091-4/+15
* wayland/egl: initialize window surface size to window sizeJuan A. Suarez Romero2018-08-091-0/+3
* autotools: use correct gl.pc LIBS when using glvndEmil Velikov2018-08-091-1/+1
* automake: require shared glapi when using DRI based libGLEmil Velikov2018-08-091-4/+1
* vc4: Ignore samplers for finding uniform offsets.Eric Anholt2018-08-091-3/+14
* vc4: Respect a sampler view's first_layer field.Eric Anholt2018-08-091-1/+3
* vc4: Fix a leak of the no-vertex-elements workaround BO.Eric Anholt2018-08-071-0/+2
* vc4: Fix context creation when syncobjs aren't supported.Eric Anholt2018-08-071-2/+6
* drisw: Fix build on Android Nougat, which lacks shm (v2)Chad Versace2018-08-071-0/+11
* v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt2018-08-076-4/+45
* v3d: Avoid spilling that breaks the r5 usage after a ldvary.Eric Anholt2018-08-071-0/+9
* v3d: Make sure that QPU instruction-has-a-dest matches VIR.Eric Anholt2018-08-072-1/+11
* v3d: Wait for TMU writes to complete before continuing after a spill.Eric Anholt2018-08-071-1/+6
* v3d: Make sure we don't emit a thrsw before the last one finished.Eric Anholt2018-08-071-2/+13
* intel: aubinator: fix read the context/ringLionel Landwerlin2018-08-061-2/+2
* nvc0/ir: return 0 in imageLoad on incomplete texturesKarol Herbst2018-08-062-3/+31
* gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)Marek Olšák2018-08-061-24/+180
* android: radv: build vulkan.radv conditionally to radeonsiMauro Rossi2018-08-061-0/+2
* intel/tools: add error2aub creation into autotoolsAndres Gomez2018-08-021-1/+23
* swr: Remove unnecessary memset callVlad Golovkin2018-08-021-1/+0
* mesa: replace binary constants with hexadecimal constants18.2-branchpointAndres Gomez2018-08-021-58/+58
* ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdirAndres Gomez2018-08-021-3/+4
* kutil/queue: use util_snprintf() in util_queue_initAndres Gomez2018-08-021-3/+3
* gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez2018-08-021-2/+2
* glsl: use util_snprintf()Andres Gomez2018-08-026-27/+34
* intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen2018-08-014-2/+43
* i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen2018-08-012-2/+8
* glsl: make a copy of array indices that are used to deref a function out paramTimothy Arceri2018-08-021-0/+54
* anv/pipeline: Add populate_tcs/tes_key helpersJason Ekstrand2018-08-011-3/+25
* anv/pipeline: Rework the parameters to populate_wm_prog_keyJason Ekstrand2018-08-011-22/+24
* anv/pipeline: More aggressively optimize away color attachmentsJason Ekstrand2018-08-012-5/+14
* anv: Restrict the number of color regions to those actually writtenJason Ekstrand2018-08-011-0/+5
* anv/pipeline: Fix up deref modes if we delete a FS outputJason Ekstrand2018-08-011-0/+5
* nir/lower_indirect: Bail early if modes == 0Jason Ekstrand2018-08-011-0/+3
* intel/nir: Call nir_lower_io_to_scalar_earlyJason Ekstrand2018-08-011-5/+12