aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* softpipe: fix the regressionsZack Rusin2013-08-081-2/+0
* softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger2013-08-081-12/+32
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+2
* softpipe: use new softpipe_resource_data() accessorBrian Paul2013-07-313-4/+20
* softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul2013-07-311-3/+5
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-1/+1
* softpipe: silence some MSVC warningsBrian Paul2013-07-122-14/+14
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* softpipe: honor predication for clear_render_target and clear_depth_stencilRoland Scheidegger2013-06-261-2/+40
* softpipe: handle all queries, and change for the new disjoint semanticsRoland Scheidegger2013-06-191-11/+28
* Revert "draw: clear the draw buffers in draw"Zack Rusin2013-06-173-4/+2
* 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