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
...
*
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
*
gallium/vl: use the common uploader
Marek Olšák
2017-02-14
3
-17
/
+2
*
gallium/vbuf: use the common uploader
Marek Olšák
2017-02-14
1
-10
/
+4
*
gallium/blitter: use the common uploader
Marek Olšák
2017-02-14
1
-9
/
+3
*
gallium/primconvert: use the common uploader
Marek Olšák
2017-02-14
1
-10
/
+2
*
gallium/hud: use the common uploader
Marek Olšák
2017-02-14
1
-9
/
+2
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
18
-6
/
+131
*
gallium/u_upload_mgr: add a helper that creates the default uploader
Marek Olšák
2017-02-14
2
-0
/
+16
*
gallium: add common uploaders into pipe_context (v2)
Marek Olšák
2017-02-14
2
-0
/
+34
*
radv: fixup IA_MULTI_VGT_PARAM handling.
Dave Airlie
2017-02-14
4
-31
/
+105
*
radv: fix warning since using common gs emit code
Dave Airlie
2017-02-14
1
-1
/
+0
*
radv: adopt some init config workarounds from radeonsi.
Dave Airlie
2017-02-15
1
-2
/
+9
*
radv: re-enable init gfx state on CIK.
Dave Airlie
2017-02-15
1
-2
/
+1
*
radv: align the initial state command buffer.
Dave Airlie
2017-02-15
1
-0
/
+7
*
radv: fix cik macroModeIndex.
Dave Airlie
2017-02-15
1
-0
/
+14
[prev]
[next]