aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"Antia Puentes2018-01-311-3/+0
* mesa: fix broken glGet*(GL_POLYGON_MODE) queryBrian Paul2018-01-302-3/+3
* mesa: fix glGet MAX_VERTEX_ATTRIB queriesMarek Olšák2018-01-311-3/+3
* st/glsl_to_nir: disable io lowering and array splitting of fs inputsTimothy Arceri2018-01-311-4/+18
* nir/st_glsl_to_nir: add param to disable splitting of inputsTimothy Arceri2018-01-311-1/+1
* st/glsl_to_nir: copy nir compiler options to contextTimothy Arceri2018-01-312-8/+22
* mesa: check for invalid index on UUID glGet queriesAndres Rodriguez2018-01-301-0/+4
* mesa: fix glGet for ext_external_objects parametersAndres Rodriguez2018-01-302-0/+8
* mesa: fix error codes for importing memory/semaphore FDsAndres Rodriguez2018-01-301-2/+2
* mesa/st: add support for semaphore object signal/wait v4Andres Rodriguez2018-01-303-7/+134