aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* commentsBrian2007-09-271-3/+4
* remove dead codekeithw2007-09-271-83/+0
* Do image flipping in do_copy_texsubimage() and GL pixel transfer ops (except ...Brian2007-09-261-7/+28
* fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).Brian2007-09-261-1/+17
* More work on glCopyTexSubImage.Brian2007-09-261-117/+157
* checkpoint: glCopyTexImage workBrian2007-09-261-90/+73
* Remove non-meaningful region_idle() interfaceKeith Whitwell2007-09-171-23/+0
* translate GL texture targets to PIPE_TEXTURE_x valuesBrian2007-08-151-12/+36
* use st_mesa_format_to_pipe_format()Brian2007-08-101-17/+2
* rename st_cb_teximage.h st_format.hBrian2007-08-101-1/+1
* code movementBrian2007-08-101-149/+1
* set mt->formatBrian2007-08-071-31/+50
* s/intel/st/Brian2007-08-071-126/+126
* plug in texture/sampler state updateBrian2007-08-071-0/+8
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-9/+3
* new texture functionsBrian2007-08-061-0/+1763