gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_state_fs.c
2008-02-11 Zack Rusindisable llvm for fragment shaders for now
2008-02-11 Zack Rusinrewrite the way we handle ir in llvm code
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-04 Zack Rusinllvm: we need custom rules so had to redo the build...
2008-01-03 Brianrename vars, clean-up formatting
2008-01-01 BrianClean-up, re-org some vertex/fragment shader state...
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-02 Zack RusinCleanups.
2007-11-02 Zack RusinAdd basic entry points for fragment shaders.
2007-11-02 Zack RusinRenaming llvmtgsi to gallivm. Taking first steps on...
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-28 michalControl FS TGSI dumping with GALLIUM_DUMP_FS env variable.
2007-10-27 michalRespect use_sse flag.
2007-10-27 michalEnable SSE2 for fragment shaders.
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-10-03 Zack RusinIn vertex shaders also expect the template to be stack...
2007-10-03 Zack RusinMake softpipe behave more like a real driver by always...
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-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-08-22 BrianRework of shader constant buffers.
2007-08-21 Brianinclude draw_context.h
2007-08-20 BrianMove guts of vertex array drawing into the 'draw' module.
2007-08-16 BrianBegin added vertex shader state/support.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
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-09 BrianRename G_NEW_* tokens to SP_NEW_*
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...