summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_context.c
AgeCommit message (Expand)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2008-01-23gallium: restore/rewrite vbuf code for softpipeBrian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2008-01-10clean-up comments, codeBrian
2008-01-10softpipe: map only once in softpipe_map_surfacesJerome Glisse
2008-01-01unref const buffers during context destroyBrian
2008-01-01free surface caches in softpipe_destroy()Brian
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell
2007-12-13remove unused varBrian
2007-12-12PIPE_SCREEN_SURFACE no longer neededBrian
2007-12-11Rework gallium and mesa queries a little.Keith Whitwell
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
2007-12-11gallium: remove redundant clear_color state.Keith Whitwell
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-09gallium: use SSE by defaultJosé Fonseca
2007-12-07shorten loops over color bufsBrian
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07add some whitespaceBrian
2007-12-07minor code movementBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-18Implement early depth test.Michal Krol
2007-11-08Added pipe->get_paramf() to query float limits.Brian
2007-11-06remove dead code in softpipe_is_format_supported()Brian
2007-11-06Remove pipe->max_texture_size(), use get_param() instead.Brian
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
2007-10-29Make gallium compile in win32.Michal Krol
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-28Use FREE and MALLOC instead of free and malloc.Michal Krol
2007-10-28Control FS TGSI dumping with GALLIUM_DUMP_FS env variable.michal
2007-10-28Fix newlines.michal
2007-10-27Call quad stage destructors.michal
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-22Finish unifying the surface and texture tile caches.Brian
2007-10-20init sp->sbuf_cache to avoid possible segfaultBrian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-18remove old commentBrian
2007-10-18sp_context.c:255: error: 'false' undeclared (first use in this function)Oliver McFadden
2007-10-03Track fragment and vertex shader code generation via pipe shader state objects.Michel Dänzer
2007-10-01fix a few vert/frag program items to get i915 driver going againBrian
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-28Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-25First attempt at building vertex buffers post-clip.Keith Whitwell
2007-09-21Make the alpha test state a cso.Zack Rusin
2007-09-21Silence a few warnings.Zack Rusin