summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dri_interface.h: add missing stdint.h includeEmil Velikov2017-08-261-0/+2
* xmlconfig: use the portable __VA_ARGS__Emil Velikov2017-08-261-6/+6
* gallium/vbuf: fix buffer reference bugsBrian Paul2017-08-251-4/+3
* docs: add an additional final cycle for 17.1Andres Gomez2017-08-261-1/+7
* docs: remove released and extend the calendar until the end of 2017Andres Gomez2017-08-261-4/+84
* radv: Fix sparse BO mapping merging.Bas Nieuwenhuizen2017-08-251-0/+1
* radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen2017-08-251-1/+1
* radv: Don't set a new subpass on compute resolve.Bas Nieuwenhuizen2017-08-251-8/+0
* radv: Remove some intel comments from the resolve code.Bas Nieuwenhuizen2017-08-253-21/+0
* egl/drm: Don't "fall back" to /dev/dri/card0 if the first open failsAdam Jackson2017-08-251-2/+0
* i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.Kenneth Graunke2017-08-251-4/+4
* i965: Do not store SRC after 0 on component control.Rafael Antognolli2017-08-251-2/+2
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-2512-16/+24
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-2512-6/+20
* gallium/u_threaded: fix a typoMarek Olšák2017-08-251-1/+1
* khronos/egl: remove dependency on Android NDK headerEric Engestrom2017-08-251-2/+1
* Revert "egl/android: add missing include"Eric Engestrom2017-08-251-1/+0
* mesa: add KHR_no_error support to glBindBufferOffsetEXT()Samuel Pitoiset2017-08-253-1/+15
* mesa: add bind_buffer_offset() helperSamuel Pitoiset2017-08-251-13/+23
* mesa: add KHR_no_error support to glTransformFeedbackVaryings()Samuel Pitoiset2017-08-253-1/+17
* mesa: add transform_feedback_varyings() helperSamuel Pitoiset2017-08-251-26/+37
* mesa: add KHR_no_error support to glResumeTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add resume_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glPauseTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add pause_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glEndTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add end_transform_feedback() helperSamuel Pitoiset2017-08-251-9/+17
* mesa: add KHR_no_error support to glBeginTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add begin_transform_feedback() helperSamuel Pitoiset2017-08-251-20/+35
* mesa: add KHR_no_error support to glBindTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add bind_transform_feedback() helperSamuel Pitoiset2017-08-251-10/+18
* mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao()Samuel Pitoiset2017-08-251-4/+16
* mesa: don't error check the default buffer object in glBindBufferOffsetEXT()Samuel Pitoiset2017-08-251-6/+5
* mesa: add _fallback suffix to the default transform feedback functionsSamuel Pitoiset2017-08-251-17/+17
* mesa: remove unnecessary check in _mesa_init_transform_feedback_object()Samuel Pitoiset2017-08-251-3/+0
* mesa: check allocation failures in new_transform_feedback()Samuel Pitoiset2017-08-251-0/+4
* mesa: remove unused _mesa_validate_transform_feedback_buffers()Samuel Pitoiset2017-08-252-19/+0
* egl/wayland: Use roundtrips when awaiting buffer releaseKai Chen2017-08-251-2/+7
* glsl: fix glsl_struct_field size calculations for shader cacheNicolai Hähnle2017-08-251-7/+4
* a2xx: fix DST_ALPHA blending for non-alpha formatsIlia Mirkin2017-08-253-5/+21
* a2xx: set constant blend colorIlia Mirkin2017-08-251-0/+9
* radeonsi: set IF_THRESHOLD to 4Timothy Arceri2017-08-251-1/+1
* util/disk_cache: write cache item metadata to diskTimothy Arceri2017-08-251-1/+87
* glsl: pass shader source keys to the disk cacheTimothy Arceri2017-08-256-16/+34
* util/disk_cache: add struct cache_item_metadataTimothy Arceri2017-08-251-0/+20
* disk_cache: enable limited hash collision detection in release buildsTimothy Arceri2017-08-251-16/+10
* util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri2017-08-253-14/+42
* radv: don't crash if we have no framebufferDave Airlie2017-08-251-0/+4
* radv/gfx9: gfx9 has buffer sizing rules like pre-VI.Dave Airlie2017-08-251-1/+1
* radv: fix predication on gfx9Dave Airlie2017-08-251-1/+3