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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: add new helpers for user index buffer uploading
Marek Olšák
2017-02-25
2
-0
/
+35
*
gallium/util: (trivial) fix util_clear_render_target
Roland Scheidegger
2017-02-24
1
-7
/
+8
*
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
2017-02-24
1
-37
/
+0
*
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2017-02-24
1
-0
/
+42
*
gallium: implement util_clear_texture
Lars Hamre
2017-02-24
2
-145
/
+248
*
haiku: build fixes around debug defines
Jerome Duval
2017-02-24
1
-2
/
+2
*
vl: u_upload_alloc might fail to allocate buffer in bicubic filter
Nayan Deshmukh
2017-02-22
1
-3
/
+5
*
gallium/hud: handle a thread switch for API-thread-busy monitoring
Marek Olšák
2017-02-22
1
-4
/
+10
*
gallium/hud: prevent an infinite loop
Marek Olšák
2017-02-22
1
-2
/
+3
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
2
-20
/
+24
*
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2017-02-22
2
-2
/
+78
*
gallium/vl: Simplify the matrix filter fragment shader
Thomas Hellstrom
2017-02-22
1
-40
/
+16
*
gallium/vl: Parameter substitution in the csc matrix computation
Thomas Hellstrom
2017-02-22
1
-12
/
+17
*
gallium/vl: Simplify usage of full range matrices
Thomas Hellstrom
2017-02-22
1
-38
/
+17
*
gallium/vl Fix brightness matrix description
Thomas Hellstrom
2017-02-22
1
-4
/
+4
*
gallium/vl: Don't map vertex buffers on creation
Thomas Hellstrom
2017-02-22
1
-1
/
+0
*
gallium/vl: Add sampler views to video filter fragment shaders
Thomas Hellstrom
2017-02-22
3
-0
/
+15
*
gallium/vl: declare sampler views in compositor shaders
Thomas Hellstrom
2017-02-22
1
-5
/
+32
*
gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
Marek Olšák
2017-02-21
2
-4
/
+19
*
tgsi/scan: add basic info about tessellation OUT and IN uses
Marek Olšák
2017-02-21
2
-0
/
+34
*
gallium: do not #include foo.h within extern C {}
Emil Velikov
2017-02-21
1
-2
/
+2
*
gallivm: Reenable PPC VSX (v3)
Ben Crocker
2017-02-20
1
-1
/
+13
*
gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
Ben Crocker
2017-02-20
1
-0
/
+13
*
gallivm: Improve debug output (V2)
Ben Crocker
2017-02-20
2
-1
/
+18
*
gallium/u_suballoc: update comments
Marek Olšák
2017-02-20
1
-3
/
+5
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
2
-3
/
+9
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
7
-54
/
+1
*
tgsi/lowering: stop using TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-4
/
+13
*
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
2
-5
/
+19
*
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: add extern "C" guards
George Kyriazis
2017-02-16
2
-0
/
+15
*
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
5
-12
/
+18
*
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/vl: use the common uploader
Marek Olšák
2017-02-14
2
-13
/
+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/u_upload_mgr: add a helper that creates the default uploader
Marek Olšák
2017-02-14
2
-0
/
+16
*
tgsi: fix memory leak in tgsi sanity check
Dave Airlie
2017-02-14
1
-3
/
+5
[next]