summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol2010-02-093-1/+21
* | tgsi: Remove tgsi_dump_c.[ch].Michal Krol2010-02-093-512/+0
* | llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin2010-02-083-3/+59
* | gallivm: added lp_bld_misc.cpp to sources listBrian Paul2010-02-081-0/+1
* | gallivm: added gallivm/lp_bld_misc.cpp to MakefileBrian Paul2010-02-081-0/+5
* | llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-0866-5580/+11064
* | Gallium: Add Solaris atomic function definitions to u_atomic.hAlan Coopersmith2010-02-061-1/+35
* | tgsi: remove special-case code for fragment positionBrian Paul2010-02-051-7/+1
* | os: Don't assert on missing implementation of barrier init/destroy. Just usage.José Fonseca2010-02-051-2/+0
* | Merge remote branch 'origin/lp-binning'José Fonseca2010-02-057-15/+338
|\ \
| * \ Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-3156-918/+1631
| |\ \
| * | | 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
| |\ \ \
| * | | | gallium/util: added debug_dump_texture() and ppm outputBrian Paul2010-01-142-0/+79
| * | | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-08144-6304/+8326
| |\ \ \ \
| * | | | | gallium/util: added util_unreference_framebuffer_state()Brian Paul2009-12-111-0/+16
| * | | | | gallium/util: simplify util_framebuffer_state_equal()Brian Paul2009-12-112-10/+16
| * | | | | gallium/util: added framebuffer compare, copy util funcsBrian Paul2009-12-102-0/+58
| * | | | | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* | | | | | auxiliary: util_stream -> os_streamJosé Fonseca2010-02-046-81/+78
* | | | | | os: Ensure header includes are outside extern "C" {}.José Fonseca2010-02-041-2/+6
* | | | | | util: Reimplement u_time on top of os_time.José Fonseca2010-02-044-261/+59
* | | | | | os: Time abstractions.José Fonseca2010-02-044-0/+222
* | | | | | os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca2010-02-042-3/+3
* | | | | | util: Disable u_time.c implementation for embedded.José Fonseca2010-02-041-0/+4
* | | | | | util: Add missing include.José Fonseca2010-02-041-0/+1