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
*
st/mesa: whitespace fixes
Brian Paul
2010-02-23
1
-4
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
1
-1
/
+1
|
\
|
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
|
st/mesa: fix texture deallocation bug
Brian Paul
2010-02-01
1
-12
/
+10
|
/
*
Fix compressed texture loads for non-minimal pitches again
Luca Barbieri
2010-01-25
1
-2
/
+4
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-14
/
+44
|
\
|
*
st/mesa: fix format logic in compatible_src_dst_formats()
Brian Paul
2010-01-20
1
-12
/
+44
|
*
st/mesa: Remove unnecessary headers from st_cb_texture.c.
Vinson Lee
2010-01-14
1
-2
/
+0
*
|
Fix compressed texture loads for non-minimal pitches
Luca Barbieri
2010-01-11
1
-1
/
+16
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
1
-1
/
+1
|
\
|
|
*
st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.
Michel Dänzer
2010-01-04
1
-1
/
+1
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-13
/
+13
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-17
/
+14
|
\
\
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-18
/
+15
*
|
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+1
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+1
*
|
|
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-3
/
+3
*
|
|
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+1
*
|
|
Move pf_is_compressed() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
*
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-6
/
+6
*
|
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
|
\
|
|
[next]