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
*
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
*
radv: add sample mask output support
Dave Airlie
2017-02-24
3
-2
/
+9
*
radv/ac: refactor our fmask sample index fixup.
Dave Airlie
2017-02-24
1
-122
/
+107
*
radv: fetch sample index via fmask for image coord as well.
Dave Airlie
2017-02-24
1
-54
/
+126
*
radv: add sample mask input support
Dave Airlie
2017-02-24
1
-1
/
+6
*
radv: enable location at sample when persample is forced.
Dave Airlie
2017-02-24
1
-0
/
+3
*
radv: fix interpolation at wrong place for offset interp
Dave Airlie
2017-02-24
2
-3
/
+4
*
swr: fix index buffers with non-zero indices
George Kyriazis
2017-02-23
5
-6
/
+62
*
swr: add fetch shader cache
George Kyriazis
2017-02-23
6
-15
/
+50
*
st/mesa: free shader cache buffer on fallback
Timothy Arceri
2017-02-24
1
-1
/
+3
*
st/mesa: fix crash in shader cache cased by race condition
Timothy Arceri
2017-02-24
1
-6
/
+8
[next]