aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compiler: style clean-ups in blob.hTimothy Arceri2017-02-251-21/+21
* svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removalBrian Paul2017-02-241-1/+1
* vc4: Lazily emit our FS/VS input loads.Eric Anholt2017-02-244-75/+93
* vc4: Refactor the load_input code out of the intrinsic code.Eric Anholt2017-02-241-25/+42
* vc4: Track the last block we emitted at the top level.Eric Anholt2017-02-243-5/+10
* vc4: Emit max number of temps in the shader-db output.Eric Anholt2017-02-241-0/+23
* util/disk_cache: Use backward compatible st_mtime.Vinson Lee2017-02-241-1/+1
* glsl: Fix missing-braces warning.Vinson Lee2017-02-241-1/+1
* ac: silence a warningMarek Olšák2017-02-251-2/+1
* radeonsi: fix broken tessellation on Carrizo and StoneyMarek Olšák2017-02-251-1/+3
* st/mesa: don't update unrelated states in non-draw calls such as ClearMarek Olšák2017-02-256-4/+21
* st/mesa: set blend state for PBO readbacksMarek Olšák2017-02-251-0/+6
* st/mesa: reset sample_mask, min_sample, and render_condition for PBO opsMarek Olšák2017-02-252-0/+13
* st/mesa: don't check st->vp in update_clipMarek Olšák2017-02-251-4/+2
* trace: remove pipe_resource wrappingMarek Olšák2017-02-257-260/+40
* gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák2017-02-2517-20/+0
* st/mesa: assume all drivers support user index buffersMarek Olšák2017-02-253-40/+13
* svga: implement user index buffersMarek Olšák2017-02-252-2/+13
* freedreno: add support for user index buffersMarek Olšák2017-02-252-1/+13
* etnaviv: add support for user index buffersMarek Olšák2017-02-252-1/+13
* gallium/util: add new helpers for user index buffer uploadingMarek Olšák2017-02-252-0/+35
* nir: delete magic numberElie TOURNIER2017-02-241-1/+11
* gallium/util: (trivial) fix util_clear_render_targetRoland Scheidegger2017-02-241-7/+8
* util: automake: add sha1/README to the tarballEmil Velikov2017-02-241-1/+4
* mapi: remove unused mapi.[ch]Emil Velikov2017-02-243-254/+0
* blorp: automake: add TODO to the tarballEmil Velikov2017-02-241-0/+2
* anv: automake: add TODO to the tarballEmil Velikov2017-02-241-1/+2
* vc4: automake: add the kernel/README to the tarballEmil Velikov2017-02-241-0/+2
* nir: automake: add the README to the tarballEmil Velikov2017-02-241-0/+1
* radv/entrypoints: Only generate entrypoints for supported featuresEmil Velikov2017-02-241-3/+42
* main/performance_query: s/GLboolean/bool/Robert Bragg2017-02-242-6/+6
* eglapi: replace linear entrypoint search with binary searchEric Engestrom2017-02-241-13/+24
* egl: make sure entrypoints list is always sortedEric Engestrom2017-02-242-1/+7
* egl: distribute all testsEric Engestrom2017-02-241-1/+1
* eglapi: move entrypoints list out to its own fileEric Engestrom2017-02-243-77/+79
* eglapi: sort entrypoints listEric Engestrom2017-02-241-37/+37
* eglapi: use macro to map entrypoints to functionsEric Engestrom2017-02-241-74/+75
* eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom2017-02-241-7/+24
* eglapi: add entrypoint for eglDestroySyncKHREric Engestrom2017-02-241-7/+21
* eglapi: add entrypoint for eglDestroyImageKHREric Engestrom2017-02-241-7/+21
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-242-57/+28
* st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2017-02-243-19/+130
* configure.ac: check require_basic_egl only if egl enabledLeo Liu2017-02-241-1/+3
* glx: add GLXdispatchIndex sort checkEric Engestrom2017-02-242-1/+25
* docs: update features.txt for GL_ARB_clear_texture with llvmpipe and softpipeLars Hamre2017-02-241-1/+1
* softpipe: enable clear_texture with util_clear_textureLars Hamre2017-02-242-1/+4
* llvmpipe: enable clear_texture with util_clear_textureLars Hamre2017-02-242-2/+4
* gallium: implement util_clear_textureLars Hamre2017-02-242-145/+248
* haiku/winsys: fix dt prototype argsJerome Duval2017-02-241-1/+2
* haiku: build fixes around debug definesJerome Duval2017-02-241-2/+2