summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: fix draw_llvm_variant_key struct padding to avoid recompilesRoland Scheidegger2013-01-293-4/+11
* gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger2013-01-286-79/+79
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-2811-273/+484
* gallium/u_upload_mgr: fix a serious memory leakMarek Olšák2013-01-281-2/+1
* util: add new error checking code in vbuf helperBrian Paul2013-01-251-27/+49
* util: add some defensive coding in u_upload_alloc()Brian Paul2013-01-251-1/+7
* util: silence MSVC signed/unsigned comparison warningsBrian Paul2013-01-251-4/+4
* util: silence MSVC double->float conversion warningsBrian Paul2013-01-251-2/+2
* util: silence MSVC signed/unsigned warnings in debug_get_flags_option()Brian Paul2013-01-251-1/+1
* Revert "Revert "targets/opencl: Link against libgallium.la instead of libgall...Tom Stellard2013-01-241-6/+0
* draw: fix MSVC divide-by-zero compilation errorBrian Paul2013-01-221-1/+2
* draw: fix problem in screen-space interpolation clip codeBrian Paul2013-01-221-3/+3
* draw: improve the clipper debug/printf codeBrian Paul2013-01-221-1/+20
* draw: add new debug code and comments in clip code templateBrian Paul2013-01-221-0/+15
* vl: round next_msc to integer frame, and kill skew_mscMaarten Lankhorst2013-01-211-5/+2
* gallium: Remove ppc asm backendAdam Jackson2013-01-207-3077/+0
* vl/video_buffer: fix up surface ordering for the interlaced caseMaarten Lankhorst2013-01-161-6/+6
* vl/compositor: fix weave shader bugsMaarten Lankhorst2013-01-161-5/+7
* gallium/util: add a half float array to util_colorMarek Olšák2013-01-151-0/+1
* Revert "targets/opencl: Link against libgallium.la instead of libgallium.a"Tom Stellard2013-01-151-0/+6
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-152-5/+33
* util: add new primitive types to pipe_prim_names[] arrayBrian Paul2013-01-141-0/+4
* Remove hacks for static MakefilesMatt Turner2013-01-132-15/+0
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-101-0/+2
* gallivm: fix border color for integer texturesRoland Scheidegger2013-01-101-0/+5
* gallivm: more integer texture format fetch fixesRoland Scheidegger2013-01-106-35/+74
* Clean up .gitignore filesMatt Turner2013-01-102-2/+0
* Remove MESA_PIC_FLAGS macroMatt Turner2013-01-101-3/+1
* build: Don't build pipebufferMatt Turner2013-01-102-19/+0
* libgallium: Convert to automakeTom Stellard2013-01-103-47/+53
* r300g: implement MSAAMarek Olšák2013-01-061-1/+2
* util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOATBrian Paul2013-01-041-1/+1
* util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2013-01-041-0/+36
* gallivm: support more immediates in lp_build_tgsi_info()Brian Paul2013-01-041-1/+1
* util: move var declaration before loop to fix MSVC errorBrian Paul2013-01-041-1/+2
* st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák2013-01-041-0/+18
* gallium/util: remove unused helper util_create_rgba_textureMarek Olšák2013-01-042-61/+0
* gallium/u_blitter: implement 3D blittingMarek Olšák2013-01-042-30/+83
* gallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY with a non-zero cube indexMarek Olšák2013-01-041-0/+5
* gallium/u_blitter: minor simplificationMarek Olšák2013-01-041-10/+11
* gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák2013-01-042-20/+25
* gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2013-01-042-7/+5
* gallium/util: complete implementation of util_dump_transferMarek Olšák2013-01-041-4/+5
* util/u_format: Round when converting depth values from float to z16_unorm.José Fonseca2012-12-211-1/+1
* gallivm: fix conversion for pure integer formatsRoland Scheidegger2012-12-181-0/+1
* gallivm: fix texel fetch for array textures (2)Roland Scheidegger2012-12-171-2/+3
* gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...Henri Verbeet2012-12-161-28/+0
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-145-7/+26
* draw: add support for later transform feedback extensionsDave Airlie2012-12-142-5/+16
* gallivm: fix texel fetch for array texturesRoland Scheidegger2012-12-131-17/+38