summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.c
AgeCommit message (Expand)Author
2007-09-27commentsBrian
2007-09-27remove dead codekeithw
2007-09-26Do image flipping in do_copy_texsubimage() and GL pixel transfer ops (except ...Brian
2007-09-26fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).Brian
2007-09-26More work on glCopyTexSubImage.Brian
2007-09-26checkpoint: glCopyTexImage workBrian
2007-09-17Remove non-meaningful region_idle() interfaceKeith Whitwell
2007-08-15translate GL texture targets to PIPE_TEXTURE_x valuesBrian
2007-08-10use st_mesa_format_to_pipe_format()Brian
2007-08-10rename st_cb_teximage.h st_format.hBrian
2007-08-10code movementBrian
2007-08-07set mt->formatBrian
2007-08-07s/intel/st/Brian
2007-08-07plug in texture/sampler state updateBrian
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian
2007-08-06new texture functionsBrian