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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
Brian Paul
2009-12-27
1
-0
/
+2
*
gallium: only create pipe buffer when size is nonzero
Maarten Maathuis
2009-12-23
1
-6
/
+10
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-21
1
-0
/
+3
|
\
|
*
st/mesa: Check for single level mipmap trees.
Younes Manton
2009-12-21
1
-0
/
+3
|
*
st/mesa: remove //-style comments
Brian Paul
2009-12-16
2
-5
/
+5
*
|
st/mesa: move assert on nr vs insns until after pos_invarient expansion
Keith Whitwell
2009-12-18
2
-2
/
+2
*
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-12-15
1
-2
/
+2
|
\
|
|
*
st/mesa: Silence uninitialized variables warnings in st_draw.c.
Vinson Lee
2009-12-12
1
-2
/
+2
*
|
mesa: Move OES_read_format support from drivers into the core.
Eric Anholt
2009-12-09
3
-136
/
+0
*
|
st/mesa: updated emit_swz() comment
Brian Paul
2009-12-01
1
-1
/
+1
*
|
st/mesa: replace st_flush() with pipe->flush()
Brian Paul
2009-11-19
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 'outputswritten64'
Ian Romanick
2009-11-17
2
-2
/
+2
*
|
mesa: fix assorted compiler warnings
Brian Paul
2009-11-17
3
-7
/
+7
*
|
st/mesa: comments for st_draw.c
Brian Paul
2009-11-15
1
-4
/
+14
*
|
mesa: Export S3_s3tc as well.
José Fonseca
2009-11-06
1
-0
/
+1
*
|
mesa: Translate MAP_UNSYNCHRONIZED_BIT.
José Fonseca
2009-11-06
1
-0
/
+3
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-03
2
-12
/
+22
|
\
|
|
*
st/mesa: clip pixels in draw_stencil_pixels to avoid crash
Marek Olšák
2009-11-03
1
-5
/
+15
|
*
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
*
|
mesa: Add MESA_FORMAT_Z24_X8.
José Fonseca
2009-10-29
1
-0
/
+2
*
|
st/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24 conversion
David Heidelberger
2009-10-29
1
-0
/
+2
*
|
st/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM to MESA_FORMAT_S8_Z24.
David Heidelberger
2009-10-29
1
-0
/
+2
*
|
st/mesa: Fix nouveau glxinfo after merging texformat-rework.
David Heidelberger
2009-10-29
1
-0
/
+6
*
|
mesa: Fix compilation errors and warnings when features are disabled.
Chia-I Wu
2009-10-29
1
-0
/
+2
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
8
-153
/
+215
|
\
\
|
*
|
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
5
-40
/
+106
|
*
|
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
2
-1
/
+3
|
*
|
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-3
/
+2
|
*
|
st/mesa: update comment
Brian Paul
2009-09-30
1
-1
/
+1
|
*
|
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
6
-51
/
+52
|
*
|
st/mesa: use _mesa_texstore()
Brian Paul
2009-09-28
2
-60
/
+47
|
*
|
mesa: change _mesa_format_to_type_and_comps() format parameter type
Brian Paul
2009-09-27
1
-1
/
+1
|
*
|
mesa: use texture format functions
Brian Paul
2009-09-27
2
-4
/
+4
|
*
|
st/mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-37
/
+47
|
*
|
st/mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-11
/
+15
*
|
|
mesa/st: fix crash in st_texture_image_copy
Marek Olšák
2009-10-28
1
-6
/
+15
*
|
|
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-2
/
+0
*
|
|
gallium: remove noise opcodes
Keith Whitwell
2009-10-23
1
-8
/
+15
*
|
|
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-17
4
-14
/
+40
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-10
1
-0
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
st/mesa: create aux buffers according to visual
Brian Paul
2009-10-09
1
-0
/
+7
[next]