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_cb_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: Remove unnecessary headers from st_cb_texture.c.
Vinson Lee
2010-01-14
1
-2
/
+0
*
st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.
Michel Dänzer
2010-01-04
1
-1
/
+1
*
st/mesa: get rid of compressed_num_bytes() code
Brian Paul
2009-11-19
1
-36
/
+4
*
st/mesa: remove is_compressed_mesa_format()
Brian Paul
2009-11-19
1
-21
/
+2
*
st/mesa: remove pointless assertion
Brian Paul
2009-11-19
1
-2
/
+0
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-03
1
-7
/
+7
|
\
|
*
st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil
Brian Paul
2009-11-03
1
-0
/
+2
|
*
st/mesa: fix tests for depth and depth/stencil texture formats
Brian Paul
2009-11-03
1
-7
/
+5
|
*
st/mesa: fix non-mipmap lastLevel calculation.
Brian Paul
2009-10-01
1
-1
/
+5
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-68
/
+63
|
\
\
|
*
|
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
1
-4
/
+0
|
*
|
mesa: remove _mesa_compressed_row_stride() calls
Brian Paul
2009-10-25
1
-2
/
+1
|
*
|
mesa: remove ctx->Driver.CompressedTextureSize() hook
Brian Paul
2009-10-24
1
-1
/
+0
|
*
|
mesa: change compressed texture size calls
Brian Paul
2009-10-24
1
-5
/
+4
|
*
|
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-3
/
+6
|
*
|
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-5
/
+5
|
*
|
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
1
-0
/
+1
|
*
|
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-3
/
+2
|
*
|
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-15
/
+15
|
*
|
st/mesa: use _mesa_texstore()
Brian Paul
2009-09-28
1
-47
/
+36
|
*
|
mesa: use texture format functions
Brian Paul
2009-09-27
1
-3
/
+3
|
*
|
st/mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-37
/
+47
*
|
|
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-17
1
-1
/
+2
*
|
|
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-05
1
-0
/
+13
*
|
|
st/mesa: fix non-mipmap lastLevel calculation.
Cooper Yuan
2009-10-01
1
-1
/
+5
*
|
|
st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmem
Brian Paul
2009-09-28
1
-0
/
+3
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-28
1
-53
/
+9
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-28
1
-53
/
+9
|
|
\
|
|
*
st/mesa: fix/simplify st_texture_object::lastLevel calculation
Brian Paul
2009-09-28
1
-53
/
+9
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-20
1
-5
/
+13
|
\
|
|
|
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Nicolai Hähnle
2009-09-20
1
-5
/
+13
|
|
\
|
|
|
*
st/mesa: fix some incorrect branching/clean-up code in TexImage functions
Brian Paul
2009-09-16
1
-3
/
+3
|
|
*
st/mesa: fix texture memory allocation bug
Brian Paul
2009-09-16
1
-2
/
+10
|
|
*
st/mesa: silence uninitialized var warnings
Brian Paul
2009-09-03
1
-2
/
+2
|
|
*
st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware
Keith Whitwell
2009-09-02
1
-14
/
+51
*
|
|
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-12
/
+0
|
/
/
*
|
st/mesa: silence uninitialized var warnings
Brian Paul
2009-09-03
1
-2
/
+2
*
|
st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware
Keith Whitwell
2009-09-03
1
-14
/
+51
*
|
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
1
-2
/
+2
*
|
mesa/st: Add support for binding pipe surface to texture.
Chia-I Wu
2009-08-05
1
-0
/
+6
*
|
mesa st: Move logbase2 function to util/u_math.h
Patrice Mandin
2009-08-01
1
-13
/
+4
|
/
*
st/mesa: silence warning
Brian Paul
2009-07-27
1
-1
/
+2
*
mesa: Fix logbase2.
José Fonseca
2009-07-16
1
-7
/
+5
*
mesa: Report the true face number when flushing.
José Fonseca
2009-07-14
1
-3
/
+8
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
1
-7
/
+28
*
mesa: Assume depth textures have a single level unless told otherwise.
José Fonseca
2009-07-02
1
-1
/
+3
*
st/gl: Add stubs for CompressedTexSubImage[1D|3D]
Jakob Bornecrantz
2009-06-30
1
-0
/
+27
*
st/gl: Add support for glCompressedTexSubImage
Jakob Bornecrantz
2009-06-30
1
-0
/
+58
*
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
[next]