summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2011-10-18softpipe: remove unused vars in softpipe_clear()Brian Paul1-3/+0
2011-10-12softpipe: fix regression with tex tile cache since integer support.Dave Airlie1-2/+3
2011-10-11softpipe: add integer supportDave Airlie5-44/+146
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-11/+11
2011-10-04softpipe: fix Z interpolation invariance bugBrian Paul1-1/+10
2011-10-04softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul1-0/+2
2011-09-30gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák1-0/+2
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-10/+11
2011-09-30gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák1-2/+0
2011-09-27gallium: move border color to be a color unionDave Airlie1-4/+4
2011-09-25softpipe: Use memory allocation macros.José Fonseca2-3/+3
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2-4/+6
2011-09-16softpipe: use pipe_get_tile_rgba_format()Brian Paul1-5/+6
2011-09-16softpipe: use util_format_is_depth_or_stencil()Brian Paul1-7/+1
2011-09-15softpipe: use consistent indentation in sp_quad_blend.cBrian Paul1-183/+183
2011-09-15softpipe: fix blending for luminance/intensity surfacesBrian Paul1-65/+96
2011-09-14softpipe: implement blend color clampingBrian Paul3-29/+117
2011-09-10gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák1-2/+2
2011-09-02gallium: add caps for MIN/MAX texel offsets.Dave Airlie1-0/+4
2011-09-02tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie1-5/+12
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König1-0/+2
2011-08-25softpipe: add const qualifier to silence warningsBrian Paul1-1/+1
2011-08-25softpipe: implement TXF support via get_texel callbackDave Airlie1-0/+69
2011-08-25softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie1-0/+40
2011-08-21android: build softpipeChia-I Wu1-0/+67
2011-08-16softpipe: fix an obvious copy-paste error in get_query_resultMarek Olšák1-1/+1
2011-07-28softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt1-4/+12
2011-07-23gallium/softpipe: Don't clobber dest color/alpha before masking.Younes Manton1-89/+96
2011-07-21Merge branch 'gallium-polygon-stipple'Brian Paul16-148/+383
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul9-14/+131
2011-07-21softpipe: implement fragment shader variantsBrian Paul13-117/+251
2011-07-21softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul4-17/+5
2011-07-21softpipe: remove obsolete commentBrian Paul1-4/+0
2011-07-21softpipe: rename a functionBrian Paul1-7/+7
2011-07-13softpipe: fix various warnings about int/float/double conversions, etcBrian Paul1-15/+15
2011-07-13softpipe: Remove sp_video_context.c from SConscript.Vinson Lee1-1/+0
2011-07-12[g3dvl] add some more PIPE_VIDEO_CAPsChristian König1-0/+6
2011-07-11Merge remote-tracking branch 'origin/master' into pipe-videoChristian König1-5/+6
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König2-10/+2
2011-07-08[g3dvl] move video buffer creation out of video contextChristian König1-0/+3
2011-07-08[g3dvl] remove the unused priv member from pipe_video_contextChristian König1-1/+1
2011-07-08[g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König1-9/+2
2011-07-08[g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König1-0/+2
2011-07-07[g3dvl] rename get_param to get_video_param and move into screen objectChristian König1-1/+14
2011-07-06softpipe: add missing stencil format case in convert_quad_stencil()Brian Paul1-0/+1
2011-07-06softpipe: minor clean-ups in sp_quad_depth_test.cBrian Paul1-5/+5
2011-06-09Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2-6/+336
2011-06-06softpipe: Anisotropic filtering extension.Andreas Faenger2-6/+336
2011-06-05Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2-6/+5
2011-06-02softpipe: add a better fake implementation of fencesMarek Olšák2-6/+5