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: os_process fixes for Android
Rob Herring
2017-06-30
1
-2
/
+2
*
pipe_loader_sw: fix compilation warning
Brian Paul
2017-06-27
1
-1
/
+2
*
Android: add renderonly files to libmesa_gallium
Rob Herring
2017-06-26
1
-0
/
+1
*
gallium/hud: add glthread counters
Marek Olšák
2017-06-26
3
-0
/
+91
*
gallium/hud: add API-thread-busy for monitoring the thread load
Marek Olšák
2017-06-26
3
-4
/
+22
*
gallium/hud: add hud_pane::hud pointer
Marek Olšák
2017-06-26
2
-3
/
+6
*
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
2017-06-26
3
-0
/
+15
*
gallium/hud: move struct hud_context to hud_private.h
Marek Olšák
2017-06-26
2
-46
/
+48
*
gallium/hud: rename API-thread-busy to main-thread-busy
Marek Olšák
2017-06-26
3
-5
/
+5
*
util: move pipe_thread_is_self from gallium to src/util
Marek Olšák
2017-06-26
1
-11
/
+0
*
gallium/radeon: pass create_screen flags to r600_common_screen_init
Marek Olšák
2017-06-23
1
-4
/
+4
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
9
-46
/
+47
*
cso: inline a few frequently-used functions
Marek Olšák
2017-06-22
2
-31
/
+26
*
cso: don't return errors from sampler functions
Marek Olšák
2017-06-22
2
-18
/
+8
*
cso: don't track the number of sampler states bound
Marek Olšák
2017-06-22
1
-36
/
+23
*
egl: turn one more boolean `int` into a `bool`
Eric Engestrom
2017-06-21
1
-1
/
+1
*
gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()
Brian Paul
2017-06-20
1
-1
/
+15
*
gallium/vbuf: add some const qualifiers
Brian Paul
2017-06-20
1
-12
/
+13
*
translate: whitespace fixes in translate_generic.c
Brian Paul
2017-06-20
1
-199
/
+206
*
gallium/hud: support GALLIUM_HUD_DUMP_DIR feature on Windows
Brian Paul
2017-06-16
1
-6
/
+30
*
draw: check for line_width != 1.0f in validate_pipeline()
Brian Paul
2017-06-15
1
-3
/
+4
*
draw: whitespace and formatting fixes
Brian Paul
2017-06-15
2
-60
/
+58
*
gallium: Add renderonly-based support for pl111+vc4.
Eric Anholt
2017-06-15
3
-0
/
+31
*
etnaviv: Only use renderonly_get_handle for GEM handles.
Eric Anholt
2017-06-15
1
-0
/
+1
*
gallium/util: Break recursion in pipe_resource_reference
Michel Dänzer
2017-06-15
1
-2
/
+8
*
tgsi/scan: add missing 'static' to tgsi_is_bindless_image_file()
Samuel Pitoiset
2017-06-14
1
-1
/
+1
*
tgsi/scan: record bindless samplers/images usage
Samuel Pitoiset
2017-06-14
2
-0
/
+49
*
tgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst registers
Samuel Pitoiset
2017-06-14
1
-2
/
+0
*
tc: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
3
-1
/
+133
*
gallium/util: whitespace, formatting fixes in u_upload_mgr.c
Brian Paul
2017-06-13
1
-25
/
+29
*
vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_create
Marek Olšák
2017-06-12
1
-1
/
+1
*
gallium: fixed modulo zero crashes in tgsi interpreter (v2)
Marius Gräfe
2017-06-10
1
-20
/
+20
*
util: Move u_dynarray to src/util
Thomas Helland
2017-06-07
2
-115
/
+0
*
util/u_queue: add an option to set the minimum thread priority
Marek Olšák
2017-06-07
1
-1
/
+1
*
gallium/u_blitter: use 2D_ARRAY for cubemap blits if possible
Marek Olšák
2017-06-07
2
-19
/
+36
*
gallium/u_blitter: use TXF if possible
Marek Olšák
2017-06-07
1
-102
/
+190
*
gallium/u_blitter: use TEX_LZ if it's supported
Marek Olšák
2017-06-07
1
-4
/
+8
*
gallium/util: add _LZ and TXF options to simple shaders
Marek Olšák
2017-06-07
5
-32
/
+75
*
gallium/ureg: add TEX/TXF_LZ opcodes to ureg
Marek Olšák
2017-06-07
1
-0
/
+2
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
3
-3
/
+3
*
gallium/u_threaded: fixes for MSVC
Brian Paul
2017-06-05
1
-7
/
+9
*
tgsi/scan: fix scanning fragment shaders with PrimID and Position/Face
Marek Olšák
2017-06-05
1
-7
/
+10
*
gallium/u_threaded: remove 16 bytes from tc_batch
Marek Olšák
2017-06-05
2
-3
/
+0
*
gallium/u_threaded: align batches and call slots to 16 bytes
Marek Olšák
2017-06-05
2
-3
/
+17
*
Android: use bionic pthread_barrier_* if possible
Chih-Wei Huang
2017-06-05
1
-1
/
+1
*
gallium: Add TGSI shader token for ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
gallium/os: use mmap64 for Android
Rob Herring
2017-05-25
1
-18
/
+3
*
tgsi: remove unused tgsi_is_passthrough_shader()
Samuel Pitoiset
2017-05-24
2
-79
/
+0
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-19
3
-15
/
+35
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-19
1
-0
/
+1
[next]