summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* pipebuffer: slab: if size < alignment, use alignment to find bucketLuca Barbieri2010-02-231-1/+5
* pipebuffer: fix inverted signalled checkingLuca Barbieri2010-02-231-1/+1
* pipebuffer: avoid assert due to increasing a zeroed refcntLuca Barbieri2010-02-231-1/+1
* draw: Remove dead code.Vinson Lee2010-02-221-7/+1
* tgsi: Report an error when a destination has an empty writemask.José Fonseca2010-02-221-0/+3
* pipebuffer: Don't synchronize when checking for buffer overflows.José Fonseca2010-02-221-1/+3
* draw: Remove dead code.Vinson Lee2010-02-211-7/+1
* tgsi: ifdef out unused function micro_sqrt.Vinson Lee2010-02-201-0/+2
* tgsi: Make more exec opcodes look pretty.Michal Krol2010-02-191-64/+20
* tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.Michal Krol2010-02-191-164/+206
* tgsi: Rewrite exec implementations of NRM and NRM4.Michal Krol2010-02-191-61/+70
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* pipebuffer: Include fenced buffer manager in buildJakob Bornecrantz2010-02-181-0/+1
* util: Fix typo of debug_dump_float_rgba_bmp.Vinson Lee2010-02-171-1/+1
* draw: Add assert to check input of memcpy.Vinson Lee2010-02-141-0/+1
* util: Avoid dumping masked state. Other minor improvements.José Fonseca2010-02-142-28/+43
* os: A stream for debug logging.José Fonseca2010-02-146-2/+89
* util: Helper functions to dump all state objects.José Fonseca2010-02-144-0/+789
* os: Add a growable string stream.José Fonseca2010-02-144-0/+179
* os: Complement/improve stream inline helpers.José Fonseca2010-02-141-0/+17
* os: Fix bad calloc.José Fonseca2010-02-141-10/+1
* util: Update for os_stream changes.José Fonseca2010-02-141-1/+1
* os: Make streams abstract.José Fonseca2010-02-146-264/+160
* gallivm: s/debug_dump_/util_dump_/José Fonseca2010-02-141-2/+2
* util: Rename u_debug_dump.[ch] -> u_dump.[ch].José Fonseca2010-02-144-57/+57
* draw: Use util_format_name().José Fonseca2010-02-141-1/+1
* util: Use util_format_name().José Fonseca2010-02-141-118/+1
* util: Add pf_name() replacement: util_format_name().José Fonseca2010-02-141-0/+13
* util: Properly init memory for blitter CSOs.Corbin Simpson2010-02-121-8/+5
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-124-49/+69
|\
| * gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger2010-02-112-0/+10
| * gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-112-5/+16
| * gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger2010-02-111-3/+6
| * gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-093-47/+43
* | Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."Michal Krol2010-02-121-2/+2
* | util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.Michal Krol2010-02-121-2/+2
* | llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.José Fonseca2010-02-112-0/+4
* | gallivm: TGSI_OPCODE_CONT is not deprecated.José Fonseca2010-02-111-2/+1
* | os: Do not use Pthreads barrier functions on Mac OS X.Vinson Lee2010-02-101-42/+52
* | gallium: cast to silence waringBrian Paul2010-02-101-1/+1
* | gallium: use os_time.h in pb_bufmgr_cache.cBrian Paul2010-02-101-9/+9
* | gallium: use os_time.h in u_timed_winsys.cBrian Paul2010-02-101-19/+13
* | gallium/auxiliary: add -D__STDC_CONSTANT_MACROSBrian Paul2010-02-091-0/+3
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-092-21/+13
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-032-10/+12
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-11/+0
* | gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-095-5/+0
* | tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol2010-02-092-0/+2
* | tgsi: Add ureg_DECL_fs_input_cyl().Michal Krol2010-02-092-52/+94