index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-2
/
+3
|
\
|
*
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
1
-1
/
+2
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-1
/
+1
*
|
mesa/st: fix crash in st_texture_image_copy
Marek Olšák
2009-10-28
1
-6
/
+15
*
|
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
1
-2
/
+1
|
/
*
gallium: rename copy/fill_rect utility functions
Brian Paul
2009-08-19
1
-1
/
+1
*
mesa/st: Add support for binding pipe surface to texture.
Chia-I Wu
2009-08-05
1
-15
/
+93
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-8
/
+10
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-1
/
+21
*
gallium: remove pipe_texture::compressed field
Brian Paul
2009-04-10
1
-1
/
+0
*
st: remove unneeded "is compressed" check
Brian Paul
2009-04-09
1
-2
/
+1
*
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-09
1
-2
/
+1
*
gallium: Remove remnants of reference counting internals outside of p_refcnt.h.
Michel Dänzer
2009-03-23
1
-1
/
+1
*
st: update texture comments
Brian Paul
2009-03-18
1
-7
/
+5
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
1
-1
/
+1
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-1
/
+0
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-5
/
+5
*
mesa: use an array for current texture objects
Brian Paul
2009-02-21
1
-1
/
+1
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-17
/
+19
*
gallium: add st_set_teximage_surface for EXT_texture_from_pixmap
Ben Skeggs
2008-11-13
1
-0
/
+47
*
gallium: remove the copyHeight hack for compresssed formats
Brian Paul
2008-09-04
1
-4
/
+1
*
mesa: Remove unused var.
José Fonseca
2008-09-04
1
-1
/
+0
*
gallium: added st_bind/release_teximage() functions
Brian Paul
2008-09-01
1
-0
/
+92
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+0
*
gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header
Brian Paul
2008-08-22
1
-0
/
+1
*
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-24
1
-1
/
+1
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-1
/
+2
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-14
/
+12
*
gallium: fix out of tex memory crashes
Brian Paul
2008-05-08
1
-1
/
+4
*
gallium: fix some render to texture bugs
Brian Paul
2008-05-07
1
-0
/
+16
*
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-02
1
-1
/
+3
*
gallium: use screen->tex_surface_release()
Brian Paul
2008-05-01
1
-2
/
+2
*
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-11
/
+23
*
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-30
1
-1
/
+0
*
gallium: fix the compressed texture hack in st_texture_image_copy()
Brian Paul
2008-04-25
1
-3
/
+2
*
gallium: fix Element() macro redefinition warning
Brian
2008-03-27
1
-0
/
+2
*
gallium: added a texture format sanity check/assertion in st_texture_create()
Brian Paul
2008-02-28
1
-0
/
+1
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
1
-6
/
+10
*
gallium: replace some ordinary assignments with pipe_reference_texture()
Brian
2008-02-20
1
-3
/
+6
*
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-13
1
-0
/
+1
*
gallium: remove unused first_level param from st_texture_create()
Brian
2008-02-12
1
-4
/
+2
*
gallium: clean-up, simplification of mipmapped textures
Brian
2008-02-12
1
-9
/
+26
*
gallium: change pipe->texture_create() to operate like the CSO functions
Brian
2008-02-06
1
-18
/
+13
*
comments, clean-ups, consts
Brian
2008-02-06
1
-12
/
+18
*
gallium: minor cleanups to pipe interface
Keith Whitwell
2008-01-26
1
-6
/
+29
*
gallium: Make texture target an enum for better debuggability.
Michel Dänzer
2008-01-04
1
-2
/
+2
*
Remove internal_format field from struct pipe_texture.
Michel Dänzer
2007-12-11
1
-4
/
+2
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-5
/
+4
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-0
/
+276