summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: allocate a SGVS element when VertexID or InstanceID are readIago Toral Quiroga2018-02-071-15/+2
* glapi: Don't search through subdirs from glapitable.hDylan Baker2018-02-061-0/+2
* state_tracker: Don't build st-renumerate-test without shared glapiDylan Baker2018-02-061-0/+2
* meson: fix test source name for static glapiDylan Baker2018-02-061-1/+1
* mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArrayBrian Paul2018-02-064-11/+10
* mesa: minor whitespace fixes, line wrapping in texcompress.cBrian Paul2018-02-061-12/+14
* mesa: simplify _mesa_get_compressed_formats()Brian Paul2018-02-061-117/+83
* st/mesa: use st_access_flags_to_transfer_flags() helper in more placesBrian Paul2018-02-062-18/+17
* st/mesa: refactor st_bufferobj_map_range()Brian Paul2018-02-062-11/+31
* st/mesa: refactor bufferobj_data()Brian Paul2018-02-061-87/+104
* mesa: Factor out _mesa_disable_vertex_array_attrib.Mathias Fröhlich2018-02-064-80/+75
* vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich2018-02-066-25/+55
* mesa: Use atomics for buffer objects reference counts.Mathias Fröhlich2018-02-063-21/+11
* vbo: provide 64bits support to print_draw_arraysAndres Gomez2018-02-061-2/+19
* vbo: take into account the size when printing VAO elementsAndres Gomez2018-02-061-1/+1
* vbo: print first element of the VAO when the binding stride is 0Andres Gomez2018-02-061-3/+4
* mesa: add OES_EGL_image_external_essl3 supportIlia Mirkin2018-02-061-0/+1
* meson: osx ld doesn't support --build-idJon Turney2018-02-051-1/+1
* mesa: enable ASTC format for CompressedTexSubImage3DJuan A. Suarez Romero2018-02-051-8/+33
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-0433-232/+174
* i965: Create new program cache bo when clearing the program cacheJordan Justen2018-02-031-0/+1
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-021-1/+7
* mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.Eric Anholt2018-02-021-6/+0
* 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
* i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand2018-02-011-0/+15
* 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-014-18/+18
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-0110-37/+45
* vbo: Correctly handle attribute offsets in dlist draw.Mathias Fröhlich2018-02-013-31/+36
* 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
* mesa: fix query of GL_TEXTURE_COMPRESSION_HINT_ARBBaldur Karlsson2018-02-011-1/+1
* i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke2018-02-011-2/+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
* gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri2018-02-011-1/+0
* 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
* st/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cppBrian Paul2018-01-311-5/+6