| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/st: restore flush to copy_texsubimage (was previously finish) | Keith Whitwell | 2009-06-01 | 1 | -0/+3 |
* | st/gl: Fix mip gen for compressed textures | Jakob Bornecrantz | 2009-06-01 | 1 | -6/+8 |
* | mesa/st: keep surface_copy arguments positive | Keith Whitwell | 2009-05-08 | 1 | -0/+28 |
* | mesa/st: remove redundant call to st_finish in CopyTexSubImage | Keith Whitwell | 2009-05-08 | 1 | -3/+0 |
* | mesa/st: workaround for crashes in st_copy_texsubimage | Keith Whitwell | 2009-04-28 | 1 | -0/+10 |
* | mesa/st: fix incorrect face, level in compress_with_blit | Keith Whitwell | 2009-04-27 | 1 | -2/+1 |
* | mesa: Handle failure to create a transfer. | José Fonseca | 2009-04-20 | 1 | -1/+2 |
* | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom | 2009-04-17 | 1 | -17/+16 |
* | Merge branch 'gallium-s3tc' | José Fonseca | 2009-04-16 | 1 | -6/+260 |
|\ |
|
| * | st: remove XXX comment | Brian Paul | 2009-04-15 | 1 | -1/+0 |
| * | st: check for fast memcpy path in decompress_with_blit() | Brian Paul | 2009-04-15 | 1 | -13/+33 |
| * | st: decompress_with_blit() path for glGetTexImage(). | Brian Paul | 2009-04-15 | 1 | -2/+81 |
| * | st: If the hw supports it do hw conversion of texture uploads | Jakob Bornecrantz | 2009-04-09 | 1 | -4/+160 |
* | | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -0/+17 |
* | | mesa: Fix gcc assembly enable logic. | José Fonseca | 2009-04-14 | 1 | -1/+1 |
|/ |
|
* | st: remove another unneeded 'is compressed' comparison | Brian Paul | 2009-04-09 | 1 | -2/+3 |
* | st: remove comp_byte parameter to st_texture_create() | Brian Paul | 2009-04-09 | 1 | -9/+3 |
* | st: consolidate format->usage computation | Brian Paul | 2009-04-09 | 1 | -9/+23 |
* | st: add const qualifiers, use GL types | Brian Paul | 2009-04-09 | 1 | -13/+10 |
* | st: make loops over 3D texture slices a litte more intuitive | Brian Paul | 2009-04-09 | 1 | -10/+16 |
* | st: reformatting and clean-ups in texture code | Brian Paul | 2009-04-09 | 1 | -95/+67 |
* | st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal format | Brian Paul | 2009-04-07 | 1 | -2/+4 |
* | mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file | Brian Paul | 2009-04-03 | 1 | -0/+1 |
* | st: init the default texture to (0,0,0,1) | Brian Paul | 2009-03-26 | 1 | -2/+12 |
* | st: Silence compiler warnings. | Michal Krol | 2009-03-21 | 1 | -2/+2 |
* | st/gl: Only transfer needed parts in st_TexSubimage | Jakob Bornecrantz | 2009-03-19 | 1 | -4/+2 |
* | st: need to free/realloc pipe texture when we're handed image level > last_level | Brian Paul | 2009-03-18 | 1 | -0/+1 |
* | st: clean up some if-statment code | Brian Paul | 2009-03-18 | 1 | -12/+11 |
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 1 | -6/+3 |
* | gallium: use unsigned long to silence warnings with 64-bit build | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -8/+8 |
* | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -1/+2 |
* | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell | 2009-02-16 | 1 | -5/+3 |
|\ |
|
| * | mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker | Brian Paul | 2009-02-12 | 1 | -2/+2 |
| * | mesa: Compare formats using nominal bytes per pixel. | José Fonseca | 2009-02-10 | 1 | -3/+1 |
* | | gallium: Various coordinate fixups for texture transfers. | Michel Dänzer | 2009-02-13 | 1 | -3/+3 |
* | | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer | 2009-02-05 | 1 | -57/+50 |
|/ |
|
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-10-17 | 1 | -2/+2 |
|\ |
|
| * | gallium: fix mis-matched malloc/free vs. aligned malloc/free | Brian Paul | 2008-10-17 | 1 | -2/+2 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 1 | -2/+2 |
|\| |
|
| * | mesa: fix convolve/convolution mix-ups | Brian | 2008-10-06 | 1 | -2/+2 |
* | | mesa: remove const qualifiers to match device driver interface function | Brian Paul | 2008-09-26 | 1 | -2/+2 |
|/ |
|
* | gallium: if we run out of memory in st_TexImage, flush and try again. | Brian Paul | 2008-09-18 | 1 | -2/+9 |
* | gallium: need to finish, not flush, in st_copy_texsubimage() | Brian Paul | 2008-09-17 | 1 | -1/+2 |
* | gallium: fix glTexImage(width=height=depth=0) case | Brian Paul | 2008-09-16 | 1 | -0/+5 |
* | gallium: move st_texture_image() cast wrapper to header file | Brian Paul | 2008-09-01 | 1 | -7/+0 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
* | gallium: fix do_flip bug on glCopyTexImage / surface_copy() path | Brian Paul | 2008-08-18 | 1 | -0/+4 |
* | gallium: init default texture image to gray | Brian Paul | 2008-08-14 | 1 | -0/+3 |
* | gallium: use a default texture in update_textures(), update_samplers() when n... | Brian Paul | 2008-08-14 | 1 | -0/+40 |