summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland-egl: adds CFLAGS for wayland.egl.h includeTobias Klausmann2017-10-041-1/+2
* automake: add texcompress_s3tc_tmp.h to the sources listEmil Velikov2017-10-041-0/+1
* st/va: add RGB support to vlVaPutSurfaceLeo Liu2017-10-041-1/+13
* st/va: don't re-allocate interlaced buffer with pakced formatLeo Liu2017-10-041-4/+6
* st/vdpau: don't re-allocate interlaced buffer with packed YUV formatLeo Liu2017-10-041-0/+2
* radv: Implement TC compatible HTILE.Bas Nieuwenhuizen2017-10-044-6/+62
* radv: emit fmuladd instead of fma to llvm.Dave Airlie2017-10-041-1/+1
* android: fix build issues with brw_nir_trig_workarounds.cTapani Pälli2017-10-041-1/+1
* intel: compiler: vec4: add missing default 0 lodLionel Landwerlin2017-10-031-0/+9
* anv: Remove base_vertex/instance from push_constantsJason Ekstrand2017-10-031-7/+0
* util: include string.h in u_string.hBrian Paul2017-10-031-0/+1
* llvmpipe: silence 'variable may be used uninitialized' warningsBrian Paul2017-10-032-2/+2
* mesa: silence 'variable may be used uninitialized' warning in teximage.cBrian Paul2017-10-031-1/+1
* mesa: silence 'variable may be used uninitialized' warning in bufferobj.cBrian Paul2017-10-031-0/+1
* svga: wrap long comments in svga_tgsi_vgpu10.cBrian Paul2017-10-031-4/+6
* svga: tweak pre-VGPU10 rasterization offsetsBrian Paul2017-10-031-17/+7
* svga: if we get nr_samples==1, store nr_samples=0Brian Paul2017-10-031-4/+7
* svga: emit sampler constants only if sampler view existsCharmaine Lee2017-10-031-7/+12
* svga: fix incorrect case in svga_typeless_format()Brian Paul2017-10-031-2/+1
* svga: add typeless switch cases in svga_typeless_format()Brian Paul2017-10-031-0/+10
* svga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET binding flag on vgpu10.Neha Bhende2017-10-031-2/+7
* etnaviv: Set up unknown GC3000 statesWladimir J. van der Laan2017-10-031-0/+11
* etnaviv: Fix point sprite rendering on GC3000Wladimir J. van der Laan2017-10-031-0/+2
* etnaviv: Add support for DP2 instructionWladimir J. van der Laan2017-10-034-1/+7
* etnaviv: Support opcodes with bit 6 set in assemblerWladimir J. van der Laan2017-10-031-1/+4
* meson: convert gtest to an internal dependencyDylan Baker2017-10-034-7/+12
* meson: add window system deps to intel vulkan commonDylan Baker2017-10-031-1/+1
* egl/surfaceless: Use KMS swrast fallbackGurchetan Singh2017-10-031-4/+16
* egl/surfaceless: add probe device helper functionGurchetan Singh2017-10-031-28/+39
* gallium/u_tests: fix ifdef for sync_file fencesGeorge Kyriazis2017-10-031-1/+1
* util: include stdlib.h in u_string.h to silence MinGW warningBrian Paul2017-10-031-0/+1
* intel: Always set Cube Face Enables for all surfaces.Kenneth Graunke2017-10-031-8/+6
* intel: Make Cube Face Enable fields consistent across generations.Kenneth Graunke2017-10-037-10/+36
* build: Remove HAVE_DLOPENMatt Turner2017-10-021-4/+0
* mesa: Delete now unused dlopen.hMatt Turner2017-10-023-99/+0
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-028-15/+0
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-0214-98/+5
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-0214-110/+3
* mesa/st: Drop has_lib_dxtc argument from st_init_extensions()Matt Turner2017-10-024-11/+4
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-0215-95/+19
* mesa: Drop function pointer checks in s3tc codeMatt Turner2017-10-021-133/+60
* mesa: Call DXTn functions directlyMatt Turner2017-10-021-92/+25
* mesa: Remove fprintf referring to libdxtnMatt Turner2017-10-021-1/+1
* mesa: Remove prototypes and mark S3TC functions staticMatt Turner2017-10-021-18/+5
* mesa: Remove commented-out DXTn fetch codeMatt Turner2017-10-021-80/+0
* mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.hMatt Turner2017-10-025-306/+245
* mesa: Import libtxc_dxtn sourcesMatt Turner2017-10-024-0/+1144
* anv: Remove unreachable cases from isl_format_for_size()Józef Kucia2017-10-031-2/+0
* anv: Fix vkCmdFillBuffer()Józef Kucia2017-10-031-2/+2
* st/mesa: don't use pipe_surface for passing information about EGLImageMarek Olšák2017-10-031-46/+50