aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Create new program cache bo when clearing the program cacheJordan Justen2018-02-031-0/+1
* aubinator: Multiply count by 4 to compute buffer sizesJason Ekstrand2018-02-021-1/+1
* broadcom/vc5: Enable UIF XOR on textures.Eric Anholt2018-02-023-7/+40
* broadcom/vc5: Fix alignment of miplevel 1 with UIF.Eric Anholt2018-02-023-15/+31
* broadcom/vc5: Switch our RGBA4 support to the new gallium format.Eric Anholt2018-02-021-2/+1
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-024-1/+10
* mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.Eric Anholt2018-02-021-6/+0
* meson/swr: Updated copyright datesGeorge Kyriazis2018-02-024-4/+4
* meson/swr: re-shuffle generated filesGeorge Kyriazis2018-02-024-80/+126
* amd: remove support for LLVM 3.9Marek Olšák2018-02-0212-242/+75
* meson: Check for actual LLVM required versionsDylan Baker2018-02-021-2/+10
* meson: Don't confuse the install and search paths for dri driversDylan Baker2018-02-025-5/+15
* radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák2018-02-023-113/+216
* travis: add osx autotools buildJon Turney2018-02-021-0/+30
* travis: pip -> pip2Jon Turney2018-02-021-1/+1
* travis: conditionalize building of prerequisites on if OS=linuxJon Turney2018-02-021-43/+46
* glx/test: fix building for osxJon Turney2018-02-022-0/+16
* i965: check if upload is 0 explicitely, when downsizing a formatAndres Gomez2018-02-021-8/+8
* mesa: don't flag _NEW_COLOR for KHR adv.blend if prog constant doesn't changeMarek Olšák2018-02-024-15/+51
* ac/nir: replace SI.buffer.load.dword with amdgcn.buffer.loadSamuel Pitoiset2018-02-021-32/+20
* r600/eg: add crap indirect compute support.Dave Airlie2018-02-021-7/+19
* i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand2018-02-011-0/+15
* r600: don't do stack workarounds for hemlockRoland Scheidegger2018-02-021-0/+1
* r600: initial attempt at gl_HelperInvocation (v3)Dave Airlie2018-02-026-3/+108
* radv: Don't expose VK_KHX_multiview on android.Bas Nieuwenhuizen2018-02-011-1/+1
* vbo: Simplify input array distribution for dlist type draws.Mathias Fröhlich2018-02-011-46/+8
* vbo: Simplify input array distribution for imm type draws.Mathias Fröhlich2018-02-011-66/+15
* vbo: Simplify input array distribution for array type draws.Mathias Fröhlich2018-02-011-83/+27
* vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.Mathias Fröhlich2018-02-016-35/+99
* mesa: Track position/generic0 aliasing in the VAO.Mathias Fröhlich2018-02-015-4/+242
* mesa: Put materials at the end of the generic block.Mathias Fröhlich2018-02-015-19/+24
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-0111-37/+55
* vbo: Correctly handle attribute offsets in dlist draw.Mathias Fröhlich2018-02-013-31/+36
* gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul2018-02-015-8/+8
* vbo: change an argument in vbo_draw_indirect_prims()Brian Paul2018-02-011-5/+12
* vbo: add comments on the VBO draw function typedefsBrian Paul2018-02-011-2/+55
* vbo: s/drawcount/drawcount_offsetBrian Paul2018-02-011-12/+16
* vbo: use vbo local var for draw call in vbo_save_playback_vertex_list()Brian Paul2018-02-011-7/+7
* svga: remove unneeded #includes in svga_pipe_draw.cBrian Paul2018-02-011-7/+0
* svga: whitespace/formatting fixes in svga_pipe_draw.cBrian Paul2018-02-011-33/+34
* svga: clean up retry_draw_range_elements(), retry_draw_arrays()Brian Paul2018-02-011-54/+27
* svga: remove unused min/max_index params to draw_vgpu10()Brian Paul2018-02-011-4/+3
* broadcom/vc5: Fix image_h setup for both loads and stores.Eric Anholt2018-02-011-3/+2
* broadcom/vc5: Add appropriate height padding for bank conflicts.Eric Anholt2018-02-014-0/+63
* broadcom/vc5: Simplify separate stencil surface setup.Eric Anholt2018-02-013-99/+77
* broadcom/vc5: Rename the UIFCFG register in the UAPI.Eric Anholt2018-02-012-2/+2
* broadcom/vc5: Fix a segfault on mix of booleans.Eric Anholt2018-02-011-1/+3
* broadcom/vc5: Skip over missing color buffers for a couple of checks.Eric Anholt2018-02-012-0/+6
* broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.Eric Anholt2018-02-011-0/+1
* mesa: fix query of GL_TEXTURE_COMPRESSION_HINT_ARBBaldur Karlsson2018-02-011-1/+1