summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* tgsi: Enable returns from within loopsLars Hamre2016-09-171-0/+4
* ttn: fix warning after 7bf76563eRob Clark2016-09-161-0/+2
* Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...Marek Olšák2016-09-151-57/+48
* tgsi/scan: don't set interp flags for inputs only used by INTERP instructionsMarek Olšák2016-09-131-48/+57
* ddebug: dump shader buffers and imagesMarek Olšák2016-09-132-0/+22
* vl/util: Fix YV12/I420 convert to NV12 U/V reversalAndy Furniss2016-09-131-1/+1
* vl/rbsp: match initial escaped bits with valid in the bufferLeo Liu2016-09-121-2/+4
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-2/+0
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-063-269/+0
* gallium/postprocess: Fix resource freeingThomas Hellstrom2016-09-011-4/+2
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-292-2/+4
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-296-11/+13
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-294-11/+17
* tgsi/scan: remember sampler view typesMarek Olšák2016-08-292-0/+5
* gallium/hud: move signo declaration inside PIPE_OS_UNIX blockBrian Paul2016-08-261-1/+1
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-253-1/+3
* gallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initializationRhys Kidd2016-08-241-1/+0
* vl/rbsp: fix another three byte not detectedLeo Liu2016-08-241-1/+1
* gallium/cso: avoid unnecessary null dereferenceEric Engestrom2016-08-241-1/+1
* gallium/hud: round max_value to print nicely rounded numbers next to graphsMarek Olšák2016-08-223-4/+80
* 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