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