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
...
*
gallium: do not #include foo.h within extern C {}
Emil Velikov
2017-02-21
1
-2
/
+2
*
nir: do not #include util/debug.h within extern C {}
Emil Velikov
2017-02-21
1
-1
/
+4
*
glsl: resolve extern C workarounds/hacks
Emil Velikov
2017-02-21
3
-8
/
+4
*
st/mesa: move extern C wrappers where applicable
Emil Velikov
2017-02-21
2
-7
/
+7
*
mesa/tests: remove unneeded extern C { #include foo } hack
Emil Velikov
2017-02-21
1
-2
/
+0
*
mesa: remove unneeded extern C {} wrapper
Emil Velikov
2017-02-21
1
-10
/
+0
*
mesa: annotate functions for C linkage
Emil Velikov
2017-02-21
1
-0
/
+8
*
anv: remove unneeded extern C notation
Emil Velikov
2017-02-21
1
-8
/
+0
*
radv: remove unneeded extern C notation
Emil Velikov
2017-02-21
1
-7
/
+1
*
glsl/tests: Add UINT64 and INT64 types
Rhys Kidd
2017-02-21
1
-0
/
+18
*
docs: fix gamma correction link
Eric Engestrom
2017-02-21
1
-3
/
+2
*
docs: add link to gallium doc
Eric Engestrom
2017-02-21
1
-0
/
+5
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
6
-19
/
+43
*
radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
Nicolai Hähnle
2017-02-21
1
-7
/
+53
*
winsys/amdgpu: reduce max_alloc_size based on GTT limits
Nicolai Hähnle
2017-02-21
1
-2
/
+4
*
radv: Don't flush at the start of a command buffer.
Bas Nieuwenhuizen
2017-02-21
1
-15
/
+0
*
radv: Flush in the initial preamble CS.
Bas Nieuwenhuizen
2017-02-21
3
-90
/
+148
*
radv: Special case the initial preamble.
Bas Nieuwenhuizen
2017-02-21
4
-15
/
+22
*
radv: Split emitting the cache flush out.
Bas Nieuwenhuizen
2017-02-21
1
-64
/
+77
*
radv: Free empty_cs on device destruction.
Bas Nieuwenhuizen
2017-02-21
1
-0
/
+2
*
nvc0: use PascalB for most Pascal boards
Ben Skeggs
2017-02-21
2
-1
/
+9
*
radv: handle subpass cache flushes
Dave Airlie
2017-02-21
1
-48
/
+63
*
r300g: only allow byteswapped formats on big endian
Grazvydas Ignotas
2017-02-21
1
-0
/
+5
*
mesa: remove unused variable warning in release builds
Timothy Arceri
2017-02-21
1
-7
/
+2
*
docs/submittingpatches.html: document the Fixes tag
Emil Velikov
2017-02-20
1
-0
/
+5
*
docs/submittingpatches.html: remove version tag for nominations
Emil Velikov
2017-02-20
1
-8
/
+2
*
docs/submittingpatches.html: add #backports section
Emil Velikov
2017-02-20
1
-3
/
+14
*
docs/submittingpatches.html: rework the #criteria section
Emil Velikov
2017-02-20
1
-74
/
+46
*
travis: bring the scons build on par with AppVeyor
Emil Velikov
2017-02-20
1
-1
/
+1
*
gallivm: Reenable PPC VSX (v3)
Ben Crocker
2017-02-20
1
-1
/
+13
*
gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
Ben Crocker
2017-02-20
1
-0
/
+13
*
gallivm: Improve debug output (V2)
Ben Crocker
2017-02-20
2
-1
/
+18
*
gallium/u_suballoc: update comments
Marek Olšák
2017-02-20
1
-3
/
+5
*
util/build-id: define ElfW and NT_GNU_BUILD_ID if needed
Jonathan Gray
2017-02-20
1
-0
/
+8
*
android: define HAVE_DL_ITERATE_PHDR for build-id code
Mauro Rossi
2017-02-20
1
-0
/
+1
*
android: glsl: build shader cache sources
Mauro Rossi
2017-02-20
1
-0
/
+1
*
android: radeonsi: fix sid_table.h generated header include path
Mauro Rossi
2017-02-20
1
-1
/
+3
*
docs: add news item and link release notes for 13.0.5
Emil Velikov
2017-02-20
2
-0
/
+7
*
docs: add sha256 checksums for 13.0.5
Emil Velikov
2017-02-20
1
-1
/
+2
*
docs: add release notes for 13.0.5
Emil Velikov
2017-02-20
1
-0
/
+209
*
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
2017-02-20
14
-10
/
+98
*
Revert "radv: detect command buffers that do no work and drop them (v2)"
Dave Airlie
2017-02-20
6
-32
/
+8
*
radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate.
Bas Nieuwenhuizen
2017-02-19
1
-2
/
+2
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
5
-6
/
+14
*
radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
Marek Olšák
2017-02-19
1
-2
/
+2
*
radv: handle layered fast clears.
Dave Airlie
2017-02-19
5
-29
/
+43
*
radv: pass subresourceRange by pointer.
Dave Airlie
2017-02-19
1
-13
/
+13
*
radv: fix typo in a2b10g10r10 fast clear calculation.
Dave Airlie
2017-02-19
1
-1
/
+1
*
radv: Invert ring SGPR check.
Bas Nieuwenhuizen
2017-02-19
1
-1
/
+1
*
radv: Clamp framebuffer dimensions to min. attachment dimensions.
Bas Nieuwenhuizen
2017-02-19
1
-6
/
+13
[prev]
[next]