Age | Commit message (Expand) | Author |
2011-01-28 | st/mesa: fix texture array dimensions | Brian Paul |
2011-01-28 | st/mesa: pass layers param to st_texture_create() | Brian Paul |
2011-01-25 | st/mesa: support for 1D/2D texture arrays | Brian Paul |
2011-01-25 | st/mesa: add comments in emit_wpos() | Brian Paul |
2011-01-25 | st/mesa: fix incorrect fragcoord.x translation | Brian Paul |
2011-01-24 | st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2 | Benjamin Franzke |
2011-01-24 | st/mesa: support internalFormat=GL_BGRA in TexImage2D | Benjamin Franzke |
2011-01-22 | st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB | Brian Paul |
2011-01-22 | st/mesa: update comment, use st_fb_orientation() | Brian Paul |
2011-01-22 | st/mesa: comments in update_viewport() | Brian Paul |
2011-01-20 | st/mesa: clean up the sampler view format code | Brian Paul |
2011-01-20 | st/mesa: formatting, whitespace fixes | Brian Paul |
2011-01-17 | st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code | Brian Paul |
2011-01-16 | gallium: add EXT_texture_sRGB_decode. | Dave Airlie |
2011-01-15 | mesa: begin implementation of GL_ARB_draw_buffers_blend | Brian Paul |
2011-01-15 | st/mesa: GL_ARB_instanced_arrays support | Brian Paul |
2011-01-15 | st/mesa: move/consolidate an assignment | Brian Paul |
2011-01-15 | Merge branch 'draw-instanced' | Brian Paul |
2011-01-13 | st/mesa: fix a regression from cae2bb76 | Fredrik Höglund |
2011-01-12 | st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED | Brian Paul |
2011-01-09 | st/mesa: Include mfeatures.h in files that perform feature tests. | Vinson Lee |
2011-01-06 | st/mesa: remove unused members in st_context | Marek Olšák |
2011-01-06 | st/mesa: optimize constant buffer uploads | Marek Olšák |
2011-01-06 | st/mesa: do sanity checks on states only in debug builds | Marek Olšák |
2011-01-05 | st/mesa: Include mtypes.h in st_cb_drawpixels.c. | Vinson Lee |
2011-01-04 | st/mesa: advertise GL_ARB_half_float_pixel | Marek Olšák |
2011-01-04 | st/mesa: skip glDrawPixels/glBitmap-related code for ES build | Brian Paul |
2011-01-03 | st/mesa: fix renderbuffer pointer check in st_Clear() | Brian Paul |
2011-01-03 | st/mesa: 80-column wrapping | Brian Paul |
2011-01-03 | st/mesa: 80-column wrapping | Brian Paul |
2010-12-31 | st/mesa: Handle wrapped depth buffers in st_copy_texsubimage(). | Henri Verbeet |
2010-12-24 | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee |
2010-12-24 | st/mesa: Clean up header file inclusion in st_gen_mipmap.h. | Vinson Lee |
2010-12-24 | mesa/st: set the color write cbuf property for fragColor writes | Dave Airlie |
2010-12-23 | st/mesa: do not require all texture formats to be renderable | Marek Olšák |
2010-12-23 | st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16 | Marek Olšák |
2010-12-23 | st/mesa: if Z32 is unsupported, prefer Z24 to Z16 | Marek Olšák |
2010-12-23 | st/mesa: use RGBA16 for RGB12 and RGB16 | Marek Olšák |
2010-12-23 | st/mesa: use DXT SRGB formats for COMPRESSED_SRGB | Marek Olšák |
2010-12-23 | st/mesa: Remove unnecessary header. | Vinson Lee |
2010-12-21 | st/mesa: Clean up header file inclusion in st_format.h. | Vinson Lee |
2010-12-21 | st/mesa: Clean up header file inclusion in st_draw.h. | Vinson Lee |
2010-12-20 | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák |
2010-12-20 | st/mesa: Remove comment cruft from st_context.h. | Vinson Lee |
2010-12-20 | st/mesa: Clean up header file inclusion in st_cb_texture.h. | Vinson Lee |
2010-12-20 | st/mesa: Clean up header file inclusion in st_cb_readpixels.h. | Vinson Lee |
2010-12-18 | st/mesa: Clean up header file inclusion in st_cb_program.h. | Vinson Lee |
2010-12-18 | st/mesa: Clean up header file inclusion in st_cb_accum.h. | Vinson Lee |
2010-12-18 | mesa/swrast/st: add ARB_occlusion_query2 support. | Dave Airlie |
2010-12-16 | st/mesa: s/varient/variant | Brian Paul |