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
*
glapi: Generate GL API marshalling code from the XML.
Paul Berry
2017-03-16
7
-0
/
+518
*
glapi: Mark compressed teximage functions as sync.
Eric Anholt
2017-03-16
1
-5
/
+5
*
glapi: Annotate functions with "marshal" attribute.
Paul Berry
2017-03-16
6
-27
/
+44
*
egl: Implement __DRI_BACKGROUND_CALLABLE
Eric Anholt
2017-03-16
5
-1
/
+22
*
glx: Implement __DRI_BACKGROUND_CALLABLE
Paul Berry
2017-03-16
2
-1
/
+30
*
mesa: Add SetBackgroundContext to dd_function_table
Paul Berry
2017-03-16
2
-0
/
+21
*
dri: Update dri_util to keep track of __DRI_BACKGROUND_CALLABLE
Paul Berry
2017-03-16
2
-0
/
+3
*
dri_interface: Add new marshalling interfaces to dri_interface.h
Paul Berry
2017-03-16
1
-0
/
+39
*
gallivm: (trivial) remove duplicated line
Roland Scheidegger
2017-03-16
1
-1
/
+0
*
draw: (trivial) remove a unnecessary lp_build_alloca()
Roland Scheidegger
2017-03-16
1
-2
/
+0
*
swr: support layer output in geometry shaders
Ilia Mirkin
2017-03-15
1
-0
/
+2
*
Revert "radv: Emit cache flushes before CP DMA."
Bas Nieuwenhuizen
2017-03-16
1
-3
/
+0
*
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
2017-03-15
2
-16
/
+46
*
util/disk_cache: do eviction before creating .tmp
Grazvydas Ignotas
2017-03-16
1
-10
/
+8
*
swr: validate backend state numAttributes
Tim Rowley
2017-03-15
1
-0
/
+2
*
gbm: Export a get modifiers
Ben Widawsky
2017-03-15
5
-0
/
+66
*
i965: introduce modifier selection.
Ben Widawsky
2017-03-15
1
-0
/
+19
*
egl/drm: Use modifiers for backbuffer creation
Ben Widawsky
2017-03-15
1
-4
/
+15
*
gbm: Introduce modifiers into surface/bo creation
Ben Widawsky
2017-03-15
5
-12
/
+116
*
i965: Implement basic modifier image creation
Ben Widawsky
2017-03-15
1
-4
/
+34
*
dri: Add an image creation with modifiers
Ben Widawsky
2017-03-15
1
-1
/
+26
*
radeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
2
-6
/
+16
*
glsl_to_tgsi: use TEX_LZ and TXF_LZ when available
Marek Olšák
2017-03-15
1
-6
/
+20
*
glsl_to_tgsi: remove a redundant statement
Marek Olšák
2017-03-15
1
-2
/
+0
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
4
-5
/
+39
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
17
-0
/
+18
*
radeonsi: disable sinking common instructions down to the end block
Samuel Pitoiset
2017-03-15
1
-0
/
+11
*
tgsi: add missing compute shader entry in tgsi_get_processor_name()
Samuel Pitoiset
2017-03-15
1
-0
/
+2
*
radeonsi: clean up tex_fetch_ptrs()
Samuel Pitoiset
2017-03-15
1
-6
/
+4
*
configure.ac: bump pthread-stubs requirement
Emil Velikov
2017-03-15
1
-1
/
+1
*
glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW
Emil Velikov
2017-03-15
3
-4
/
+0
*
anv: do not open random render node(s)
Emil Velikov
2017-03-15
2
-17
/
+39
*
radv: do not open random render node(s)
Emil Velikov
2017-03-15
1
-12
/
+36
*
radv/winsys: use drmGetDevice2 API
Emil Velikov
2017-03-15
2
-2
/
+3
*
winsys/amdgpu: use drmGetDevice2 API
Emil Velikov
2017-03-15
1
-2
/
+2
*
loader: use drmGetDevice[s]2 API
Emil Velikov
2017-03-15
1
-3
/
+3
*
autoconf/scons: bump libdrm to 2.4.75
Emil Velikov
2017-03-15
2
-2
/
+2
*
util/sha1: drop _mesa_sha1_{update, format} return type
Emil Velikov
2017-03-15
4
-16
/
+14
*
util/sha1: rework _mesa_sha1_{init,final}
Emil Velikov
2017-03-15
6
-64
/
+44
*
util/sha1: add non-typedef name for the SHA1_CTX struct
Emil Velikov
2017-03-15
2
-1
/
+4
*
radv: Remove unused descriptor set field.
Bas Nieuwenhuizen
2017-03-15
1
-1
/
+0
*
r600: refactor binding code for attach buffer to CB.
Dave Airlie
2017-03-15
1
-33
/
+78
*
r600: refactor out CB setup.
Dave Airlie
2017-03-15
1
-104
/
+143
*
r600: refactor texture resource words setup code.
Dave Airlie
2017-03-15
1
-88
/
+131
*
r600: factor out the code to initialise a buffer resource.
Dave Airlie
2017-03-15
1
-29
/
+51
*
r600g: make framebuffer atom rely on dual src blend state.
Dave Airlie
2017-03-15
4
-2
/
+7
*
intel/debug: Add a common INTEL_DEBUG=nohiz option
Jason Ekstrand
2017-03-14
5
-6
/
+4
*
anv/image: Move handling of INTEL_VK_HIZ
Jason Ekstrand
2017-03-14
1
-2
/
+2
*
radv: trivial tidy ups
Timothy Arceri
2017-03-15
2
-5
/
+2
*
util/disk_cache: scale cache according to filesystem size
Alan Swanson
2017-03-15
1
-3
/
+8
[next]