summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2014-01-09mesa: Work around internal compiler errorThomas Sondergaard1-2/+2
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure1-15/+8
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-31/+1
2013-10-12softpipe: fix seamless cube filteringRoland Scheidegger1-48/+151
2013-10-08gallium/swrast: don't export any private symbolsMarek Olšák1-1/+2
2013-10-03softpipe: remove old bind_*_sampler_states() functionsBrian Paul1-31/+0
2013-10-03softpipe: implement pipe_context::bind_sampler_states()Brian Paul1-0/+1
2013-10-01softpipe: consolidate C sources list into Makefile.sourcesEmil Velikov4-92/+37
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+7
2013-08-30softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger1-5/+25
2013-08-30softpipe: check if so_target is NULL before accessing itRoland Scheidegger1-2/+5
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger3-17/+20
2013-08-27softpipe: support nested/overlapping queries for all query typesRoland Scheidegger2-18/+17
2013-08-19vl: add entrypoint to get_video_paramChristian König1-1/+2
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-1/+1
2013-08-08softpipe: fix the regressionsZack Rusin1-2/+0
2013-08-08softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger1-12/+32
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin1-0/+2
2013-07-31softpipe: use new softpipe_resource_data() accessorBrian Paul3-4/+20
2013-07-31softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul1-3/+5
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-1/+1
2013-07-12softpipe: silence some MSVC warningsBrian Paul2-14/+14
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-06-26softpipe: honor predication for clear_render_target and clear_depth_stencilRoland Scheidegger1-2/+40
2013-06-19softpipe: handle all queries, and change for the new disjoint semanticsRoland Scheidegger1-11/+28
2013-06-17Revert "draw: clear the draw buffers in draw"Zack Rusin3-4/+2
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger4-2/+5
2013-06-17draw: clear the draw buffers in drawZack Rusin3-2/+4
2013-05-30softpipe: draw_find_shader_output returns -1 on invalid outputsZack Rusin1-1/+1
2013-05-25draw: fixup draw_find_shader_outputZack Rusin1-1/+1
2013-05-25gallium: Add support for multiple viewportsZack Rusin2-7/+14
2013-05-22softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIESRoland Scheidegger1-2/+8
2013-05-22softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger3-38/+38
2013-05-14draw: try to prevent overflows on index buffersZack Rusin1-3/+10
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin1-2/+4
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+2
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu2-2/+2
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+1
2013-04-22softpipe: fix streamout with an emptry geometry shaderZack Rusin2-12/+23
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+2
2013-04-17softpipe/so: use the correct variable for reporting stream outZack Rusin1-5/+15
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin7-2/+77
2013-04-09softpipe: misc updates to image dumping in softpipe_flush()Brian Paul1-3/+4
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+2
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-0/+1
2013-03-21softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul1-6/+6
2013-03-21softpipe: silence some MSVC signed/unsigned warningsBrian Paul2-2/+2
2013-03-21softpipe: silence some MSVC float/double warningsBrian Paul1-6/+6