index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: style clean-ups in blob.h
Timothy Arceri
2017-02-25
1
-21
/
+21
*
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal
Brian Paul
2017-02-24
1
-1
/
+1
*
vc4: Lazily emit our FS/VS input loads.
Eric Anholt
2017-02-24
4
-75
/
+93
*
vc4: Refactor the load_input code out of the intrinsic code.
Eric Anholt
2017-02-24
1
-25
/
+42
*
vc4: Track the last block we emitted at the top level.
Eric Anholt
2017-02-24
3
-5
/
+10
*
vc4: Emit max number of temps in the shader-db output.
Eric Anholt
2017-02-24
1
-0
/
+23
*
util/disk_cache: Use backward compatible st_mtime.
Vinson Lee
2017-02-24
1
-1
/
+1
*
glsl: Fix missing-braces warning.
Vinson Lee
2017-02-24
1
-1
/
+1
*
ac: silence a warning
Marek Olšák
2017-02-25
1
-2
/
+1
*
radeonsi: fix broken tessellation on Carrizo and Stoney
Marek Olšák
2017-02-25
1
-1
/
+3
*
st/mesa: don't update unrelated states in non-draw calls such as Clear
Marek Olšák
2017-02-25
6
-4
/
+21
*
st/mesa: set blend state for PBO readbacks
Marek Olšák
2017-02-25
1
-0
/
+6
*
st/mesa: reset sample_mask, min_sample, and render_condition for PBO ops
Marek Olšák
2017-02-25
2
-0
/
+13
*
st/mesa: don't check st->vp in update_clip
Marek Olšák
2017-02-25
1
-4
/
+2
*
trace: remove pipe_resource wrapping
Marek Olšák
2017-02-25
7
-260
/
+40
*
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
17
-20
/
+0
*
st/mesa: assume all drivers support user index buffers
Marek Olšák
2017-02-25
3
-40
/
+13
*
svga: implement user index buffers
Marek Olšák
2017-02-25
2
-2
/
+13
*
freedreno: add support for user index buffers
Marek Olšák
2017-02-25
2
-1
/
+13
*
etnaviv: add support for user index buffers
Marek Olšák
2017-02-25
2
-1
/
+13
*
gallium/util: add new helpers for user index buffer uploading
Marek Olšák
2017-02-25
2
-0
/
+35
*
nir: delete magic number
Elie TOURNIER
2017-02-24
1
-1
/
+11
*
gallium/util: (trivial) fix util_clear_render_target
Roland Scheidegger
2017-02-24
1
-7
/
+8
*
util: automake: add sha1/README to the tarball
Emil Velikov
2017-02-24
1
-1
/
+4
*
mapi: remove unused mapi.[ch]
Emil Velikov
2017-02-24
3
-254
/
+0
*
blorp: automake: add TODO to the tarball
Emil Velikov
2017-02-24
1
-0
/
+2
*
anv: automake: add TODO to the tarball
Emil Velikov
2017-02-24
1
-1
/
+2
*
vc4: automake: add the kernel/README to the tarball
Emil Velikov
2017-02-24
1
-0
/
+2
*
nir: automake: add the README to the tarball
Emil Velikov
2017-02-24
1
-0
/
+1
*
radv/entrypoints: Only generate entrypoints for supported features
Emil Velikov
2017-02-24
1
-3
/
+42
*
main/performance_query: s/GLboolean/bool/
Robert Bragg
2017-02-24
2
-6
/
+6
*
eglapi: replace linear entrypoint search with binary search
Eric Engestrom
2017-02-24
1
-13
/
+24
*
egl: make sure entrypoints list is always sorted
Eric Engestrom
2017-02-24
2
-1
/
+7
*
egl: distribute all tests
Eric Engestrom
2017-02-24
1
-1
/
+1
*
eglapi: move entrypoints list out to its own file
Eric Engestrom
2017-02-24
3
-77
/
+79
*
eglapi: sort entrypoints list
Eric Engestrom
2017-02-24
1
-37
/
+37
*
eglapi: use macro to map entrypoints to functions
Eric Engestrom
2017-02-24
1
-74
/
+75
*
eglapi: add entrypoint for eglClientWaitSyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+24
*
eglapi: add entrypoint for eglDestroySyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+21
*
eglapi: add entrypoint for eglDestroyImageKHR
Eric Engestrom
2017-02-24
1
-7
/
+21
*
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
2017-02-24
2
-57
/
+28
*
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2017-02-24
3
-19
/
+130
*
configure.ac: check require_basic_egl only if egl enabled
Leo Liu
2017-02-24
1
-1
/
+3
*
glx: add GLXdispatchIndex sort check
Eric Engestrom
2017-02-24
2
-1
/
+25
*
docs: update features.txt for GL_ARB_clear_texture with llvmpipe and softpipe
Lars Hamre
2017-02-24
1
-1
/
+1
*
softpipe: enable clear_texture with util_clear_texture
Lars Hamre
2017-02-24
2
-1
/
+4
*
llvmpipe: enable clear_texture with util_clear_texture
Lars Hamre
2017-02-24
2
-2
/
+4
*
gallium: implement util_clear_texture
Lars Hamre
2017-02-24
2
-145
/
+248
*
haiku/winsys: fix dt prototype args
Jerome Duval
2017-02-24
1
-1
/
+2
*
haiku: build fixes around debug defines
Jerome Duval
2017-02-24
1
-2
/
+2
[next]