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
*
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
*
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
2
-129
/
+2
*
mesa: Remove the non-required ARB_imaging extension.
Eric Anholt
2010-09-23
1
-1
/
+0
*
egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6e
Dave Airlie
2010-09-23
1
-1
/
+1
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-1
/
+5
*
Merge branch 'sprite-coord'
Brian Paul
2010-09-21
2
-12
/
+19
|
\
|
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
2
-12
/
+19
*
|
st/mesa: fix assertion failure in GetTexImage for cubemaps
Marek Olšák
2010-09-20
1
-0
/
+6
|
/
*
mesa/st: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-1
/
+4
*
mesa/st: ask GLSL to not emit noise since we have a dummy implementation
Luca Barbieri
2010-09-14
1
-0
/
+2
*
mesa/st: set compiler options based on Gallium shader caps
Luca Barbieri
2010-09-14
1
-0
/
+9
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-24
/
+28
*
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
Chia-I Wu
2010-09-10
2
-66
/
+0
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-20
/
+55
*
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
2010-09-08
1
-4
/
+1
*
glsl: make compiler options per-target
Luca Barbieri
2010-09-08
1
-2
/
+4
*
mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_image
Luca Barbieri
2010-09-04
1
-0
/
+2
*
st/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
Brian Paul
2010-09-02
1
-0
/
+1
*
mesa/st: remove check for buffer/elements = 0
Dave Airlie
2010-09-02
1
-3
/
+0
[next]