aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: use unsigned long to silence warnings with 64-bit buildBrian Paul2009-03-071-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-8/+8
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-1/+2
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-5/+3
|\
| * mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-2/+2
| * mesa: Compare formats using nominal bytes per pixel.José Fonseca2009-02-101-3/+1
* | gallium: Various coordinate fixups for texture transfers.Michel Dänzer2009-02-131-3/+3
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-57/+50
|/
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-10-171-2/+2
|\
| * gallium: fix mis-matched malloc/free vs. aligned malloc/freeBrian Paul2008-10-171-2/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-2/+2
|\|
| * mesa: fix convolve/convolution mix-upsBrian2008-10-061-2/+2
* | mesa: remove const qualifiers to match device driver interface functionBrian Paul2008-09-261-2/+2
|/
* gallium: if we run out of memory in st_TexImage, flush and try again.Brian Paul2008-09-181-2/+9
* gallium: need to finish, not flush, in st_copy_texsubimage()Brian Paul2008-09-171-1/+2
* gallium: fix glTexImage(width=height=depth=0) caseBrian Paul2008-09-161-0/+5
* gallium: move st_texture_image() cast wrapper to header fileBrian Paul2008-09-011-7/+0
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: fix do_flip bug on glCopyTexImage / surface_copy() pathBrian Paul2008-08-181-0/+4
* gallium: init default texture image to grayBrian Paul2008-08-141-0/+3
* gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul2008-08-141-0/+40
* gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a...Brian Paul2008-08-131-1/+7
* gallium: fix additional glCopyTex[Sub]Image issuesBrian Paul2008-08-081-34/+84
* gallium: clean-up, remove dead code, update commentsBrian Paul2008-08-071-241/+89
* gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.Brian Paul2008-08-071-8/+4
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-2/+6
* st: Silence compiler warnings on Windows.Michal Krol2008-07-151-4/+4
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-131-4/+4
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-6/+11
* gallium: added support for fixed-point formats, drawingBrian Paul2008-06-231-1/+2
* gallium: fix-up inverted do_copy_texsubimage()Brian Paul2008-06-231-21/+30
* gallium: remove dead/prototype codeBrian Paul2008-06-231-22/+0
* gallium: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+4
* gallium: test for FEATURE_convolutionBrian Paul2008-06-121-0/+4
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-181-8/+5
|\
| * gallium: ref counting clean-upsBrian Paul2008-05-161-8/+5
| * gallium: change calculate_first_last_level() to match gallium-tex-surfaces br...Brian Paul2008-05-061-1/+1
* | gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger2008-05-091-5/+12
* | gallium: fix out of tex memory crashesBrian Paul2008-05-081-2/+9
* | gallium: fix some render to texture bugsBrian Paul2008-05-071-0/+1
* | Revert "gallium: move setup of dest_surface in do_copy_texsubimage()"Michel Dänzer2008-05-071-10/+11
* | gallium: re-enable temporarily disabled code in do_copy_texsubimage()Brian Paul2008-05-061-1/+1
* | gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul2008-05-061-1/+9
* | gallium: move setup of dest_surface in do_copy_texsubimage()Michal Danzer2008-05-061-11/+10
* | gallium: sync up texture/sampler changes with masterBrian Paul2008-05-061-11/+13
* | gallium: Make sure to release texture surfaces (at the right time).Michel Dänzer2008-05-061-0/+2
* | gallium: glCopyTexSubImage improvement.Michel Dänzer2008-05-061-10/+11
* | Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-20/+10
|\|
| * gallium: minor code, comments clean-upBrian Paul2008-05-021-26/+16
| * gallium: in st_finalize_texture() check texture dimensionsBrian Paul2008-05-021-1/+4