summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-3156-918/+1631
|\
| * gallium: fix blend state csoRoland Scheidegger2010-01-303-37/+20
| * tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-294-2/+122
| * Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-284-8/+11
| |\
| | * gallium: fix cast for size calc of pipe_blend_stateRoland Scheidegger2010-01-251-1/+1
| | * gallium: adapt util code to blend changesRoland Scheidegger2010-01-213-3/+3
| | * gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-201-5/+8
| * | tgsi: Constants declared with ureg_DECL_constant() are one-dimensional.Michal Krol2010-01-281-4/+22
| * | tgsi: Add ureg_property_gs_output_prim/max_vertices().Michal Krol2010-01-282-3/+45
| * | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-2815-24/+24
| * | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-2816-68/+106
| * | tgsi: Handle two-dimensional constants in text parser.Michal Krol2010-01-283-11/+78
| * | gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-284-154/+119
| * | tgsi: Handle 2-D declarations.Michal Krol2010-01-286-89/+156
| * | tgsi: Silence uninitialized variable warning.Vinson Lee2010-01-281-1/+1
| * | util: Remove unnecessary header.Vinson Lee2010-01-271-1/+0
| * | tgsi: Remove unnecessary header.Vinson Lee2010-01-271-1/+0
| * | gallium/draw: Remove unnecessary headers.Vinson Lee2010-01-272-3/+0
| * | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+1
| |\ \
| | * | gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()Brian Paul2010-01-221-1/+1
| * | | pipebuffer: Reapply the mesa_7_7_branch's changes.José Fonseca2010-01-252-335/+769
| * | | gallium/util: add missing util/u_bitmask.c to MakefileBrian Paul2010-01-221-0/+1
| * | | Remove obsolete fileAlan Hourihane2010-01-221-1/+0
| * | | gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during mergeBrian Paul2010-01-222-769/+333
| * | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2220-517/+855
| |\| |
| | * | gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul2010-01-221-3/+3
| | * | gallium/draw: added comments, whitespace fixesBrian Paul2010-01-221-8/+30
| | * | pipebuffer: Remove unnecessary header.Vinson Lee2010-01-211-1/+0
| | * | draw: Remove unnecessary headers.Vinson Lee2010-01-217-9/+0
| | * | pipebuffer: Release the lock during map wait. Cleanups.José Fonseca2010-01-211-63/+131
| | * | pipebuffer: Swap buffers out to system memory when running out of memory.José Fonseca2010-01-216-491/+706
| | * | util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca2010-01-211-1/+3
| | * | util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca2010-01-212-4/+4
| | * | pipebuffer: Ensure buffer size/alignment is not zero.José Fonseca2010-01-181-0/+3
| | * | tgsi: fix detection of front-facing attributeBrian Paul2010-01-151-6/+4
| * | | gallium/draw: fix-up comments, whitespaceBrian Paul2010-01-221-6/+5
| * | | gallium/draw: replace int with booleanBrian Paul2010-01-221-8/+8
| | |/ | |/|
| * | util/blit: document params to util_blit_pixels_writemask()Brian Paul2010-01-191-0/+4
| * | tgsi: Fix behaviour of dimension index.Michal Krol2010-01-183-27/+29
| * | tgsi: Allow TEMPORARY registers as indirect address into source operands.Michal Krol2010-01-183-8/+11
| * | tgsi: Add ureg_DECL_immediate_block_uint().Michal Krol2010-01-182-0/+34
| * | tgsi: Add missing semantic name in text parser.Chia-I Wu2010-01-181-1/+2
| * | cso: Add set_vertex_samplers functionJakob Bornecrantz2010-01-182-0/+36
* | | gallium/util: comments for time-related functionsBrian Paul2010-01-271-0/+9
* | | gallium/util: print dlerror() info upon dlopen() failureBrian Paul2010-01-271-2/+7
* | | util: fix broken util_ringbuffer_dequeue()Brian Paul2010-01-181-3/+18
* | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-1642-363/+969
|\| |
| * | util: add generic ringbuffer utitiltyKeith Whitwell2010-01-164-0/+176
| * | gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-164-1/+12
| * | draw: Fix memory leak in gs codeJakob Bornecrantz2010-01-163-0/+11