index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: fix a few typos
Eric Engestrom
2017-02-27
9
-13
/
+13
*
gallium/u_queue: set num_threads correctly if not all threads start
Grazvydas Ignotas
2017-02-27
1
-1
/
+1
*
gallium/u_queue: fix a crash with atexit handlers
Grazvydas Ignotas
2017-02-27
1
-0
/
+1
*
radv: Use correct size for availability flag.
Bas Nieuwenhuizen
2017-02-27
1
-2
/
+5
*
radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.
Bas Nieuwenhuizen
2017-02-27
1
-20
/
+45
*
radv: Reset emitted compute pipeline when calling secondary cmd buffer.
Bas Nieuwenhuizen
2017-02-27
1
-0
/
+1
*
radv: add support for NV_dedicated_allocation
Dave Airlie
2017-02-27
4
-20
/
+62
*
radv/winsys: fix freeing imported memory.
Andres Rodriguez
2017-02-27
1
-0
/
+2
*
vulkan/wsi/radv: add initial prime support (v1.1)
Dave Airlie
2017-02-27
10
-21
/
+225
*
radv/ac: Add integer->integer casts.
Bas Nieuwenhuizen
2017-02-26
1
-0
/
+18
*
check: add support for running test as standalone
Eric Engestrom
2017-02-26
2
-0
/
+10
*
check: make any failure fatal
Eric Engestrom
2017-02-26
2
-0
/
+2
*
check: mark two tests are requiring bash
Eric Engestrom
2017-02-26
2
-2
/
+2
*
st/nine: Drop USER_INDEX_BUFFERS check
Mike Lothian
2017-02-25
2
-3
/
+1
*
st/nine: make use of common uploaders v4
Constantine Charlamov
2017-02-25
4
-74
/
+37
*
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
[next]