aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-163-9/+5
* gallium: add a shader stage/type param to some draw functionsBrian Paul2012-08-161-6/+8
* softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul2012-08-101-2/+4
* softpipe: fix loop limit for tex_cache[] arrayBrian Paul2012-08-071-1/+1
* softpipe: consolidate vert/frag/geom sampler setting functionsBrian Paul2012-08-061-112/+54
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-066-121/+99
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-065-91/+60
* softpipe: fix copy/paste error in tex sample codeOlivier Galibert2012-07-251-2/+2
* softpipe: Fix segfault with fbo-cubemap.Olivier Galibert2012-07-191-1/+6
* softpipe: Take all lods into account when texture sampling.Olivier Galibert2012-07-182-766/+645
* draw,gallivm: Fix draw_get_shader_param.José Fonseca2012-07-131-12/+6
* softpipe: implement get_timestamp and expose ARB_timer_queryMarek Olšák2012-07-101-1/+10
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* softpipe: fix numFragsEmitted debug codeBrian Paul2012-06-271-0/+7
* softpipe: handle more PIPE_CAP_x queriesBrian Paul2012-06-261-3/+31
* softpipe: Offset is not to be applied to the layer parameter of array texture...Olivier Galibert2012-06-191-2/+2
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* draw: simplify index buffer specificationBrian Paul2012-05-312-4/+5
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-2/+0
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-116-10/+37
|\
| * softpipe: cast away const to silence warningBrian Paul2012-05-011-1/+2
| * gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-303-3/+21
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-3/+6