summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* renderonly: fix dumb BO allocation for non 32bpp formatsLucas Stach2018-02-011-1/+2
* intel/decoder: Fix control / evaluation label mixup.Kenneth Graunke2018-02-011-2/+2
* i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke2018-02-011-2/+2
* meson: don't install windows headers on non-windows platformsMarc Dietrich2018-02-011-1/+3
* radeonsi: use ac_build_buffer_load_format for image buffer loadsMarek Olšák2018-02-011-4/+10
* ac/nir: use ac_build_buffer_load_format for image buffer loadsMarek Olšák2018-02-011-8/+13
* ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák2018-02-015-5/+7
* radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák2018-02-014-5/+54
* radeonsi: remove unused si_shader_context membersMarek Olšák2018-02-012-11/+0
* glx/apple: locate dispatch table functions to wrap by nameJon Turney2018-02-013-7/+22
* glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2018-02-012-0/+2
* osx: ld doesn't support --build-idJon Turney2018-02-011-1/+1
* mesa: remove usage of alloca in externalobjects.c v4Andres Rodriguez2018-02-011-12/+48
* radv: do not insert shaders in cache when it's disabledSamuel Pitoiset2018-02-011-5/+24
* radv: use separate bindings for graphics and compute descriptorsSamuel Pitoiset2018-02-013-53/+125
* radv: store the bind point when creating descriptors with templatesSamuel Pitoiset2018-02-012-0/+2
* r600/eg: make sure we allow vpm bit on other CF ops.Dave Airlie2018-02-011-0/+1
* gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri2018-02-017-19/+5
* r600/sb: just add some missing debug bitsDave Airlie2018-02-011-0/+15
* r600: fix buffer resinfo opcode translation.Dave Airlie2018-02-012-2/+2
* st/glsl_to_nir: add more nir opts to st_nir_opts()Timothy Arceri2018-02-011-16/+20
* i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8Andres Gomez2018-01-311-5/+27
* i965: Make texture validation code use texture objects, not units.Kenneth Graunke2018-01-312-16/+17
* i965: Pass tObj into intel_update_max_level instead of intel_obj.Kenneth Graunke2018-01-311-3/+3
* i965: Delete more misleading comments.Kenneth Graunke2018-01-311-3/+0
* st/mesa: whitespace, formatting fixes in st_glsl_to_tgsi.cppBrian Paul2018-01-311-104/+169