Age | Commit message (Expand) | Author |
2011-01-04 | llvmpipe: Include p_compiler.h in lp_perf.h. | Vinson Lee |
2011-01-04 | llvmpipe: Include missing headers in lp_bld_depth.h | Vinson Lee |
2011-01-04 | llvmpipe: Include p_compiler.h in lp_bld_alpha.h. | Vinson Lee |
2011-01-04 | i965g: Include p_compiler.h in intel_decode.h. | Vinson Lee |
2011-01-04 | i965g: Include gl.h in intel_structs.h. | Vinson Lee |
2011-01-04 | i965: Use last vertex convention for quad provoking vertex on sandybridge | Zhenyu Wang |
2011-01-03 | mesa: Include mtypes.h in renderbuffer.h. | Vinson Lee |
2011-01-04 | i965: Correct comment for gen6 fb write control message setting | Zhenyu Wang |
2011-01-04 | i965: Fix provoking vertex select in clip state for sandybridge | Zhenyu Wang |
2011-01-03 | mesa: fix AL44 texture fetch function nybble -> float conversion | Brian Paul |
2011-01-03 | intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support. | Eric Anholt |
2011-01-03 | intel: Use tri clears when we don't know how to blit clear the format. | Eric Anholt |
2011-01-03 | mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA. | Eric Anholt |
2011-01-03 | mesa: Also report renderbuffer red/green size for GL_RED and GL_RG. | Eric Anholt |
2011-01-03 | mesa: Use the common logic for "is this baseformat a color format?" | Eric Anholt |
2011-01-03 | mesa: Allow color renderbuffers besides just RGB and RGBA. | Eric Anholt |
2011-01-03 | mesa: Update comment about the list of BaseFormats for gl_formats. | Eric Anholt |
2011-01-03 | intel: Handle forced swrast clears before other clear bits. | Eric Anholt |
2011-01-03 | st/mesa: fix renderbuffer pointer check in st_Clear() | Brian Paul |
2011-01-03 | mesa: s/GLuint/gl_buffer_index/ | Brian Paul |
2011-01-03 | st/mesa: 80-column wrapping | Brian Paul |
2011-01-03 | st/mesa: 80-column wrapping | Brian Paul |
2011-01-04 | autoconf: Fix --with-driver=xlib --enable-openvg. | Chia-I Wu |
2011-01-04 | docs: Add an example for EGL_DRIVERS_PATH. | Chia-I Wu |
2011-01-03 | radeon: fix build on non-KMS systems. | Dave Airlie |
2011-01-01 | glsl: Really remove unused "instructions" parameter. | Kenneth Graunke |
2011-01-01 | glsl: Remove unused "instructions" parameter. | Kenneth Graunke |
2010-12-31 | mapi: add missing newline in error message | Brian Paul |
2010-12-31 | egl: add missing case in _eglError() | Brian Paul |
2010-12-31 | st/mesa: Handle wrapped depth buffers in st_copy_texsubimage(). | Henri Verbeet |
2010-12-30 | util: Add forward declarations in u_index_modify.h. | Vinson Lee |
2010-12-30 | tgsi: Clean up header file inclusion in tgsi_text.h. | Vinson Lee |
2010-12-30 | graw: Include p_shader_tokens.h for tgsi_token struct. | Vinson Lee |
2010-12-30 | tgsi: Clean up header file inclusion in tgsi_sanity.h. | Vinson Lee |
2010-12-30 | x86: Clean up header file inclusion in mmx.h. | Vinson Lee |
2010-12-30 | tnl: Clean up header file inclusion in t_vertex.h. | Vinson Lee |
2010-12-30 | vbo: Clean up header file inclusion in vbo.h. | Vinson Lee |
2010-12-30 | tnl: Clean up header file inclusion in t_vp_build.h. | Vinson Lee |
2010-12-30 | tnl: Clean up header file inclusion in tnl.h. | Vinson Lee |
2010-12-30 | drm/nvc0: don't un-bind every subchannel on init | Ben Skeggs |
2010-12-29 | util: add a way to store translated indices to a user memory in u_index_modify | Marek Olšák |
2010-12-29 | r300g: support user buffers as constant buffers | Marek Olšák |
2010-12-28 | i965: Do lowering of array indexing of a vector in the FS. | Eric Anholt |
2010-12-28 | i965: Fix regression in FS comparisons on original gen4 due to gen6 changes. | Eric Anholt |
2010-12-28 | i965: Factor out the ir comparision to BRW_CONDITIONAL_* code. | Eric Anholt |
2010-12-27 | glcpp: Add negative tests for redefintions with valueless macros. | Vinson Lee |
2010-12-28 | tgsi_dump: fix assert due to missing property name. | Dave Airlie |
2010-12-28 | r300g: rename aos to vertex arrays | Marek Olšák |
2010-12-28 | r300g: mark vertex arrays as dirty after a buffer_offset change | Marek Olšák |
2010-12-28 | i965: Fix occlusion query on sandybridge | Zhenyu Wang |