summaryrefslogtreecommitdiff
path: root/src/mesa/sources
AgeCommit message (Expand)Author
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-06-19gallium: new st_api.c file with token symbol for identifying the APIBrian Paul
2008-06-18mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-06-11mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul
2008-06-11mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul
2008-06-11mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul
2008-06-09mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul
2008-06-09mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul
2008-06-09mesa: refactor: move scissor functions into new scissor.c fileBrian Paul
2008-06-09mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul
2008-06-09mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-06-09mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2008-06-09more old stuff, rename SOLO->MESA, etcBrian Paul
2008-06-09mesa: disable VF_SOURCESBrian Paul
2008-06-09mesa: remove some obsolete gallium bitsBrian Paul
2008-06-09mesa: get rid of FBDEV/SVGA/etc bitsBrian Paul
2008-06-05sync up with Makefile changes on masterBrian Paul
2008-04-22gallium: Don't link x86sse.c into libmesa.a.Michel Dänzer
2008-04-04mesa: no longer combine vertex/fragment shader parameters/uniformsBrian
2008-03-20gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian
2008-03-18gallium: added st_cb_blit.cBrian
2008-03-11gallium: rework CSO-related code in state trackerBrian
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