summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2010-12-09android: Add Android.mk's.Chia-I Wu
2010-12-09android: Fix GL_OES_EGL_image with SurfaceFlinger.Chia-I Wu
2010-12-02softpipe: increase max texture size to 16KBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-09softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul
2010-11-05softpipe: disable vertex texturing with draw/llvmBrian Paul
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul
2010-10-23softpipe: added some texture sample debug code (disabled)Brian Paul
2010-10-21softpipe: enable primitive restartBrian Paul
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-09-30gallium/softpipe: remove duplicated includeNicolas Kaiser
2010-09-27softpipe: fix swizzling of texture border colorBrian Paul
2010-09-27softpipe: allocate tile data on demandBrian Paul
2010-09-25softpipe: minor asst. clean-upsBrian Paul
2010-09-25softpipe: make clip state functions staticBrian Paul
2010-09-25softpipe: make stream out state functions staticBrian Paul
2010-09-25softpipe: make rasterizer state functions staticBrian Paul
2010-09-25softpipe: make vertex state functions staticBrian Paul
2010-09-25softpipe: make sampler state functions staticBrian Paul
2010-09-25softpipe: make blend/stencil/depth functions staticBrian Paul
2010-09-25softpipe: make shader-related functions staticBrian Paul
2010-09-25softpipe: rename sp_state_fs.c -> sp_state_shader.cBrian Paul
2010-09-25softpipe: fix repeat() function for NPOT texturesBrian Paul
2010-09-21softpipe: add missing calls to set draw vertex samplers/viewsBrian Paul
2010-09-21Merge branch 'sprite-coord'Brian Paul
2010-09-20softpipe: fix whitespaceLuca Barbieri
2010-09-20softpipe: make z/s test always pass if no zsbuf, instead of crashingLuca Barbieri
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-28softpipe: Include missing header in sp_flush.c.Vinson Lee
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol
2010-07-21softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfacesBrian Paul
2010-07-21softpipe: fix sp_tile_cache_flush_clear() regressionBrian Paul
2010-07-20softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().Michal Krol
2010-07-15softpipe: re-order drawing functions to get rid of prototypeBrian Paul
2010-07-02softpipe: fix incorrect blend func index passed to blend_quad()Brian Paul
2010-07-02softpipe: better assertionsBrian Paul
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-25softpipe: rename a varBrian Paul
2010-06-25softpipe: fix comment typoBrian Paul
2010-06-22gallium: add a timestamp disjoint queryZack Rusin