summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-02progs/es2: Fix an assertion failure in tri.Chia-I Wu1-2/+3
2010-02-01st/mesa: fix texture deallocation bugBrian Paul1-12/+10
2010-02-01progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul3-0/+233
2010-02-01mesa: change _mesa_find_free_register() to find multiple free regsBrian Paul3-29/+62
2010-02-01r300g: Inline immediates where possible.Corbin Simpson2-8/+60
2010-02-01st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell5-37/+12
2010-02-01st/mesa: remove dead stfp input_map arrayKeith Whitwell2-12/+0
2010-02-01mesa: added _mesa_print_vp/p_inputs() functions (debug aids)Brian Paul2-0/+47
2010-02-01glslcompiler: add glapi_nop.o to OBJECTSBrian Paul1-0/+1
2010-02-01mesa: Remove unnecessary headers.Vinson Lee3-7/+0
2010-02-01glx: Remove unnecessary headers.Vinson Lee8-12/+0
2010-01-31st/dri: Remove duplicate type qualifier.Vinson Lee1-1/+1
2010-01-31i965g: Add missing va_end.Vinson Lee1-0/+1
2010-01-31r300g: Fix memory leak on memory allocation failure.Vinson Lee1-1/+4
2010-01-31r600: Remove duplicate assignment.Vinson Lee1-1/+1
2010-01-31egl: Remove unnecessary headers.Vinson Lee3-3/+0
2010-02-01nv04: Update to new nouveau_class.hMarcin Koƛcielnicki1-20/+20
2010-02-01nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz3-6/+9
2010-02-01nv10, nv20: Fix build.Francisco Jerez2-2/+2
2010-01-31egl: Clean up surface attributes.Chia-I Wu3-57/+127
2010-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu4-11/+60
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee3-3/+0
2010-01-31mesa: Remove unnecessary headers.Vinson Lee4-10/+0
2010-01-31i965: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-30r300g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-31egl: Surface type validaction should depend on extensions supported.Chia-I Wu1-1/+2
2010-01-31egl: Initialize display configs with the display.Chia-I Wu5-6/+8
2010-01-31egl: Initialize display resources with their display.Chia-I Wu9-18/+21
2010-01-31egl: Refactor _eglInitImage.Chia-I Wu1-10/+40
2010-01-31egl: Refactor _eglInitContext.Chia-I Wu1-19/+95
2010-01-31egl: Refactor _eglInitSurface.Chia-I Wu1-141/+146
2010-01-30i915: Set bit field of length 1 light_twoside to unsigned.Vinson Lee1-1/+1
2010-01-30glut: Remove unnecessary headers.Vinson Lee6-6/+0
2010-01-30radeon: Remove unnecessary headers.Vinson Lee13-40/+0
2010-01-30r600: Remove unnecessary headers.Vinson Lee11-24/+0
2010-01-30r300: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-30r200: Remove unnecessary headers.Vinson Lee9-24/+0
2010-01-30r128: Remove unnecessary headers.Vinson Lee9-20/+0
2010-01-31egl: Remove code blocks that are commented out.Chia-I Wu4-113/+4
2010-01-31progs/egl: Update eglinfo to display more attributes.Chia-I Wu2-11/+21
2010-01-31st/egl: Do not ignore configs without a renderable type.Chia-I Wu1-6/+6
2010-01-31st/egl: Remove egl_g3d_get_current_context.Chia-I Wu1-16/+4
2010-01-30intel: Remove unnecessary headers.Vinson Lee6-8/+0
2010-01-30i965: Remove unnecessary headers.Vinson Lee3-3/+0
2010-01-30i915: Remove unnecessary headers.Vinson Lee2-2/+0
2010-01-30intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt1-1/+2
2010-01-30Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson1-0/+6
2010-01-30intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt1-2/+2
2010-01-30r300g: Independent blend enables only work on r500.Corbin Simpson2-5/+16
2010-01-30r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson1-6/+0