aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* draw: make sure pipeline is revalidated when sampler views or samplers change.Roland Scheidegger2013-02-252-1/+6
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-256-12/+14
* vl: Fix off-by-one error in device_name_length allocation.Vinson Lee2013-02-231-2/+1
* util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.José Fonseca2013-02-231-4/+22
* util/dump: Use static assertion to detect string table size mismatches.José Fonseca2013-02-231-1/+18
* draw: fix broken polygon offset stageBrian Paul2013-02-221-3/+37
* tgsi: Improve execution debugging.José Fonseca2013-02-221-5/+24
* util/u_dump: Update texture target strings.José Fonseca2013-02-221-2/+10
* util/debug: Always use __builtin_frame_address on gcc.Sergey Matyukevich2013-02-221-4/+1
* draw: make sure key size is calculated consistently.Roland Scheidegger2013-02-221-5/+9
* gallivm: fix indirect src register fetches requiring bitcastRoland Scheidegger2013-02-201-21/+16
* draw: fix non-perspective interpolation in interp()Brian Paul2013-02-191-3/+8
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-167-95/+247
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-163-5/+39
* gallivm: fix issues with trunc/round/floor/ceil with no arch roundingRoland Scheidegger2013-02-161-66/+187
* gallivm: DIV shouldn't be deprecated.Roland Scheidegger2013-02-161-1/+0
* gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák2013-02-132-0/+129
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-125-9/+5
* util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul2013-02-121-2/+2
* llvmpipe: fix vertex_header mask store in big-endianAdhemerval Zanella2013-02-111-0/+48
* softpipe: clean up lod computationRoland Scheidegger2013-02-082-54/+50
* softpipe: try to beat new dx10-style sample opcodes into shapeRoland Scheidegger2013-02-081-67/+89
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-086-74/+64
* gallivm: hook up dx10 sampling opcodesRoland Scheidegger2013-02-083-6/+419
* gallivm: fix typo in lp_build_mul_normRoland Scheidegger2013-02-081-1/+1
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-072-0/+22
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-062-32/+5
* gallivm: implement support for SQRT opcodeBrian Paul2013-02-043-0/+37
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-044-1/+18
* 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