index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Age
Commit message (
Expand
)
Author
2010-01-04
st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.
Michel Dänzer
2010-01-03
mesa: Cope with the degenerate case of zero length ranges.
José Fonseca
2009-12-29
st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()
Brian Paul
2009-12-27
st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
Brian Paul
2009-12-23
gallium: only create pipe buffer when size is nonzero
Maarten Maathuis
2009-12-21
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-21
st/mesa: Check for single level mipmap trees.
Younes Manton
2009-12-16
st/mesa: remove //-style comments
Brian Paul
2009-12-12
st/mesa: Silence uninitialized variables warnings in st_draw.c.
Vinson Lee
2009-12-18
st/mesa: move assert on nr vs insns until after pos_invarient expansion
Keith Whitwell
2009-11-03
st/mesa: clip pixels in draw_stencil_pixels to avoid crash
Marek Olšák
2009-11-03
st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil
Brian Paul
2009-11-03
st/mesa: fix tests for depth and depth/stencil texture formats
Brian Paul
2009-10-09
st/mesa: create aux buffers according to visual
Brian Paul
2009-10-01
st/mesa: check for null before asserts, fix possible mem leak
Brian Paul
2009-10-01
st/mesa: silence hidden parameter warning
Brian Paul
2009-10-01
st/mesa: fix non-mipmap lastLevel calculation.
Brian Paul
2009-09-28
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-28
st/mesa: fix st_generate_mipmap() issues
Brian Paul
2009-09-28
st/mesa: fix/simplify st_texture_object::lastLevel calculation
Brian Paul
2009-09-24
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-23
st/mesa: trim calculated userbuffer size
Keith Whitwell
2009-09-20
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Nicolai Hähnle
2009-09-20
mesa/st: Create front renderbuffer on the fly when supplied with a surface
Nicolai Hähnle
2009-09-20
mesa/st: Initialize format bits of framebuffer renderbuffers
Nicolai Hähnle
2009-09-16
st/mesa: fix some incorrect branching/clean-up code in TexImage functions
Brian Paul
2009-09-16
st/mesa: fix texture memory allocation bug
Brian Paul
2009-09-03
st/mesa: silence uninitialized var warnings
Brian Paul
2009-09-03
st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position
Brian Paul
2009-09-03
st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware
Keith Whitwell
2009-09-03
st/mesa: silence uninitialized var warnings
Brian Paul
2009-09-03
st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position
Brian Paul
2009-09-03
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure
Brian Paul
2009-09-02
st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware
Keith Whitwell
2009-09-01
st/mesa: use new _mesa_expand_bitmap() function
Brian Paul
2009-08-31
st/mesa: fix obj->Pointer offset in st_bufferobj_map_range()
Brian Paul
2009-08-24
st/mesa: flush bitmap cache if Z value changes
Brian Paul
2009-08-21
st/mesa: flush bitmap cache if Z value changes
Brian Paul
2009-08-19
gallium: rename copy/fill_rect utility functions
Brian Paul
2009-08-12
Merge branch 'new-frag-attribs'
Brian Paul
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-07
st/mesa: remove redundant calls to _mesa_set_vp_override()
Brian Paul
2009-08-05
mesa/st: Add support for binding pipe surface to texture.
Chia-I Wu
2009-08-05
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-05
st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)
Brian Paul
2009-08-05
st/mesa: fix Y inversion and optimize st_BlitFramebuffer()
Brian Paul
2009-08-03
st/mesa: we don't support GL_NV_point_sprite (see comment)
Brian Paul
2009-08-01
mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...
Patrice Mandin
2009-08-01
mesa st: Move logbase2 function to util/u_math.h
Patrice Mandin
[next]