summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-02meson: Don't confuse the install and search paths for dri driversHEADmasterDylan Baker5-5/+15
2018-02-02radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák3-113/+216
2018-02-02travis: add osx autotools buildJon Turney1-0/+30
2018-02-02travis: pip -> pip2Jon Turney1-1/+1
2018-02-02travis: conditionalize building of prerequisites on if OS=linuxJon Turney1-43/+46
2018-02-02glx/test: fix building for osxJon Turney2-0/+16
2018-02-02i965: check if upload is 0 explicitely, when downsizing a formatAndres Gomez1-8/+8
2018-02-02mesa: don't flag _NEW_COLOR for KHR adv.blend if prog constant doesn't changeMarek Olšák4-15/+51
2018-02-02ac/nir: replace SI.buffer.load.dword with amdgcn.buffer.loadSamuel Pitoiset1-32/+20
2018-02-02r600/eg: add crap indirect compute support.Dave Airlie1-7/+19
2018-02-01i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand1-0/+15
2018-02-02r600: don't do stack workarounds for hemlockRoland Scheidegger1-0/+1
2018-02-02r600: initial attempt at gl_HelperInvocation (v3)Dave Airlie6-3/+108
2018-02-01radv: Don't expose VK_KHX_multiview on android.Bas Nieuwenhuizen1-1/+1
2018-02-01vbo: Simplify input array distribution for dlist type draws.Mathias Fröhlich1-46/+8
2018-02-01vbo: Simplify input array distribution for imm type draws.Mathias Fröhlich1-66/+15
2018-02-01vbo: Simplify input array distribution for array type draws.Mathias Fröhlich1-83/+27
2018-02-01vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.Mathias Fröhlich6-35/+99
2018-02-01mesa: Track position/generic0 aliasing in the VAO.Mathias Fröhlich5-4/+242
2018-02-01mesa: Put materials at the end of the generic block.Mathias Fröhlich5-19/+24
2018-02-01mesa: Use defines for the aliased material array attributes.Mathias Fröhlich11-37/+55
2018-02-01vbo: Correctly handle attribute offsets in dlist draw.Mathias Fröhlich3-31/+36
2018-02-01gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul5-8/+8
2018-02-01vbo: change an argument in vbo_draw_indirect_prims()Brian Paul1-5/+12
2018-02-01vbo: add comments on the VBO draw function typedefsBrian Paul1-2/+55
2018-02-01vbo: s/drawcount/drawcount_offsetBrian Paul1-12/+16
2018-02-01vbo: use vbo local var for draw call in vbo_save_playback_vertex_list()Brian Paul1-7/+7
2018-02-01svga: remove unneeded #includes in svga_pipe_draw.cBrian Paul1-7/+0
2018-02-01svga: whitespace/formatting fixes in svga_pipe_draw.cBrian Paul1-33/+34
2018-02-01svga: clean up retry_draw_range_elements(), retry_draw_arrays()Brian Paul1-54/+27
2018-02-01svga: remove unused min/max_index params to draw_vgpu10()Brian Paul1-4/+3
2018-02-01broadcom/vc5: Fix image_h setup for both loads and stores.Eric Anholt1-3/+2
2018-02-01broadcom/vc5: Add appropriate height padding for bank conflicts.Eric Anholt4-0/+63
2018-02-01broadcom/vc5: Simplify separate stencil surface setup.Eric Anholt3-99/+77
2018-02-01broadcom/vc5: Rename the UIFCFG register in the UAPI.Eric Anholt2-2/+2
2018-02-01broadcom/vc5: Fix a segfault on mix of booleans.Eric Anholt1-1/+3
2018-02-01broadcom/vc5: Skip over missing color buffers for a couple of checks.Eric Anholt2-0/+6
2018-02-01broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.Eric Anholt1-0/+1
2018-02-01mesa: fix query of GL_TEXTURE_COMPRESSION_HINT_ARBBaldur Karlsson1-1/+1
2018-02-01renderonly: fix dumb BO allocation for non 32bpp formatsLucas Stach1-1/+2
2018-02-01intel/decoder: Fix control / evaluation label mixup.Kenneth Graunke1-2/+2
2018-02-01i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke1-2/+2
2018-02-01meson: don't install windows headers on non-windows platformsMarc Dietrich1-1/+3
2018-02-01radeonsi: use ac_build_buffer_load_format for image buffer loadsMarek Olšák1-4/+10
2018-02-01ac/nir: use ac_build_buffer_load_format for image buffer loadsMarek Olšák1-8/+13
2018-02-01ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák5-5/+7
2018-02-01radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák4-5/+54
2018-02-01radeonsi: remove unused si_shader_context membersMarek Olšák2-11/+0
2018-02-01glx/apple: locate dispatch table functions to wrap by nameJon Turney3-7/+22
2018-02-01glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2-0/+2