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
*
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
*
radv: change base aligmment for allocated memory.
Dave Airlie
2017-02-15
1
-1
/
+1
*
anv: Add support for shaderStorageImageWriteWithoutFormat
Alex Smith
2017-02-14
6
-23
/
+65
*
spirv: Add support for SpvCapabilityStorageImageWriteWithoutFormat
Alex Smith
2017-02-14
3
-2
/
+9
*
nir/spirv: do not require a format with images that are not sampled
Iago Toral Quiroga
2017-02-14
1
-2
/
+0
*
anv/apply_pipeline_layout: Set image.write_only to false
Jason Ekstrand
2017-02-14
1
-0
/
+12
*
intel/isl: Add format metadata for typed reads/writes
Jason Ekstrand
2017-02-14
2
-251
/
+291
*
anv/cmd_buffer: Return a VkResult from verify_cmd_parser
Jason Ekstrand
2017-02-14
1
-7
/
+7
*
nvc0: disable linked tsc mode in compute launch descriptor
Ilia Mirkin
2017-02-13
2
-2
/
+6
*
mesa: Add EXT_frag_depth bits and enable it on all drivers
Anuj Phogat
2017-02-13
4
-0
/
+7
*
radeonsi: use common sendmsg emission function.
Dave Airlie
2017-02-14
1
-26
/
+6
*
radv/ac: use sendmsg emission interface.
Dave Airlie
2017-02-14
1
-26
/
+4
[next]