Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: add usage parameter to pipe_buffer_create | Marek Olšák | 2011-02-15 | 1 | -0/+1 |
| | | | | | And set a reasonable buffer usage flag everywhere instead of just PIPE_USAGE_DEFAULT. | ||||
* | st/mesa: fix GLES build | Marek Olšák | 2011-02-15 | 1 | -1/+1 |
| | | | | | | Broken since d5062fb3a315c46d77d5c954a3e3c14be1907d33. I wonder why this code is hidden behind #if by default. | ||||
* | gallium: always save and restore vertex buffers using cso_cache | Marek Olšák | 2011-02-14 | 1 | -0/+2 |
| | |||||
* | st/mesa: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
| | |||||
* | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák | 2010-12-20 | 1 | -1/+1 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-30 | 1 | -1/+0 |
| | |||||
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -2/+2 |
| | |||||
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-05-13 | 1 | -1/+0 |
| | |||||
* | st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware. | Chia-I Wu | 2010-05-12 | 1 | -7/+7 |
| | | | | | This change allows st_cb_drawtex.h to be used without knowing if FEATURE_OES_draw_texture is enabled. | ||||
* | st/mesa: Remove unnecessary headers. | Vinson Lee | 2010-05-05 | 1 | -6/+0 |
| | |||||
* | st/mesa: remove commented-out struct field | Brian Paul | 2010-05-04 | 1 | -1/+0 |
| | |||||
* | st/mesa: Move st_cb_drawtex.c to the mesa state tracker | Kristian Høgsberg | 2010-04-28 | 1 | -0/+312 |