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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: use a clever alignment for index buffer uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: use a clever alignment for descriptor uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
2017-02-18
5
-1
/
+21
*
radeonsi: move index buffer flushing into a non-upload indexed case
Marek Olšák
2017-02-18
1
-7
/
+6
*
radeonsi: use SI_MAX_ATTRIBS where it should be used
Marek Olšák
2017-02-18
4
-5
/
+5
*
radeonsi: sort members of si_shader_key::part
Marek Olšák
2017-02-18
1
-6
/
+6
*
radeonsi: have separate LS and ES main shader parts in the shader selector
Marek Olšák
2017-02-18
3
-5
/
+49
*
radeonsi: don't compile pure monolithic shaders asynchronously
Marek Olšák
2017-02-18
1
-2
/
+6
*
radeonsi: allow unaligned vertex buffer offsets and strides on CIK-VI
Marek Olšák
2017-02-18
1
-3
/
+9
*
radeonsi: remove the fix_size3 workaround
Marek Olšák
2017-02-18
3
-36
/
+0
*
radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loads
Marek Olšák
2017-02-18
5
-6
/
+60
*
radeonsi: make fix_fetch an array of uint8_t
Marek Olšák
2017-02-18
5
-23
/
+25
*
vl: fix a buffer leak in the bicubic filter by using an uploader
Marek Olšák
2017-02-18
1
-16
/
+11
*
gallium/hud: create files after graphs are created to get final names
Marek Olšák
2017-02-18
5
-12
/
+23
*
gallium/u_suballoc: allow setting pipe_resource::flags
Marek Olšák
2017-02-18
5
-9
/
+24
*
gallium/u_suballoc: use clear_buffer if available
Marek Olšák
2017-02-18
1
-7
/
+14
*
gallium/util: correctly unref a buffer in u_prim_restart
Marek Olšák
2017-02-18
1
-1
/
+1
*
gallium/util: remove unused u_index_modify helpers
Marek Olšák
2017-02-18
2
-101
/
+0
*
gallium/util: remove unused helper util_draw_texquad
Marek Olšák
2017-02-18
2
-72
/
+0
*
gallium/docs: remove documentation of non-existent instructions
Marek Olšák
2017-02-18
1
-26
/
+0
*
swr: remove unneeded extern "C"
George Kyriazis
2017-02-16
1
-3
/
+0
*
gallium: add extern "C" guards
George Kyriazis
2017-02-16
2
-0
/
+15
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
2
-0
/
+3
*
radeonsi: use shared emit_umsb helper.
Dave Airlie
2017-02-16
1
-22
/
+2
*
radeonsi: use shared emit imsb code.
Dave Airlie
2017-02-16
1
-25
/
+3
*
winsys/radeon: remove fall-back defines
Emil Velikov
2017-02-16
3
-47
/
+0
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
2
-0
/
+4
*
gallium/radeon: add a HUD query for monitoring the CS thread activity
Marek Olšák
2017-02-15
5
-1
/
+29
*
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
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
9
-17
/
+23
*
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
*
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
[prev]
[next]