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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove tabs in dri xmlconfig.c
Timothy Arceri
2017-02-16
1
-362
/
+362
*
mesa: style fixes for dri xmlconfig.c
Timothy Arceri
2017-02-16
1
-37
/
+94
*
i965: Do not use purged bo after calling glObjectUnpurgeable
Chris Wilson
2017-02-15
1
-9
/
+27
*
Revert "i915: Always enable GL 2.0 support."
Matt Turner
2017-02-15
2
-4
/
+25
*
anv: Use build-id for pipeline cache UUID.
Matt Turner
2017-02-15
2
-21
/
+8
*
util: Add utility build-id code.
Matt Turner
2017-02-15
3
-0
/
+149
*
radv: Add support for shaderStorageImageReadWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
2
-1
/
+2
*
spirv: Add support for SpvCapabilityStorageImageReadWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
2
-1
/
+5
*
radv: Add support for shaderStorageImageWriteWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
2
-2
/
+3
*
getteximage: Return correct error value when texure object is not found
Eduardo Lima Mitev
2017-02-15
1
-2
/
+4
*
util: Fix a typo in Makefile.sources
Jason Ekstrand
2017-02-15
1
-1
/
+1
*
i965: define default allow_higher_compat_version value
Lionel Landwerlin
2017-02-15
1
-0
/
+1
*
drirc: add allow_higher_compat_version for Tropico 5
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
drirc: add allow_higher_compat_version for Crookz - The Big Heist
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
drirc: add allow_higher_compat_version for Worms WMD
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
7
-2
/
+25
*
gallium/radeon: add a HUD query for monitoring the CS thread activity
Marek Olšák
2017-02-15
5
-1
/
+29
*
anv: wsi: report presentation error per image request
Lionel Landwerlin
2017-02-15
1
-8
/
+15
*
egl: remove duplicate 0 assignment
Eric Engestrom
2017-02-15
1
-3
/
+0
*
glx/glvnd: Fix GLXdispatchIndex sorting
Hans de Goede
2017-02-15
1
-4
/
+4
*
radv: also fixup event emission to not get culled.
Dave Airlie
2017-02-15
1
-0
/
+1
*
anv: Use vk_foreach_struct for handling extension structs
Jason Ekstrand
2017-02-14
3
-27
/
+21
*
util: Add helpers for iterating over Vulkan extension structs
Jason Ekstrand
2017-02-14
2
-1
/
+45
*
radv: query cmds should mark a cmd buffer as having draws.
Dave Airlie
2017-02-15
1
-0
/
+4
*
glsl: Handle packed_type == ivec4[] in lower_packed_varyings().
Kenneth Graunke
2017-02-14
1
-1
/
+2
*
anv: Implement the Skylake stencil PMA optimization
Jason Ekstrand
2017-02-14
3
-6
/
+158
*
genxml: Add the CACHE_MODE_0 register on gen9
Jason Ekstrand
2017-02-14
1
-0
/
+28
*
anv/pipeline: Be smarter about depth/stencil state
Jason Ekstrand
2017-02-14
1
-34
/
+141
*
anv/pipeline: Make a copy of VkPipelineDepthStencilStateCreateinfo
Jason Ekstrand
2017-02-14
1
-16
/
+18
*
anv: Add support for the PMA fix on Broadwell
Jason Ekstrand
2017-02-14
9
-2
/
+221
*
genxml: Add the CACHE_MODE_1 register on gen8
Jason Ekstrand
2017-02-14
1
-0
/
+21
*
anv: Disable stencil writes when both write masks are zero
Jason Ekstrand
2017-02-14
4
-2
/
+17
*
anv/entrypoints: Only generate entrypoints for supported features
Jason Ekstrand
2017-02-14
1
-3
/
+41
*
anv: fix Get*MemoryRequirements for !LLC
Connor Abbott
2017-02-14
1
-6
/
+8
*
radeonsi: implement uploading zero-stride vertex attribs
Marek Olšák
2017-02-14
1
-8
/
+23
*
gallium/radeon: include SDMA in the GPU load query
Marek Olšák
2017-02-14
2
-1
/
+12
*
gallium/hud: add monitoring of API thread busy status
Marek Olšák
2017-02-14
3
-0
/
+64
*
gallium/u_queue: add util_queue_get_thread_time_nano
Marek Olšák
2017-02-14
2
-0
/
+12
*
gallium/os: add per-thread time clock queries
Marek Olšák
2017-02-14
1
-0
/
+31
*
st/mesa: tell u_vbuf that GL core doesn't have user VBOs
Marek Olšák
2017-02-14
1
-1
/
+8
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
10
-18
/
+24
*
vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangle
Marek Olšák
2017-02-14
1
-0
/
+7
*
gallium/radeon: add an assertion to texture_transfer_map for app bugs
Marek Olšák
2017-02-14
1
-0
/
+1
*
radeonsi: implement legacy GL_DOUBLE vertex formats
Marek Olšák
2017-02-14
3
-21
/
+117
*
radeonsi: clean up si_get_param
Marek Olšák
2017-02-14
1
-19
/
+11
*
gallium/hud: don't use user vertex buffers
Marek Olšák
2017-02-14
1
-7
/
+19
*
gallium/hud: call u_upload_alloc only once
Marek Olšák
2017-02-14
1
-8
/
+29
*
gallium/u_upload_mgr: remove deprecated function u_upload_buffer
Marek Olšák
2017-02-14
2
-51
/
+0
*
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
2017-02-14
7
-26
/
+33
*
st/mesa: use the common uploader (v2)
Marek Olšák
2017-02-14
7
-44
/
+25
[next]