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: 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
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
1
-14
/
+14
*
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-26
1
-3
/
+3
*
gallium: mark texture object data dirty in do_copy_texsubimage()
Brian
2008-02-20
1
-0
/
+4
*
gallium: re-enable GenerateMipmap calls
Brian
2008-02-20
1
-17
/
+2
*
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
2008-02-20
1
-35
/
+7
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-1
/
+1
*
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-13
1
-0
/
+3
*
gallium: remove dead code
Brian
2008-02-12
1
-1
/
+0
*
gallium: added null ptr check
Brian
2008-02-12
1
-1
/
+1
*
gallium: remove unused first_level param from st_texture_create()
Brian
2008-02-12
1
-2
/
+0
*
gallium: clean-up, simplification of mipmapped textures
Brian
2008-02-12
1
-34
/
+17
*
gallium: strip borders from textures passed to st_TexImage.
Brian
2008-02-11
1
-3
/
+50
*
gallium: use _mesa_tex_target_to_face()
Brian
2008-02-11
1
-21
/
+1
*
gallium: initial implemenation of auto mipmap generation in state tracker
Brian
2008-02-08
1
-7
/
+4
*
clean-ups in guess_and_alloc_texture()
Brian
2008-02-06
1
-6
/
+12
*
plug in ctx->Driver.GenerateMipmap function
Brian
2008-02-06
1
-0
/
+2
*
clean-ups
Brian
2008-02-06
1
-38
/
+29
*
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
1
-4
/
+3
*
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-14
1
-9
/
+4
*
gallium: Make texture target an enum for better debuggability.
Michel Dänzer
2008-01-04
1
-1
/
+1
*
Remove internal_format field from struct pipe_texture.
Michel Dänzer
2007-12-11
1
-3
/
+2
*
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
1
-2
/
+2
*
gallium: remove dead pbo zcopy code
Keith Whitwell
2007-12-11
1
-31
/
+0
*
fix void pointer arithmetic warnings
Brian
2007-12-07
1
-7
/
+14
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-15
/
+15
*
Remove remnants of 'intel' from active state tracker code.
Michel Dänzer
2007-12-06
1
-5
/
+2
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-219
/
+208
*
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-29
1
-17
/
+18
*
plug in _mesa_test_proxy_teximage, temporarily
Brian
2007-11-01
1
-0
/
+3
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
1
-2
/
+2
*
formatting fix
Brian
2007-10-17
1
-1
/
+3
*
comments
Brian
2007-09-27
1
-3
/
+4
*
remove dead code
keithw
2007-09-27
1
-83
/
+0
*
Do image flipping in do_copy_texsubimage() and GL pixel transfer ops (except ...
Brian
2007-09-26
1
-7
/
+28
*
fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).
Brian
2007-09-26
1
-1
/
+17
*
More work on glCopyTexSubImage.
Brian
2007-09-26
1
-117
/
+157
*
checkpoint: glCopyTexImage work
Brian
2007-09-26
1
-90
/
+73
*
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-17
1
-23
/
+0
*
translate GL texture targets to PIPE_TEXTURE_x values
Brian
2007-08-15
1
-12
/
+36
*
use st_mesa_format_to_pipe_format()
Brian
2007-08-10
1
-17
/
+2
*
rename st_cb_teximage.h st_format.h
Brian
2007-08-10
1
-1
/
+1
*
code movement
Brian
2007-08-10
1
-149
/
+1
*
set mt->format
Brian
2007-08-07
1
-31
/
+50
*
s/intel/st/
Brian
2007-08-07
1
-126
/
+126
[prev]
[next]