aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/hud: generalize code for drawing numbers next to graphsMarek Olšák2016-08-221-5/+8
* gallium/hud: draw numbers with 3 decimal places if those aren't 0Marek Olšák2016-08-221-5/+12
* gallium/hud: use sRGB for nicer AA linesMarek Olšák2016-08-221-0/+21
* gallium/hud: use AA lines for graphsMarek Olšák2016-08-221-1/+5
* gallium/hud: don't enable blending for all objectsMarek Olšák2016-08-221-2/+7
* ttn: Use nir_load_front_face instead of the TGSI-style input.Eric Anholt2016-08-191-3/+27
* ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.Eric Anholt2016-08-191-3/+16
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallivm: add lp_build_alloca_undefNicolai Hähnle2016-08-172-0/+24
* gallivm: add create_builder_at_entry helper functionNicolai Hähnle2016-08-171-23/+22
* tgsi/scan: add tgsi_scan_arraysNicolai Hähnle2016-08-172-0/+93
* gallium: remove unused u_clear.h fileBrian Paul2016-08-162-65/+0
* gallium/util: minor reformatting in u_box.hBrian Paul2016-08-161-29/+13
* gallium/u_blitter: split out a helper for common clear stateRob Clark2016-08-162-13/+30
* gallium/u_blitter: add helper to save FS const buffer stateRob Clark2016-08-162-0/+25
* gallium/u_blitter: export some functionsRob Clark2016-08-162-70/+84
* gallium/util: add helper to compute zmin/zmax for a viewport stateIlia Mirkin2016-08-142-1/+61
* vl/rbsp: add a check for emulation prevention three byteLeo Liu2016-08-101-2/+12
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-103-4/+5
* gallium: Add c99_compat.h to u_bitcast.hMathias Fröhlich2016-08-091-0/+2
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-64/+0
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-053-234/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-054-164/+2
* vl/dri3: Destroy Present event context when destroying drawable v2Michel Dänzer2016-08-041-5/+16
* gallium/util: fix align64Marek Olšák2016-08-011-1/+1
* draw: Avoid aliasing violations.Matt Turner2016-08-012-3/+6
* gallium/auxiliary: Add u_bitcast.h header.Matt Turner2016-08-012-0/+58
* auxiliary/os: add new os_get_command_line() functionBrian Paul2016-08-012-0/+52
* u_vbuf: fix potentially bogus assertRob Clark2016-08-011-2/+4
* Revert "gallium/util: fix resource leak"Roland Scheidegger2016-07-301-2/+0
* gallium/util: fix resource leakEric Engestrom2016-07-301-0/+2
* os: add pipe_mutex_assert_locked()Rob Clark2016-07-301-0/+16
* ttn: Update shader->info as we generate code.Eric Anholt2016-07-261-0/+13
* vl/util: add copy func for yv12image to nv12surface v2Boyuan Zhang2016-07-251-0/+37
* gallium/util: don't modify usage in pipe_buffer_writeMarek Olšák2016-07-231-9/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-234-119/+74
* gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák2016-07-222-6/+14
* gallium/pb_cache: reduce the number of pointer dereferencesMarek Olšák2016-07-191-7/+9
* gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák2016-07-193-22/+43
* gallium/pb_cache: check parameters that are more likely to fail firstMarek Olšák2016-07-191-8/+7
* vl: fix memory leakEric Engestrom2016-07-191-7/+1
* vl/dri3: fix a memory leak from front bufferLeo Liu2016-07-181-0/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-3/+3
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-162-2/+10
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-151-0/+2
* gallivm: add helper lp_add_attr_dereferenceableMarek Olšák2016-07-132-0/+14
* vl/compositor: set layer of y or uv to renderLeo Liu2016-07-122-0/+42
* vl/compositor: add weave to yuv shaderLeo Liu2016-07-122-0/+43
* vl/compositor: move weave shader out from rgb weavingLeo Liu2016-07-122-76/+83