Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-02 | mesa: plug in new _mesa_CopyBufferSubData() functions | Brian Paul | |
2009-05-28 | mesa: exec/dlist functions for glProvokingVertexEXT() | Brian Paul | |
2009-03-12 | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger | |
add new entrypoints, new texture format, etc translate in texenvprogram.c for drivers using the mesa-generated tex env fragment program also handled in swrast, but not tested (cannot work due to negative texel results not handled correctly) | |||
2009-03-07 | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul | |
A bit of refactoring with an eye toward ES2 and GL 3.1 | |||
2009-02-22 | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | |
This trims down and cleans up imports.h and glheader.h quite a bit. | |||
2009-01-22 | mesa: stub for _mesa_RenderbufferStorageMultisample() | Brian Paul | |
2008-10-06 | mesa: fix convolve/convolution mix-ups | Brian | |
2008-09-25 | mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback. | Brian Paul | |
2008-09-21 | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | |
2008-09-21 | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | |
(cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463) | |||
2008-09-21 | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | |
(cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4) | |||
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell | |
Also, check the FEATURE flags in many places. (cherry picked from commit 40d1a40f294f1ed2dacfad6f5498322fc08cc2d1) Conflicts: src/mesa/main/config.h src/mesa/main/context.c src/mesa/main/texobj.c src/mesa/main/texstate.c src/mesa/main/texstore.c | |||
2008-09-21 | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | |
2008-09-21 | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | |
2008-09-21 | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | |
(cherry picked from commit 4be7296bfcba22a849f949d105ea385e6964cc25) | |||
2008-09-21 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | |
(cherry picked from commit b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22) |