summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* hud: add float casts to silence MSVC warningsBrian Paul2013-06-261-49/+49
* hud: include stdio.h since we use fprintf(), fscanf(), etcBrian Paul2013-06-261-0/+2
* hud: add cast to silence MSVC warningBrian Paul2013-06-261-1/+1
* os: add cast in os_time_sleep() to silence MSVC warningBrian Paul2013-06-261-1/+1
* util: int/unsigned changes to silence some MSVC warningsBrian Paul2013-06-262-3/+3
* util: add some casts to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* util: s/int/unsigned/ to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst2013-06-261-5/+16
* util/debug: Cleanup/improve debug_symbol_name_dbghelp.José Fonseca2013-06-251-78/+161
* util/debug: Make debug_backtrace_capture work for 64bit windows.José Fonseca2013-06-252-2/+61
* draw: allow overflows in the llvm pathsZack Rusin2013-06-251-4/+8
* draw: avoid overflows in the llvm draw loopZack Rusin2013-06-251-8/+6
* gallium/hud: do not use free() for the free_query_data hookBrian Paul2013-06-243-3/+23
* draw: check for out-of-memory conditions in the AA line module.Matthew McClure2013-06-241-7/+34
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-2415-256/+160
* vl/mpeg12: fix mpeg-1 bytestream parsingMaarten Lankhorst2013-06-221-6/+24
* util: (trivial) add has_popcnt fieldRoland Scheidegger2013-06-192-0/+2
* indices: add some commentsBrian Paul2013-06-192-4/+28
* Revert "draw: clear the draw buffers in draw"Zack Rusin2013-06-172-25/+3
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-188-9/+21
* tgsi: text parser: fix parsing of array in declarationDave Airlie2013-06-181-3/+9
* draw: fix a regression in computing max eltZack Rusin2013-06-171-0/+1
* draw: clear the draw buffers in drawZack Rusin2013-06-172-3/+25
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-135-14/+16
* draw: cleanup the distance culling code a bitZack Rusin2013-06-131-48/+41
* mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst2013-06-121-2/+1
* gallium/u_format: add a new helper for initializing pipe_blit_info::maskMarek Olšák2013-06-132-25/+29
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-132-43/+4
* gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák2013-06-134-56/+41
* gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2013-06-133-5/+10
* util: new util_fill_box helperRoland Scheidegger2013-06-132-10/+37
* gallivm: (trivial) remove duplicated code block (including comment)Roland Scheidegger2013-06-131-7/+0
* draw: implement distance cullingZack Rusin2013-06-108-31/+198
* gallium: add a cull distance semanticZack Rusin2013-06-103-1/+7
* draw: fix clipper invocation statisticsZack Rusin2013-06-105-6/+33
* draw: enable user plane clipping when clipdistance is usedZack Rusin2013-06-102-7/+20
* draw: make sure clipdistances work with geometry shadersZack Rusin2013-06-106-2/+22
* draw: Add A8R8G8B8 to draw_print_arraysRichard Sandiford2013-06-101-0/+7
* draw: Fix type mismatch between draw_private.h and LLVMRichard Sandiford2013-06-101-1/+1
* util: Use sizeof(void *) rather than 0 as the fallback cache line sizeRichard Sandiford2013-06-101-0/+5
* llvmpipe: Use saturating add/sub for UNORM formatsRichard Sandiford2013-06-101-0/+8
* gallivm: work around slow code generated for interleaving 128bit vectorsRoland Scheidegger2013-06-081-0/+22
* util: add comment about bogus transfer flagsRoland Scheidegger2013-06-071-0/+1
* util: fix util_clear_render_target and util_clear_depth_stencil layer handlingRoland Scheidegger2013-06-071-87/+103
* util: add util_resource_is_array_texture()Chia-I Wu2013-06-081-1/+19
* gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius2013-06-072-51/+0
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-075-14/+26
* u_vbuf: fix index buffer leakChia-I Wu2013-06-071-0/+3
* draw: trivial fix comment typoRoland Scheidegger2013-06-061-1/+1
* gallium/tgsi: add missing string for layer semanticRoland Scheidegger2013-06-063-1/+8