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: fix mipmap generation bug
Brian Paul
2010-12-06
2
-1
/
+8
*
|
st/mesa: initialize key in st_vp_varient
Marek Olšák
2010-12-05
1
-0
/
+2
*
|
st/mesa: new comment about updating state vars
Brian Paul
2010-12-03
1
-0
/
+5
*
|
mesa, st/mesa: fix gl_FragCoord with FBOs in Gallium
Marek Olšák
2010-12-03
1
-15
/
+28
*
|
st/mesa: avoid large stack allocations in readpixels code
Brian Paul
2010-12-02
1
-1
/
+10
*
|
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
12
-175
/
+196
*
|
st/mesa: fix texture border color for RED and RG base formats
Marek Olšák
2010-11-29
1
-0
/
+12
*
|
st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BIT
Mathias Fröhlich
2010-11-26
1
-0
/
+6
*
|
st/mesa: fix mapping of zero-sized buffer objects
Brian Paul
2010-11-26
1
-12
/
+18
|
/
*
mesa: replace #defines with new gl_shader_type enum
Brian Paul
2010-11-23
2
-23
/
+29
*
st/mesa: set MaxUniformComponents
Marek Olšák
2010-11-22
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-2
/
+2
*
st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objects
Marek Olšák
2010-11-21
1
-0
/
+2
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-11-20
2
-2
/
+0
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
4
-14
/
+23
*
gallium: Add st_context_iface::share to st_api.
Chia-I Wu
2010-11-18
1
-1
/
+22
*
gallium: Add st_api::name.
Chia-I Wu
2010-11-18
1
-0
/
+1
*
st/mesa: fix glDrawPixels(depth/stencil) bugs
Brian Paul
2010-11-15
1
-13
/
+39
*
gallium: add CAPs for indirect addressing and lower it in st/mesa when needed
Marek Olšák
2010-11-12
1
-0
/
+9
*
st/mesa: Reset the constant buffers before destroying the pipe context.
Tilman Sauerbeck
2010-11-04
1
-0
/
+5
*
st/mesa: Reset the index buffer before destroying the pipe context.
Tilman Sauerbeck
2010-11-02
1
-0
/
+2
*
st/mesa: unbind constant buffer when not in use
Keith Whitwell
2010-11-02
1
-1
/
+4
*
st/mesa: Unreference the sampler view in st_bind_surface.
Chia-I Wu
2010-10-31
1
-0
/
+1
*
st/mesa: Silence uninitialized variable warning.
Vinson Lee
2010-10-28
1
-0
/
+4
*
Track separate programs for each stage
Ian Romanick
2010-10-27
3
-14
/
+49
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-10-27
1
-1
/
+0
*
st/mesa: support RGBA16 and use it for RGBA12 as well
Marek Olšák
2010-10-25
1
-1
/
+10
*
st/mesa: be smarter choosing texture format for glDrawPixels()
Brian Paul
2010-10-23
1
-4
/
+46
*
st/mesa: add format selection for signed/unsigned integer formats
Brian Paul
2010-10-23
1
-0
/
+120
*
mesa: split up the image.c file
Brian Paul
2010-10-23
3
-0
/
+4
*
Merge branch 'primitive-restart-cleanup'
Brian Paul
2010-10-21
2
-0
/
+7
|
\
|
*
st/mesa: support for primitive restart
Brian Paul
2010-10-21
2
-0
/
+7
*
|
st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()
Brian Paul
2010-10-21
1
-0
/
+2
|
/
*
st/mesa: update function name, comments
Brian Paul
2010-10-15
1
-6
/
+14
*
st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32
Brian Paul
2010-10-15
1
-1
/
+1
*
st/mesa: reformatting in st_cb_drawpixels.c
Brian Paul
2010-10-15
1
-20
/
+32
*
st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)
Brian Paul
2010-10-15
2
-7
/
+23
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
45
-169
/
+169
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
6
-17
/
+17
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
3
-6
/
+6
*
st/mesa: enable stencil shader export extension if supported
Dave Airlie
2010-10-13
1
-0
/
+4
*
st/mesa: use shader stencil export to accelerate shader drawpixels.
Dave Airlie
2010-10-13
4
-57
/
+158
*
st/mesa: add option to choose a texture format that we won't render to.
Dave Airlie
2010-10-13
3
-8
/
+22
*
st/mesa: replace assertion w/ conditional in framebuffer invalidation
Brian Paul
2010-10-05
1
-2
/
+11
*
mesa/st: initial attempt at RG support for gallium drivers
Dave Airlie
2010-10-02
4
-1
/
+93
*
st: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
Remove unnescessary initializations of UpdateTexturePalette
Ian Romanick
2010-09-27
1
-1
/
+0
*
st/mesa: use the wrapped renderbuffer in CopyPixels()
Brian Paul
2010-09-24
1
-1
/
+11
*
st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()
Brian Paul
2010-09-24
1
-0
/
+2
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
2
-8
/
+0
[prev]
[next]