summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.c
AgeCommit message (Expand)Author
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-26gallium: remove pipe parameter from pipe_texture_reference()Brian
2008-02-20gallium: mark texture object data dirty in do_copy_texsubimage()Brian
2008-02-20gallium: re-enable GenerateMipmap callsBrian
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-13gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer
2008-02-12gallium: remove dead codeBrian
2008-02-12gallium: added null ptr checkBrian
2008-02-12gallium: remove unused first_level param from st_texture_create()Brian
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-02-11gallium: strip borders from textures passed to st_TexImage.Brian
2008-02-11gallium: use _mesa_tex_target_to_face()Brian
2008-02-08gallium: initial implemenation of auto mipmap generation in state trackerBrian
2008-02-06clean-ups in guess_and_alloc_texture()Brian
2008-02-06plug in ctx->Driver.GenerateMipmap functionBrian
2008-02-06clean-upsBrian
2008-01-14Remove pipe->get/put_tile_rgba.Michel Dänzer
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2008-01-04gallium: Make texture target an enum for better debuggability.Michel Dänzer
2007-12-11Remove internal_format field from struct pipe_texture.Michel Dänzer
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
2007-12-11gallium: remove dead pbo zcopy codeKeith Whitwell
2007-12-07fix void pointer arithmetic warningsBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Remove remnants of 'intel' from active state tracker code.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-01plug in _mesa_test_proxy_teximage, temporarilyBrian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-17formatting fixBrian
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