summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-184-2/+5
* draw: clear the draw buffers in drawZack Rusin2013-06-173-2/+4
* softpipe: draw_find_shader_output returns -1 on invalid outputsZack Rusin2013-05-301-1/+1
* draw: fixup draw_find_shader_outputZack Rusin2013-05-251-1/+1
* gallium: Add support for multiple viewportsZack Rusin2013-05-252-7/+14
* softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIESRoland Scheidegger2013-05-221-2/+8
* softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger2013-05-223-38/+38
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-3/+10
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+4
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+2
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-042-2/+2
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* softpipe: fix streamout with an emptry geometry shaderZack Rusin2013-04-222-12/+23
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+2
* softpipe/so: use the correct variable for reporting stream outZack Rusin2013-04-171-5/+15
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-167-2/+77
* softpipe: misc updates to image dumping in softpipe_flush()Brian Paul2013-04-091-3/+4
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+2
* 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