summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-26xmlconfig: use the portable __VA_ARGS__Emil Velikov1-6/+6
2017-08-25gallium/vbuf: fix buffer reference bugsBrian Paul1-4/+3
2017-08-25radv: Fix sparse BO mapping merging.Bas Nieuwenhuizen1-0/+1
2017-08-25radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen1-1/+1
2017-08-25radv: Don't set a new subpass on compute resolve.Bas Nieuwenhuizen1-8/+0
2017-08-25radv: Remove some intel comments from the resolve code.Bas Nieuwenhuizen3-21/+0
2017-08-25egl/drm: Don't "fall back" to /dev/dri/card0 if the first open failsAdam Jackson1-2/+0
2017-08-25i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.Kenneth Graunke1-4/+4
2017-08-25i965: Do not store SRC after 0 on component control.Rafael Antognolli1-2/+2
2017-08-25mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson10-15/+22
2017-08-25mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson10-5/+16
2017-08-25gallium/u_threaded: fix a typoMarek Olšák1-1/+1
2017-08-25Revert "egl/android: add missing include"Eric Engestrom1-1/+0
2017-08-25mesa: add KHR_no_error support to glBindBufferOffsetEXT()Samuel Pitoiset3-1/+15
2017-08-25mesa: add bind_buffer_offset() helperSamuel Pitoiset1-13/+23
2017-08-25mesa: add KHR_no_error support to glTransformFeedbackVaryings()Samuel Pitoiset3-1/+17
2017-08-25mesa: add transform_feedback_varyings() helperSamuel Pitoiset1-26/+37
2017-08-25mesa: add KHR_no_error support to glResumeTransformFeedback()Samuel Pitoiset3-1/+12
2017-08-25mesa: add resume_transform_feedback() helperSamuel Pitoiset1-7/+15
2017-08-25mesa: add KHR_no_error support to glPauseTransformFeedback()Samuel Pitoiset3-1/+12
2017-08-25mesa: add pause_transform_feedback() helperSamuel Pitoiset1-7/+15
2017-08-25mesa: add KHR_no_error support to glEndTransformFeedback()Samuel Pitoiset3-1/+12
2017-08-25mesa: add end_transform_feedback() helperSamuel Pitoiset1-9/+17
2017-08-25mesa: add KHR_no_error support to glBeginTransformFeedback()Samuel Pitoiset3-1/+12
2017-08-25mesa: add begin_transform_feedback() helperSamuel Pitoiset1-20/+35
2017-08-25mesa: add KHR_no_error support to glBindTransformFeedback()Samuel Pitoiset3-1/+12
2017-08-25mesa: add bind_transform_feedback() helperSamuel Pitoiset1-10/+18
2017-08-25mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao()Samuel Pitoiset1-4/+16
2017-08-25mesa: don't error check the default buffer object in glBindBufferOffsetEXT()Samuel Pitoiset1-6/+5
2017-08-25mesa: add _fallback suffix to the default transform feedback functionsSamuel Pitoiset1-17/+17
2017-08-25mesa: remove unnecessary check in _mesa_init_transform_feedback_object()Samuel Pitoiset1-3/+0
2017-08-25mesa: check allocation failures in new_transform_feedback()Samuel Pitoiset1-0/+4
2017-08-25mesa: remove unused _mesa_validate_transform_feedback_buffers()Samuel Pitoiset2-19/+0
2017-08-25egl/wayland: Use roundtrips when awaiting buffer releaseKai Chen1-2/+7
2017-08-25glsl: fix glsl_struct_field size calculations for shader cacheNicolai Hähnle1-7/+4
2017-08-25a2xx: fix DST_ALPHA blending for non-alpha formatsIlia Mirkin3-5/+21
2017-08-25a2xx: set constant blend colorIlia Mirkin1-0/+9
2017-08-25radeonsi: set IF_THRESHOLD to 4Timothy Arceri1-1/+1
2017-08-25util/disk_cache: write cache item metadata to diskTimothy Arceri1-1/+87
2017-08-25glsl: pass shader source keys to the disk cacheTimothy Arceri6-16/+34
2017-08-25util/disk_cache: add struct cache_item_metadataTimothy Arceri1-0/+20
2017-08-25disk_cache: enable limited hash collision detection in release buildsTimothy Arceri1-16/+10
2017-08-25util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri3-14/+42
2017-08-25radv: don't crash if we have no framebufferDave Airlie1-0/+4
2017-08-25radv/gfx9: gfx9 has buffer sizing rules like pre-VI.Dave Airlie1-1/+1
2017-08-25radv: fix predication on gfx9Dave Airlie1-1/+3
2017-08-24anv,i965: Move CS shared lowering into anvJason Ekstrand2-2/+5
2017-08-24ac/debug: use util_strchrnul() to fix android build errorMauro Rossi1-1/+2
2017-08-24radeonsi: get the raster config from AMDGPU on SIMarek Olšák3-0/+22
2017-08-24radeonsi: clean up setting GRBM_GFX_INDEXMarek Olšák1-19/+22