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
*
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
*
gallium/u_threaded: add a fast path for unbinding shader buffers
Marek Olšák
2017-05-18
1
-3
/
+9
*
gallium/u_threaded: add a fast path for unbinding shader images
Marek Olšák
2017-05-18
1
-4
/
+10
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
3
-6
/
+18
*
tgsi: remove some unused OPCODE macros
Samuel Pitoiset
2017-05-18
2
-200
/
+0
*
gallivm: Make sure module has the correct data layout when pass manager runs
Tom Stellard
2017-05-18
1
-16
/
+18
*
ttn: fix dest size for some texture instructions
Rob Clark
2017-05-16
1
-1
/
+3
*
ttn: fix txd src sizes
Rob Clark
2017-05-16
1
-4
/
+6
*
ttn: fix txs dest size
Rob Clark
2017-05-16
1
-1
/
+2
*
gallium/u_threaded: drop and ignore all non-async debug callbacks
Marek Olšák
2017-05-15
2
-3
/
+8
*
gallium/util: add threaded_context as a pipe_context wrapper
Marek Olšák
2017-05-15
4
-0
/
+2723
*
gallium/u_upload: add u_upload_clone
Marek Olšák
2017-05-15
2
-0
/
+14
*
renderonly: Initialize fields of struct winsys_handle.
Eric Anholt
2017-05-15
1
-0
/
+1
*
Android: rework LLVM build support
Rob Herring
2017-05-11
1
-4
/
+4
*
Android: Fix swrast only build
Rob Herring
2017-05-11
1
-4
/
+3
*
gallivm: Fix build against LLVM SVN >= r302589
Michel Dänzer
2017-05-11
1
-3
/
+9
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
18
-276
/
+138
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
3
-11
/
+16
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
20
-130
/
+144
*
gallium/util: dump tokens in util_dump_shader_state only if type is TGSI
Nicolai Hähnle
2017-05-10
1
-5
/
+7
*
gallium/util: add util_dump_grid_info
Nicolai Hähnle
2017-05-10
2
-0
/
+30
[next]