summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-1/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-1/+3
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
| * gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+2
| * gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* | softpipe: use any_swizzle() helper in sp_tex_sample.cBrian Paul2012-05-011-8/+15
* | softpipe: whitespace, comment clean-ups in sp_tex_sample.cBrian Paul2012-05-011-26/+32
* | softpipe: implement coord clamping for texel fetches (TXF)Brian Paul2012-05-011-14/+31
|/
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+2
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+1
* softpipe: add dual source blending supportDave Airlie2012-04-132-12/+88
* gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie2012-04-131-0/+2
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-2/+3
* softpipe: set max cube texture size to 4Kx4KBrian Paul2012-03-202-1/+2
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-212-2/+0
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+2
* vl: add interlacing capabilitiesChristian König2012-02-061-0/+6
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-307-277/+277
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-291-0/+2
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-1/+3
* softpipe: move var initialization to silence warningBrian Paul2012-01-241-2/+1
* softpipe: Silence unused variable warning on non-LLVM builds.Vinson Lee2012-01-161-0/+2
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-0/+2