summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2013-01-13Remove hacks for static MakefilesMatt Turner2-15/+0
2013-01-10llvmpipe: fix clearing integer color buffersRoland Scheidegger1-0/+2
2013-01-10gallivm: fix border color for integer texturesRoland Scheidegger1-0/+5
2013-01-10gallivm: more integer texture format fetch fixesRoland Scheidegger6-35/+74
2013-01-10Clean up .gitignore filesMatt Turner2-2/+0
2013-01-10Remove MESA_PIC_FLAGS macroMatt Turner1-3/+1
2013-01-10build: Don't build pipebufferMatt Turner2-19/+0
2013-01-10libgallium: Convert to automakeTom Stellard3-47/+53
2013-01-06r300g: implement MSAAMarek Olšák1-1/+2
2013-01-04util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOATBrian Paul1-1/+1
2013-01-04util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul1-0/+36
2013-01-04gallivm: support more immediates in lp_build_tgsi_info()Brian Paul1-1/+1
2013-01-04util: move var declaration before loop to fix MSVC errorBrian Paul1-1/+2
2013-01-04st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák1-0/+18
2013-01-04gallium/util: remove unused helper util_create_rgba_textureMarek Olšák2-61/+0
2013-01-04gallium/u_blitter: implement 3D blittingMarek Olšák2-30/+83
2013-01-04gallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY with a non-zero cube indexMarek Olšák1-0/+5
2013-01-04gallium/u_blitter: minor simplificationMarek Olšák1-10/+11
2013-01-04gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák2-20/+25
2013-01-04gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2-7/+5
2013-01-04gallium/util: complete implementation of util_dump_transferMarek Olšák1-4/+5
2012-12-21util/u_format: Round when converting depth values from float to z16_unorm.José Fonseca1-1/+1
2012-12-18gallivm: fix conversion for pure integer formatsRoland Scheidegger1-0/+1
2012-12-17gallivm: fix texel fetch for array textures (2)Roland Scheidegger1-2/+3
2012-12-16gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...Henri Verbeet1-28/+0
2012-12-14draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie5-7/+26
2012-12-14draw: add support for later transform feedback extensionsDave Airlie2-5/+16
2012-12-13gallivm: fix texel fetch for array texturesRoland Scheidegger1-17/+38
2012-12-12gallium/util: add a simple allocator for suballocating from a large bufferMarek Olšák3-0/+181
2012-12-12gallium: remove pipe_surface::usageMarek Olšák14-40/+15
2012-12-12gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák4-157/+164
2012-12-12gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2-41/+24
2012-12-12gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák5-0/+40
2012-12-11util: add util_copy_constant_buffer() helper functionBrian Paul1-0/+20
2012-12-10gallivm: Lower TGSI_OPCODE_MUL to fmul by defaultTom Stellard1-2/+3
2012-12-11llvmpipe: fix txq for 1d/2d arrays. (v3)Dave Airlie1-2/+15
2012-12-11llvmpipe: increase texture target width to reflect increaseDave Airlie1-1/+1
2012-12-08draw: fix/improve dirty state validationBrian Paul8-23/+68
2012-12-08draw: add reminder comments about similar code in different filesBrian Paul2-0/+11
2012-12-08draw: rearrange code in llvm_middle_end_prepare()Brian Paul1-66/+74
2012-12-08draw: fix comment typoBrian Paul1-1/+1
2012-12-08draw: add comment on draw->pt.opt fieldBrian Paul1-1/+1
2012-12-08draw: update a comment about index buffersBrian Paul1-3/+2
2012-12-08gallium/os: Fix nano->micro second concersion.José Fonseca1-1/+1
2012-12-07gallivm: Rudimentary native integer support.José Fonseca2-5/+20
2012-12-07draw: Dump LLVM shader key.José Fonseca2-1/+33
2012-12-07gallivm: Allow indirection from TEMP registers too.José Fonseca1-3/+18
2012-12-07gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca5-15/+37
2012-12-07gallium/u_blitter: fix conflict with u_memory.hMarek Olšák1-1/+5
2012-12-06util: Add util_copy_box helper.José Fonseca3-29/+64