index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a...
Brian Paul
2008-08-13
1
-1
/
+7
*
gallium: fix additional glCopyTex[Sub]Image issues
Brian Paul
2008-08-08
1
-34
/
+84
*
gallium: clean-up, remove dead code, update comments
Brian Paul
2008-08-07
1
-241
/
+89
*
gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.
Brian Paul
2008-08-07
1
-8
/
+4
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-2
/
+6
*
st: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-4
/
+4
*
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-07-13
1
-4
/
+4
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-6
/
+11
*
gallium: added support for fixed-point formats, drawing
Brian Paul
2008-06-23
1
-1
/
+2
*
gallium: fix-up inverted do_copy_texsubimage()
Brian Paul
2008-06-23
1
-21
/
+30
*
gallium: remove dead/prototype code
Brian Paul
2008-06-23
1
-22
/
+0
*
gallium: add some #if FEATURE_x tests
Brian Paul
2008-06-12
1
-0
/
+4
*
gallium: test for FEATURE_convolution
Brian Paul
2008-06-12
1
-0
/
+4
*
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Brian Paul
2008-05-18
1
-8
/
+5
|
\
|
*
gallium: ref counting clean-ups
Brian Paul
2008-05-16
1
-8
/
+5
|
*
gallium: change calculate_first_last_level() to match gallium-tex-surfaces br...
Brian Paul
2008-05-06
1
-1
/
+1
*
|
gallium: depth textures have usage depth_stencil instead of render_target
Roland Scheidegger
2008-05-09
1
-5
/
+12
*
|
gallium: fix out of tex memory crashes
Brian Paul
2008-05-08
1
-2
/
+9
*
|
gallium: fix some render to texture bugs
Brian Paul
2008-05-07
1
-0
/
+1
*
|
Revert "gallium: move setup of dest_surface in do_copy_texsubimage()"
Michel Dänzer
2008-05-07
1
-10
/
+11
*
|
gallium: re-enable temporarily disabled code in do_copy_texsubimage()
Brian Paul
2008-05-06
1
-1
/
+1
*
|
gallium: create drawing surfaces as GPU_READ/WRITE only
Brian Paul
2008-05-06
1
-1
/
+9
*
|
gallium: move setup of dest_surface in do_copy_texsubimage()
Michal Danzer
2008-05-06
1
-11
/
+10
*
|
gallium: sync up texture/sampler changes with master
Brian Paul
2008-05-06
1
-11
/
+13
*
|
gallium: Make sure to release texture surfaces (at the right time).
Michel Dänzer
2008-05-06
1
-0
/
+2
*
|
gallium: glCopyTexSubImage improvement.
Michel Dänzer
2008-05-06
1
-10
/
+11
*
|
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-06
1
-20
/
+10
|
\
|
|
*
gallium: minor code, comments clean-up
Brian Paul
2008-05-02
1
-26
/
+16
|
*
gallium: in st_finalize_texture() check texture dimensions
Brian Paul
2008-05-02
1
-1
/
+4
|
*
gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.
Michel Dänzer
2008-05-02
1
-5
/
+7
*
|
gallium: fix some BaseLevel, lastLevel bugs
Brian Paul
2008-05-03
1
-1
/
+4
*
|
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-02
1
-2
/
+8
*
|
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-02
1
-7
/
+2
|
\
|
|
*
gallium: Set sampler->min_lod instead of always reallocating pipe_textures.
Michel Dänzer
2008-05-01
1
-7
/
+2
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-26
/
+22
|
/
*
gallium: fix texture border removal bug
Brian Paul
2008-04-30
1
-0
/
+4
*
gallium: fix broken GL_DEPTH_COMPONENT case in fallback_copy_texsubimage()
Brian Paul
2008-04-29
1
-19
/
+40
*
gallium: fix incorrect level param in copy_image_data_to_texture()
Brian Paul
2008-04-28
1
-1
/
+1
*
gallium: added null ptr check
Brian Paul
2008-04-25
1
-1
/
+1
*
gallium: added a null ptr check
Brian Paul
2008-04-25
1
-1
/
+7
*
gallium: Use util_blit_pixels() for glCopyTexSubImage when appropriate.
Michel Dänzer
2008-04-25
1
-14
/
+23
*
gallium: Flush render cache at the beginning of fallback_copy_texsubimage().
Michel Dänzer
2008-04-11
1
-0
/
+3
*
gallium: state tracker fixes for compressed textures
Roland Scheidegger
2008-04-04
1
-0
/
+1
*
gallium: fix a few texture border/mipmap glitches found w/ conform
Brian Paul
2008-03-24
1
-14
/
+13
*
gallium: catch some out of memory conditions in the texture image code.
Brian Paul
2008-03-20
1
-4
/
+9
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-6
/
+7
*
gallium: disable an unneeded assertion (hit with texwrap.c)
Brian
2008-03-10
1
-1
/
+2
[next]