summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-31egl: Clean up surface attributes.Chia-I Wu
2010-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee
2010-01-31mesa: Remove unnecessary headers.Vinson Lee
2010-01-31i965: Silence uninitialized variable warning.Vinson Lee
2010-01-30r300g: Silence uninitialized variable warning.Vinson Lee
2010-01-31egl: Surface type validaction should depend on extensions supported.Chia-I Wu
2010-01-31egl: Initialize display configs with the display.Chia-I Wu
2010-01-31egl: Initialize display resources with their display.Chia-I Wu
2010-01-31egl: Refactor _eglInitImage.Chia-I Wu
2010-01-31egl: Refactor _eglInitContext.Chia-I Wu
2010-01-31egl: Refactor _eglInitSurface.Chia-I Wu
2010-01-30i915: Set bit field of length 1 light_twoside to unsigned.Vinson Lee
2010-01-30glut: Remove unnecessary headers.Vinson Lee
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-30r600: Remove unnecessary headers.Vinson Lee
2010-01-30r300: Remove unnecessary headers.Vinson Lee
2010-01-30r200: Remove unnecessary headers.Vinson Lee
2010-01-30r128: Remove unnecessary headers.Vinson Lee
2010-01-31egl: Remove code blocks that are commented out.Chia-I Wu
2010-01-31st/egl: Do not ignore configs without a renderable type.Chia-I Wu
2010-01-31st/egl: Remove egl_g3d_get_current_context.Chia-I Wu
2010-01-30intel: Remove unnecessary headers.Vinson Lee
2010-01-30i965: Remove unnecessary headers.Vinson Lee
2010-01-30i915: Remove unnecessary headers.Vinson Lee
2010-01-30intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt
2010-01-30Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson
2010-01-30intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt
2010-01-30r300g: Independent blend enables only work on r500.Corbin Simpson
2010-01-30r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson
2010-01-30r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson
2010-01-30gallium-docs: Fix missing PIPE_CAPs.Corbin Simpson
2010-01-30r300g: Dual-source blending isn't possible, period.Corbin Simpson
2010-01-30r300g: Add alpha render targets.Mathias Fröhlich
2010-01-30st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu
2010-01-30egl: Remove my_strdup.Chia-I Wu
2010-01-30egl: Remove unused VisibleRefCount.Chia-I Wu
2010-01-30egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu
2010-01-30egl: Clean up header inclusions.Chia-I Wu
2010-01-30gallium: fix blend state csoRoland Scheidegger
2010-01-29gallium: document pipe_context::get_query_result()Brian Paul
2010-01-29Merge commit 'lb2/arb_fragment_coord_conventions'Keith Whitwell
2010-01-29tnl: check that state is validated before drawingBrian Paul
2010-01-29st/mesa: check that state is validated before drawingBrian Paul
2010-01-29vbo: fix missing state validation bugsBrian Paul
2010-01-29mesa: do state validation in _mesa_valid_to_render()Brian Paul
2010-01-29windows: assorted build fixesBrian Paul
2010-01-29glx: fix possible memory leaks in dri2CreateScreen()Rodolfo Ribeiro Gomes
2010-01-29mesa: Warn when indices are out of bounds, but do not skip the draw in debug ...Brian Paul
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri