summaryrefslogtreecommitdiff
path: root/src/mesa/sources
AgeCommit message (Expand)Author
2008-02-19Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca
2008-02-19Simplify makefile boilerplate code.José Fonseca
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell
2008-02-15Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2008-02-14Real-time assembler for Cell SPE.Ian Romanick
2008-02-11remove seperate llvm vs entry pointsZack Rusin
2008-02-08gallium: initial implemenation of auto mipmap generation in state trackerBrian
2008-02-06gallium: Cross-platform debugging helpers.José Fonseca
2008-01-28Clone vf module.José Fonseca
2008-01-21gallium: new 'draw' stage for line stippleBrian
2008-01-18Unify copy_rect helpers.Michel Dänzer
2008-01-04llvm: we need custom rules so had to redo the build a little bitZack Rusin
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell
2007-12-15Use tile functions in new p_tile.[ch]Brian
2007-12-11remove more -I pathsBrian
2007-12-11trim down -I optionsBrian
2007-12-11gallium: remove redundant clear_color state.Keith Whitwell
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-12-11Port i965 driver to Gallium3D.Zack Rusin
2007-12-07Disable, remove tnl module from the Gallium build since no longer used.Brian
2007-12-07Disable swrast, swrast_setup and driverfuncs in the build.Brian
2007-12-07Overhaul the Xlib winsys layer.Brian
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-23gallium: reorg tgsi directories.Michal Krol
2007-11-22New vertex buffer stage.José Fonseca
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
2007-11-05move st_create_framebuffer() to new st_framebuffer.c fileBrian
2007-11-02Renaming llvmtgsi to gallivm. Taking first steps on the way to supportingZack Rusin
2007-11-01disable/omit renderbuffer span codeBrian
2007-10-31remove xm_dd.c from buildBrian
2007-10-31omit X point/line/triangle routinesBrian
2007-10-31switch to Xlib driver in pipe/xlib/Brian
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