| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: new st_api.c file with token symbol for identifying the API | Brian Paul | 2008-06-19 | 1 | -0/+1 |
* | mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.... | Brian Paul | 2008-06-18 | 1 | -0/+1 |
* | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | 2008-06-11 | 1 | -0/+1 |
* | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-06-11 | 1 | -0/+1 |
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-06-11 | 1 | -0/+1 |
* | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-06-09 | 1 | -0/+1 |
* | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-06-09 | 1 | -0/+1 |
* | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-06-09 | 1 | -0/+1 |
* | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-06-09 | 1 | -0/+1 |
* | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | 2008-06-09 | 1 | -0/+1 |
* | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul | 2008-06-09 | 1 | -0/+1 |
* | more old stuff, rename SOLO->MESA, etc | Brian Paul | 2008-06-09 | 1 | -13/+7 |
* | mesa: disable VF_SOURCES | Brian Paul | 2008-06-09 | 1 | -2/+1 |
* | mesa: remove some obsolete gallium bits | Brian Paul | 2008-06-09 | 1 | -5/+0 |
* | mesa: get rid of FBDEV/SVGA/etc bits | Brian Paul | 2008-06-09 | 1 | -14/+2 |
* | sync up with Makefile changes on master | Brian Paul | 2008-06-05 | 1 | -31/+2 |
* | gallium: Don't link x86sse.c into libmesa.a. | Michel Dänzer | 2008-04-22 | 1 | -1/+0 |
* | mesa: no longer combine vertex/fragment shader parameters/uniforms | Brian | 2008-04-04 | 1 | -0/+1 |
* | gallium: glBitmap code now separe from glDraw/CopyPixels code | Brian | 2008-03-20 | 1 | -0/+1 |
* | gallium: added st_cb_blit.c | Brian | 2008-03-18 | 1 | -0/+1 |
* | gallium: rework CSO-related code in state tracker | Brian | 2008-03-11 | 1 | -1/+0 |
* | Bring in ppc spe rtasm into gallium's rtasm module. | José Fonseca | 2008-02-19 | 1 | -1/+0 |
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -3/+3 |
* | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 1 | -55/+1 |
* | draw: subclass vertex shaders according to execution method | Keith Whitwell | 2008-02-15 | 1 | -0/+3 |
* | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca | 2008-02-15 | 1 | -33/+33 |
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -40/+43 |
* | Real-time assembler for Cell SPE. | Ian Romanick | 2008-02-14 | 1 | -0/+1 |
* | remove seperate llvm vs entry points | Zack Rusin | 2008-02-11 | 1 | -1/+0 |
* | gallium: initial implemenation of auto mipmap generation in state tracker | Brian | 2008-02-08 | 1 | -0/+1 |
* | gallium: Cross-platform debugging helpers. | José Fonseca | 2008-02-06 | 1 | -0/+1 |
* | Clone vf module. | José Fonseca | 2008-01-28 | 1 | -0/+3 |
* | gallium: new 'draw' stage for line stipple | Brian | 2008-01-21 | 1 | -0/+1 |
* | Unify copy_rect helpers. | Michel Dänzer | 2008-01-18 | 1 | -1/+2 |
* | llvm: we need custom rules so had to redo the build a little bit | Zack Rusin | 2008-01-04 | 1 | -10/+1 |
* | gallium: incorporate alpha state into depth_stencil state object. | Keith Whitwell | 2007-12-17 | 1 | -1/+0 |
* | Use tile functions in new p_tile.[ch] | Brian | 2007-12-15 | 1 | -0/+4 |
* | remove more -I paths | Brian | 2007-12-11 | 1 | -6/+5 |
* | trim down -I options | Brian | 2007-12-11 | 1 | -2/+4 |
* | gallium: remove redundant clear_color state. | Keith Whitwell | 2007-12-11 | 1 | -1/+0 |
* | gallium: Remove feedback interfaces from pipe driver. | Keith Whitwell | 2007-12-11 | 1 | -1/+0 |
* | Port i965 driver to Gallium3D. | Zack Rusin | 2007-12-11 | 1 | -1/+3 |
* | Disable, remove tnl module from the Gallium build since no longer used. | Brian | 2007-12-07 | 1 | -1/+1 |
* | Disable swrast, swrast_setup and driverfuncs in the build. | Brian | 2007-12-07 | 1 | -3/+3 |
* | Overhaul the Xlib winsys layer. | Brian | 2007-12-07 | 1 | -3/+1 |
* | Hide texture layout details from the state tracker. | Michel Dänzer | 2007-12-06 | 1 | -1/+1 |
* | gallium: reorg tgsi directories. | Michal Krol | 2007-11-23 | 1 | -8/+7 |
* | New vertex buffer stage. | José Fonseca | 2007-11-22 | 1 | -0/+1 |
* | Determine GL extensions/limits by making pipe queries. | Brian | 2007-11-05 | 1 | -0/+1 |
* | move st_create_framebuffer() to new st_framebuffer.c file | Brian | 2007-11-05 | 1 | -0/+1 |