etnaviv: add support for swizzled texture formats
[mesa.git] / src / gallium / auxiliary /
2017-06-26 Marek Olšákgallium/hud: add glthread counters
2017-06-26 Marek Olšákgallium/hud: add API-thread-busy for monitoring the...
2017-06-26 Marek Olšákgallium/hud: add hud_pane::hud pointer
2017-06-26 Marek Olšákmesa/glthread: add glthread "perf" counters and pass...
2017-06-26 Marek Olšákgallium/hud: move struct hud_context to hud_private.h
2017-06-26 Marek Olšákgallium/hud: rename API-thread-busy to main-thread...
2017-06-26 Marek Olšákutil: move pipe_thread_is_self from gallium to src...
2017-06-23 Marek Olšákgallium/radeon: pass create_screen flags to r600_common...
2017-06-23 Marek Olšákgallium: allow passing 'unsigned flags' to create_screen()
2017-06-21 Marek Olšákcso: inline a few frequently-used functions
2017-06-21 Marek Olšákcso: don't return errors from sampler functions
2017-06-21 Marek Olšákcso: don't track the number of sampler states bound
2017-06-21 Eric Engestromegl: turn one more boolean `int` into a `bool`
2017-06-20 Brian Paulgallium/vbuf: avoid segfault when we get invalid glDraw...
2017-06-20 Brian Paulgallium/vbuf: add some const qualifiers
2017-06-20 Brian Paultranslate: whitespace fixes in translate_generic.c
2017-06-16 Brian Paulgallium/hud: support GALLIUM_HUD_DUMP_DIR feature on...
2017-06-15 Brian Pauldraw: check for line_width != 1.0f in validate_pipeline()
2017-06-15 Brian Pauldraw: whitespace and formatting fixes
2017-06-15 Eric Anholtgallium: Add renderonly-based support for pl111+vc4.
2017-06-15 Eric Anholtetnaviv: Only use renderonly_get_handle for GEM handles.
2017-06-15 Michel Dänzergallium/util: Break recursion in pipe_resource_reference
2017-06-14 Samuel Pitoisettgsi/scan: add missing 'static' to tgsi_is_bindless_ima...
2017-06-14 Samuel Pitoisettgsi/scan: record bindless samplers/images usage
2017-06-14 Samuel Pitoisettgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst...
2017-06-14 Samuel Pitoisettc: add ARB_bindless_texture support
2017-06-13 Brian Paulgallium/util: whitespace, formatting fixes in u_upload_...
2017-06-12 Marek Olšákvl,omx,va,vdpau,xvmc: don't set the priv pointer in...
2017-06-10 Marius Gräfegallium: fixed modulo zero crashes in tgsi interpreter...
2017-06-07 Thomas Hellandutil: Move u_dynarray to src/util
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Marek Olšákgallium/u_blitter: use 2D_ARRAY for cubemap blits if...
2017-06-07 Marek Olšákgallium/u_blitter: use TXF if possible
2017-06-07 Marek Olšákgallium/u_blitter: use TEX_LZ if it's supported
2017-06-07 Marek Olšákgallium/util: add _LZ and TXF options to simple shaders
2017-06-07 Marek Olšákgallium/ureg: add TEX/TXF_LZ opcodes to ureg
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-05 Brian Paulgallium/u_threaded: fixes for MSVC
2017-06-05 Marek Olšáktgsi/scan: fix scanning fragment shaders with PrimID...
2017-06-05 Marek Olšákgallium/u_threaded: remove 16 bytes from tc_batch
2017-06-05 Marek Olšákgallium/u_threaded: align batches and call slots to...
2017-06-05 Chih-Wei HuangAndroid: use bionic pthread_barrier_* if possible
2017-06-03 Lyudegallium: Add TGSI shader token for ARB_post_depth_coverage
2017-05-25 Rob Herringgallium/os: use mmap64 for Android
2017-05-24 Samuel Pitoisettgsi: remove unused tgsi_is_passthrough_shader()
2017-05-19 Emil Velikovauxiliary/vl: use vl_*_screen_create stubs when buildin...
2017-05-19 Emil Velikovconfigure: check once for DRI3 dependencies
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-18 Samuel Pitoisettgsi: store the sampler view type directly in the instr...
2017-05-18 Samuel Pitoisettgsi: remove some unused OPCODE macros
2017-05-18 Tom Stellardgallivm: Make sure module has the correct data layout...
2017-05-16 Rob Clarkttn: fix dest size for some texture instructions
2017-05-16 Rob Clarkttn: fix txd src sizes
2017-05-16 Rob Clarkttn: fix txs dest size
2017-05-15 Marek Olšákgallium/u_threaded: drop and ignore all non-async debug...
2017-05-15 Marek Olšákgallium/util: add threaded_context as a pipe_context...
2017-05-15 Marek Olšákgallium/u_upload: add u_upload_clone
2017-05-15 Eric Anholtrenderonly: Initialize fields of struct winsys_handle.
2017-05-11 Rob HerringAndroid: rework LLVM build support
2017-05-11 Rob HerringAndroid: Fix swrast only build
2017-05-11 Michel Dänzergallivm: Fix build against LLVM SVN >= r302589
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-05-10 Nicolai Hähnlegallium/util: dump tokens in util_dump_shader_state...
2017-05-10 Nicolai Hähnlegallium/util: add util_dump_grid_info
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-02 Eric Anholtgallium: Enable ARM NEON CPU detection.
2017-05-02 Philipp Zabelrenderonly: use drmIoctl
2017-05-02 Philipp Zabelrenderonly: drop resources on destroy
2017-05-02 Philipp Zabelrenderonly: close transfer prime_fd
2017-04-29 Ilia Mirkingallium/targets: fix bool setting on BE architectures
2017-04-28 Marek Olšáktgsi/scan: record compute shader system value usage
2017-04-26 Brian Paulgallium/util: reduce util_snprintf() calls in debug_flu...
2017-04-26 Brian Paulgallium/util: add some comments in u_debug_flush.c
2017-04-26 Brian Pauldraw: whitespace fixes in draw_pipe_vbuf.c
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-25 Samuel Pitoisetgallium: remove u_caps.c/h interface
2017-04-25 Marek Olšákgallium/util: add debugging helpers printing pipeline...
2017-04-20 Marek Olšákgallium/util: remove util_draw_range_elements helper
2017-04-14 Nicolai Hähnlegallium/ddebug: dump missing members of pipe_draw_info
2017-04-13 Edmondo Tommasinagallium/hud: set the dump file streams to line buffered
2017-04-13 Samuel Pitoisetdraw: remove unused wideline_stage()
2017-04-13 Samuel Pitoisetdraw: remove unused overflow()
2017-04-07 Nicolai Hähnleutil: fix swizzle of INSTANCEID system value
2017-04-07 Brian Paulgallivm: init vars to silence gcc warnings
2017-04-07 Rob Clarkgallium/util: tweak backtrace format with libunwind
2017-04-07 Rob Clarkgallium/util: cache symbol lookup with libunwind
2017-04-07 Rob Clarkgallium/util: fix missing limit check in libunwind...
2017-04-05 Emil Velikovgallium/util: honour LIBUNWIND_CFLAGS
2017-04-05 Ilia Mirkintgsi: add SUBGROUP_* semantics
2017-04-05 Ilia Mirkintgsi: add BALLOT/READ_* opcodes
2017-04-04 Marek Olšákgallium: decrease the size of pipe_draw_info - 88 ...
2017-04-04 Marek Olšákgallium: decrease the size of pipe_resource - 64 -...
2017-04-03 Rob Clarkgallium/util: libunwind support
2017-04-03 Rob Clarkgallium/util: clean up stack frame printing
2017-04-01 Samuel Pitoisetgallivm: add lp_build_emit_fetch_src() helper
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Marek Olšákradeonsi: add tests verifying that VM faults don't...
next