summaryrefslogtreecommitdiff
path: root/src/mesa/sources
AgeCommit message (Expand)Author
2007-10-31No longer need st_update_tnl atom.Brian
2007-10-31Use ffvertex_prog.c code instead of t_vp_build.c code.Brian
2007-10-30added prog_cache.cBrian
2007-10-30Rename file since it's now a state atomBrian
2007-10-30added st_pixeltransfer.cBrian
2007-10-29Remove conditionals from the makefiles.Zack Rusin
2007-10-27Move mesa_to_tgsi.[ch] to state_trackerBrian
2007-10-24Cleanup some code.Zack Rusin
2007-10-24Refactor the tgsi->llvm storage translatorZack Rusin
2007-10-24Implement basic opcode translation and storage translation.Zack Rusin
2007-10-24Implement the conversion and do the initial execution pass.Zack Rusin
2007-10-24Initial stab at LLVM integration.Zack Rusin
2007-10-22plug the wide prims code into the pipelineBrian
2007-10-18added st_debug.cBrian
2007-10-14Added accum function/files.Brian
2007-09-27Make flushing more lazy in the draw module.Keith Whitwell
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian
2007-09-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin
2007-09-18move cso cache to the pipe directoryZack Rusin
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin
2007-09-18Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
2007-09-17Plug in selection/feedback code.Brian
2007-09-10s/xm_softpipe.c/xm_winsys.c/Brian
2007-09-10added st_cb_rasterpos.cBrian
2007-09-06Initial work for post-transformed vertex feedback buffers.Brian
2007-09-06Move guts of glRasterPos down into T&L module.Brian
2007-08-30Consolidate vertex-related code in new draw_vertex.cBrian
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell
2007-08-25checkpoint in constant tracking reworkKeith Whitwell
2007-08-24Add tgsi_sse2.michal
2007-08-24Fixup include paths after renameKeith Whitwell
2007-08-22Add deco_caps.c.michal
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian
2007-08-20Move guts of vertex array drawing into the 'draw' module.Brian
2007-08-16Drawing code refactoring.Brian
2007-08-11added st_cb_queryobj.cBrian
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell
2007-08-10added st_cb_readpixels.cBrian
2007-08-10rename st_cb_teximage.h st_format.hBrian
2007-08-07added st_atom_texture.cBrian
2007-08-07s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian
2007-08-06added xm_softpipe.cBrian
2007-08-06added st_cb_texture.cBrian
2007-08-06Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-03added st_cb_fbo.cBrian
2007-08-02hook in teximage bitsBrian
2007-08-02added st_cb_drawpixels.cBrian