gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_context.c
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-10 Brianclean-up comments, code
2008-01-10 Jerome Glissesoftpipe: map only once in softpipe_map_surfaces
2008-01-01 Brianunref const buffers during context destroy
2008-01-01 Brianfree surface caches in softpipe_destroy()
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-14 Brianremove unused var
2007-12-12 BrianPIPE_SCREEN_SURFACE no longer needed
2007-12-11 Keith WhitwellRework gallium and mesa queries a little.
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-09 José Fonsecagallium: use SSE by default
2007-12-08 Brianshorten loops over color bufs
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 Brianadd some whitespace
2007-12-07 Brianminor code movement
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-18 Michal KrolImplement early depth test.
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-06 Brianremove dead code in softpipe_is_format_supported()
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-28 Michal KrolUse FREE and MALLOC instead of free and malloc.
2007-10-28 michalControl FS TGSI dumping with GALLIUM_DUMP_FS env variable.
2007-10-28 michalFix newlines.
2007-10-27 michalCall quad stage destructors.
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-22 BrianFinish unifying the surface and texture tile caches.
2007-10-20 Brianinit sp->sbuf_cache to avoid possible segfault
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-18 Brianremove old comment
2007-10-18 Oliver McFaddensp_context.c:255: error: 'false' undeclared (first...
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-25 Keith WhitwellFirst attempt at building vertex buffers post-clip.
2007-09-21 Zack RusinMake the alpha test state a cso.
2007-09-21 Zack RusinSilence a few warnings.
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 Zack RusinFinish up conversions of shaders to immutable objects.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack RusinFinishing up rename of the setup state to the rasterize...
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinMake sampler an immutable state object.
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-09-11 BrianImplement query object interface.
2007-09-10 BrianMore work on vertex feedback / glRasterPos. Basic...
2007-08-22 BrianRework of shader constant buffers.
2007-08-20 BrianCheckpoint: remove more of the old draw_vb() code.
2007-08-20 BrianStart to remove the temporary draw_vb() and draw_vertic...
2007-08-20 Brianimplement draw_elements()
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-19 BrianFix some draw_arrays issues.
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-16 Brianmisc changes to support vertex shaders (disabled by...
2007-08-16 BrianHook in new draw_arrays() code, disabled for now.
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-14 Brianmap stencil buffer too
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 keithwuse winsys supported_formats() query
2007-08-10 Brianadded pipe->max_texture_size() query, use it in st_draw...
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-09 Brianadded null ptr checks
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-08 Brianmap/unmap textures
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-06 Brianadded softpipe_mipmap_tree_layout
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...
2007-08-03 Brianadded pipe->supported_formats()
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-08-01 Keith WhitwellBuild libsoftpipe.a
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 Brianmap/unmap surfaces before/after rendering
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 BrianImplement AA points and AA coverage application in...
2007-07-13 BrianAdded basic occlusion counting
2007-07-12 BrianAdd a quad 'bufloop' stage to handle glDrawBuffer(GL_FR...
2007-07-12 Brians/prim_setup/sp_draw_render_stage/, new comments
next