aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+1
* softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul2013-03-211-6/+6
* softpipe: silence some MSVC signed/unsigned warningsBrian Paul2013-03-212-2/+2
* softpipe: silence some MSVC float/double warningsBrian Paul2013-03-211-6/+6
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2
* softpipe: fix up NUM_ENTRIES confusionBrian Paul2013-03-143-13/+13
* softpipe: Shrink context size.José Fonseca2013-03-141-1/+1
* softpipe: don't assert when creating surfaces with multiple layersRoland Scheidegger2013-03-142-16/+32
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-116-866/+779
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-021-1/+9
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-288-117/+186
* softpipe: clean up lod computationRoland Scheidegger2013-02-082-70/+93
* softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger2013-02-082-40/+37
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-081-0/+1
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-061-1/+1
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+2
* softpipe: add casts to silence MSVC warningsBrian Paul2013-01-251-2/+2
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-2/+0
* softpipe: implement separate depth-stencil clearMarek Olšák2013-01-151-3/+12
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* softpipe: Convert to automakeMatt Turner2013-01-103-37/+65
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-042-4/+6
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* softpipe: fix up FS variant unbinding / deletionBrian Paul2012-12-193-11/+9
* softpipe: fix unreliable FS variant binding bugBrian Paul2012-12-193-14/+10
* draw: add support for later transform feedback extensionsDave Airlie2012-12-141-1/+1
* softpipe: remove unused corner0 variableBrian Paul2012-12-121-1/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-122-9/+139
* softpipe: Use os_time_get_nano() everywhere.José Fonseca2012-12-112-5/+5
* softpipe: enable GLSL 1.40Dave Airlie2012-12-081-1/+1
* softpipe: add texture buffer object supportDave Airlie2012-12-082-1/+9
* softpipe: fix unused variable warning.Dave Airlie2012-11-101-1/+1
* softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.José Fonseca2012-11-091-3/+3
* softpipe: Handle adjacency primitives.José Fonseca2012-11-091-0/+46
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-094-14/+171
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-313-8/+12
* softpipe: remove extraneous whitespaceBrian Paul2012-10-261-2/+0
* gallium: unify transfer functionsMarek Olšák2012-10-118-183/+74
* softpipe: remove unused functionsMarek Olšák2012-10-112-26/+0
* softpipe: initialize quadColor2 to fix compile warningsMarek Olšák2012-10-091-1/+1
* softpipe: implement blitMarek Olšák2012-09-303-0/+69
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* softpipe: fix set_framebuffer_state with uninitialized surfaces past nr_cbufs-1Marek Olšák2012-09-301-3/+5
* softpipe: implement the new can_create_resource() functionBrian Paul2012-09-172-5/+29
* softpipe: update SP_MAX_TEXTURE_3D_LEVELS commentBrian Paul2012-09-161-1/+1
* llvmpipe: remove polygon stipple assertionBrian Paul2012-08-171-2/+0
* softpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-25/+49