aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawtex.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
| | | | | And set a reasonable buffer usage flag everywhere instead of just PIPE_USAGE_DEFAULT.
* st/mesa: fix GLES buildMarek Olšák2011-02-151-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_cacheMarek Olšák2011-02-141-0/+2
|
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
|
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-1/+1
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
|
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
|
* st/mesa: Remove unnecessary header.Vinson Lee2010-05-131-1/+0
|
* st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu2010-05-121-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 Lee2010-05-051-6/+0
|
* st/mesa: remove commented-out struct fieldBrian Paul2010-05-041-1/+0
|
* st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg2010-04-281-0/+312