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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Silence valgrind warning for getparam ioctl argument.
Eric Anholt
2012-02-21
1
-0
/
+1
*
i965: Rename the original binding table to mention that it's the WM now.
Eric Anholt
2012-02-21
7
-32
/
+30
*
i965: Split the gen6 GS binding table to a separate table.
Eric Anholt
2012-02-21
5
-10
/
+75
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
9
-17
/
+94
*
i965/gen6+: Avoid recomputing whether we use noperspective.
Eric Anholt
2012-02-21
3
-36
/
+10
*
i965/gen7: Skip checking if we need a GS program for now.
Eric Anholt
2012-02-21
1
-1
/
+0
*
i965: Compute required barycentric interp modes once at FS compile time.
Eric Anholt
2012-02-21
4
-20
/
+17
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
12
-49
/
+42
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
10
-39
/
+29
*
mesa: fix issues with texture border and array textures
Anuj Phogat
2012-02-21
1
-11
/
+59
*
mesa: check for no state change in glPrimitiveRestartIndex()
Brian Paul
2012-02-20
1
-4
/
+5
*
mesa: check for no state change in Enable/DisableVertexAttribArray()
Brian Paul
2012-02-20
1
-10
/
+22
*
mesa: add missing return after _mesa_error() in update_array()
Brian Paul
2012-02-20
1
-0
/
+1
*
i965: Make the dummy fragment shader work in SIMD16 mode.
Kenneth Graunke
2012-02-18
1
-5
/
+7
*
i965: Fix GPU hangs in the dummy fragment shader.
Kenneth Graunke
2012-02-18
1
-0
/
+2
*
vbo: Eliminate short-circuiting in invalid-start case.
Kenneth Graunke
2012-02-17
1
-5
/
+1
*
vbo: Rework checking of 'end' against _MaxElement.
Kenneth Graunke
2012-02-17
1
-11
/
+6
*
vbo: Ignore invalid element ranges which are outside VBO bounds.
Kenneth Graunke
2012-02-17
1
-0
/
+25
*
vbo: Remove pedantic warning about 'end' beind out of bounds.
Kenneth Graunke
2012-02-17
1
-47
/
+2
*
intel: Fix rendering from textures after RenderTexture().
Eric Anholt
2012-02-17
5
-61
/
+47
*
intel: Improve the fallback debug for framebuffer status checks.
Eric Anholt
2012-02-17
1
-2
/
+17
*
mesa: Only end render-to-texture at bind time for drawbuffers.
Eric Anholt
2012-02-17
1
-5
/
+2
*
mesa: Update the version string to 8.1-devel
Ian Romanick
2012-02-16
1
-1
/
+1
*
mesa: add missing texture integer test in glTexSubImage()
Brian Paul
2012-02-16
1
-0
/
+11
*
i965: Emit Ivybridge VS workaround flushes.
Kenneth Graunke
2012-02-15
4
-2
/
+29
*
mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well.
Eric Anholt
2012-02-15
1
-2
/
+17
*
mesa: Fix push/pop of multisample coverage invert.
Eric Anholt
2012-02-15
1
-5
/
+0
*
swrast: Only avoid empty _TexEnvPrograms
Ian Romanick
2012-02-15
1
-1
/
+2
*
st/mesa: fix typo: s/patent/parent/
Brian Paul
2012-02-15
1
-1
/
+1
*
st/mesa: remove unused st_equal_formats() function
Brian Paul
2012-02-15
2
-21
/
+0
*
st/mesa: use _mesa_format_matches_format_and_type() in decompress_with_blit()
Brian Paul
2012-02-15
1
-1
/
+3
*
st/mesa: remove INLINE qualifiers
Brian Paul
2012-02-15
1
-2
/
+2
*
st/mesa: simplify st_create_texture_sampler_view()
Brian Paul
2012-02-15
1
-12
/
+9
*
st/mesa: remove unused st_get_texture_sampler_view()
Brian Paul
2012-02-15
1
-16
/
+0
*
st/mesa: use private pipe_sampler_view in decompress_with_blit()
Brian Paul
2012-02-15
1
-4
/
+18
*
st/mesa: use private pipe_sampler_view in st_render_mipmap()
Brian Paul
2012-02-15
1
-3
/
+7
*
mesa: use z32f_x24s8 struct in format pack/unpack code
Brian Paul
2012-02-15
2
-21
/
+30
*
st/mesa: assorted clean-ups in st_cb_fbo.c
Brian Paul
2012-02-15
1
-19
/
+3
*
st/mesa: remove st_framebuffer_renderbuffer()
Brian Paul
2012-02-15
1
-14
/
+1
*
st/mesa: remove st_get_default_texture()
Brian Paul
2012-02-15
4
-57
/
+4
*
mesa: fix _mesa_get_fallback_texture() to handle all texture targets
Brian Paul
2012-02-15
5
-37
/
+113
*
st/mesa: improve assertion/check for stencil format
Brian Paul
2012-02-15
1
-8
/
+2
*
mesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format unpack code
Brian Paul
2012-02-15
1
-0
/
+13
*
st/mesa: use _mesa_pack_ubyte_stencil_row() in draw_stencil_pixels()
Brian Paul
2012-02-15
1
-42
/
+2
*
st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffers
Brian Paul
2012-02-15
1
-0
/
+6
*
st/mesa: use u_surface_default_template() helper
Brian Paul
2012-02-15
1
-3
/
+1
*
st/mesa: remove redundant memset(surface_template,0)
Brian Paul
2012-02-15
1
-1
/
+0
*
st/mesa: remove st_renderbuffer::stride
Brian Paul
2012-02-15
2
-8
/
+6
*
st/mesa: remove st_renderbuffer::format
Brian Paul
2012-02-15
3
-17
/
+10
*
mesa: fix comment typos in fbobject.c
Brian Paul
2012-02-15
1
-2
/
+2
[next]