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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-12
1
-20
/
+33
|
\
|
*
mesa: rework vertex shader output / fragment shader input attribute matching
Brian Paul
2009-06-11
1
-20
/
+33
*
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
5
-28
/
+15
|
\
|
|
*
mesa: Use new pf_is_depth_and_stencil inline.
José Fonseca
2009-06-11
1
-16
/
+2
|
*
mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.
José Fonseca
2009-06-11
2
-7
/
+11
|
*
mesa: Remove dead code.
José Fonseca
2009-06-11
1
-3
/
+0
|
*
st/mesa: fix typo s/BFC0/BFC1/
Brian Paul
2009-06-11
1
-2
/
+2
*
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
6
-240
/
+219
|
\
|
|
*
mesa: Only do read write when we don't have a depth value to write
Jakob Bornecrantz
2009-06-11
1
-1
/
+1
|
*
mesa: Take the format from the right structure.
José Fonseca
2009-06-11
1
-1
/
+1
|
*
meas: Use a read/write transfer when writing stencil component, but not touch...
José Fonseca
2009-06-11
1
-2
/
+23
|
*
mesa: Reverse s8z24 into z24s8 as required by EXT_packed_depth_stencil.
José Fonseca
2009-06-10
1
-2
/
+7
|
*
mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.
José Fonseca
2009-06-10
1
-1
/
+1
|
*
mesa: Single precision constants.
José Fonseca
2009-06-10
1
-2
/
+2
|
*
mesa: Pure software accum buffer.
José Fonseca
2009-06-10
4
-234
/
+187
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-09
2
-27
/
+26
|
\
|
|
*
mesa/st: fix tracking of mapped buffer ranges
Keith Whitwell
2009-06-09
1
-1
/
+1
|
*
st/mesa: fix incorrect bufObj Length assignment, remove unneeded assertion
Brian Paul
2009-06-08
1
-2
/
+1
|
*
st/mesa: remove invalid assertion
Brian Paul
2009-06-08
1
-3
/
+0
|
*
mesa: Allocate tokens from the heap.
José Fonseca
2009-06-08
1
-18
/
+22
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-04
2
-7
/
+12
|
\
|
|
*
st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
Brian Paul
2009-06-04
1
-1
/
+1
|
*
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
*
|
st/mesa: minor clean-ups, reformatting, etc
Brian Paul
2009-06-02
1
-14
/
+11
*
|
st/mesa: implement/enable GL_ARB_copy_buffer extension
Brian Paul
2009-06-02
2
-0
/
+39
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-01
3
-9
/
+13
|
\
|
|
*
st/mesa: fix incorrect sprite origin when drawing to FBO/texture
Brian Paul
2009-06-01
1
-1
/
+2
|
*
mesa: Check/propagate return value on st_make_current.
José Fonseca
2009-05-30
2
-8
/
+11
*
|
st/mesa: init Format field of vertex arrays for feedback mode
Brian Paul
2009-05-27
1
-0
/
+1
*
|
mesa: use Elements() for loop limit
Brian Paul
2009-05-22
1
-1
/
+1
*
|
st: add support for GL_EXT_vertex_array_bgra
Brian Paul
2009-05-21
4
-2
/
+16
*
|
st: reformatting, comments, var renaming
Brian Paul
2009-05-19
1
-19
/
+29
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-18
1
-3
/
+7
|
\
|
|
*
st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()
Brian Paul
2009-05-18
1
-2
/
+6
|
*
st: fix incorrect target parameter to screen->is_format_supported()
Brian Paul
2009-05-18
1
-1
/
+1
*
|
st/mesa: enable GL_APPLE_vertex_array_object for gallium drivers
Brian Paul
2009-05-13
2
-0
/
+7
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-11
2
-6
/
+17
|
\
|
|
*
st: do proper refcounting for framebuffer surfaces
Brian Paul
2009-05-11
2
-6
/
+17
|
*
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2009-05-08
2
-3
/
+68
|
*
mesa/st: remove redundant call to st_finish in CopyTexSubImage
Keith Whitwell
2009-05-08
1
-3
/
+0
|
*
mesa/st: cope with non-ibo index data in st_draw_feedback.c
Keith Whitwell
2009-05-08
1
-8
/
+15
|
*
mesa: more complete fix for transform_invarient glitches
Keith Whitwell
2009-05-08
1
-0
/
+6
*
|
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2009-05-08
2
-3
/
+68
*
|
mesa/st: remove redundant call to st_finish in CopyTexSubImage
Keith Whitwell
2009-05-08
1
-3
/
+0
*
|
mesa/st: cope with non-ibo index data in st_draw_feedback.c
Keith Whitwell
2009-05-08
1
-8
/
+15
*
|
mesa: more complete fix for transform_invarient glitches
Keith Whitwell
2009-05-05
1
-0
/
+6
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-01
1
-1
/
+11
|
\
|
|
*
st: create renderbuffer's pipe_surface in st_render_texture()
Brian Paul
2009-05-01
1
-1
/
+11
*
|
st: if st_swapbuffers() is called for single-buffered visual don't crash
Brian Paul
2009-05-01
1
-1
/
+19
[next]