Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file | Brian Paul | 2009-04-03 | 1 | -0/+1 |
| | |||||
* | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-16 | 1 | -0/+2 |
|\ | |||||
| * | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul | 2008-12-15 | 1 | -0/+2 |
| | | |||||
* | | remove leftover merge conflict markers | Keith Whitwell | 2008-09-23 | 1 | -4/+0 |
| | | |||||
* | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -0/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/glapi/glapi.h src/mesa/main/api_exec.c src/mesa/main/attrib.c src/mesa/main/clear.c src/mesa/main/context.c src/mesa/main/mfeatures.h src/mesa/main/mipmap.c src/mesa/main/mipmap.h src/mesa/main/readpix.c src/mesa/main/sources src/mesa/main/state.c src/mesa/main/texformat.c src/mesa/main/texparam.c src/mesa/main/texstate.c src/mesa/vbo/vbo_context.c src/mesa/x86/common_x86_asm.S | ||||
| * | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | 2008-09-21 | 1 | -0/+2 |
| | | |||||
| * | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-09-21 | 1 | -0/+2 |
| | | | | | | | | (cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463) | ||||
| * | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-09-21 | 1 | -0/+2 |
| | | | | | | | | (cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4) | ||||
| * | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-09-21 | 1 | -0/+2 |
| | | |||||
| * | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-09-21 | 1 | -0/+2 |
| | | |||||
| * | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-09-21 | 1 | -0/+2 |
| | | | | | | | | (cherry picked from commit 4be7296bfcba22a849f949d105ea385e6964cc25) | ||||
| * | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-09-21 | 1 | -0/+2 |
| | | | | | | | | (cherry picked from commit b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22) | ||||
| * | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | 2008-09-21 | 1 | -0/+142 |
| | | |||||
| * | glcore: drop outdated sources files intented for xorg | George Sapountzis | 2008-04-23 | 1 | -138/+0 |
| | | |||||
* | | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | 2008-06-11 | 1 | -0/+2 |
| | | |||||
* | | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-06-11 | 1 | -0/+2 |
| | | |||||
* | | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-06-11 | 1 | -0/+2 |
| | | |||||
* | | mesa: remove unused api_eval.h header file | Brian Paul | 2008-06-09 | 1 | -1/+0 |
| | | |||||
* | | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-06-09 | 1 | -0/+2 |
| | | |||||
* | | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-06-09 | 1 | -0/+2 |
| | | |||||
* | | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-06-09 | 1 | -0/+2 |
| | | |||||
* | | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-06-09 | 1 | -0/+2 |
| | | |||||
* | | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | 2008-06-09 | 1 | -0/+2 |
| | | |||||
* | | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul | 2008-06-09 | 1 | -0/+2 |
|/ | |||||
* | list header files in sources files (Dan Nicholson) | Brian Paul | 2006-11-21 | 1 | -1/+75 |
| | |||||
* | sources for X.org xserver build | Brian Paul | 2006-10-11 | 1 | -0/+64 |