summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl_android: assorted fixesChia-I Wu2011-03-291-3/+23
* gralloc: glFlush() should suffice for page flippingChia-I Wu2011-03-282-3/+9
* gralloc: improve page flip blockingChia-I Wu2011-03-282-13/+30
* gralloc: boost radeon performanceChia-I Wu2011-03-261-3/+7
* gralloc: improve radeon sync issueChia-I Wu2011-03-265-3/+20
* glsl: add missing generated filesChia-I Wu2011-03-266-0/+16431
* gralloc: kernel module name is i915Chia-I Wu2011-03-251-1/+1
* android: fix buildingChia-I Wu2011-03-257-36/+132
* st/egl: add support for loading radeonChia-I Wu2011-03-252-7/+51
* egl_android: add support for loading radeonChia-I Wu2011-03-251-0/+19
* android: use __mmap2 for winsys/r600Chia-I Wu2011-03-251-0/+19
* gralloc: add radeon supportChia-I Wu2011-03-254-1/+359
* gralloc: rename i915 to intelChia-I Wu2011-03-251-0/+0
* gralloc: add multiple driver supportChia-I Wu2011-03-255-68/+150
* mesa: fix glDrawTex*Chia-I Wu2011-03-251-0/+4
* auxiliary: disable SSE translateChia-I Wu2011-03-251-1/+1
* mesa: one more missing pre-generated fileChia-I Wu2011-03-171-0/+310
* mesa: add more pre-generated filesChia-I Wu2011-03-172-0/+9017
* egl_android: update surface geometryChia-I Wu2011-03-161-0/+3
* intel: advertise GL_OES_point_spriteChia-I Wu2011-03-161-0/+2
* i965c: add MESA_FORMAT_RGBA8888_REV to brw_format_for_mesa_formatChia-I Wu2011-03-161-0/+1
* mesa: advertise GL_ARB_texture_non_power_of_twoChia-I Wu2011-03-161-1/+1
* android: Add Android.mk's.Chia-I Wu2011-03-1619-0/+1340
* android: Add pre-generated files.Chia-I Wu2011-03-1610-0/+60603
* android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.Chia-I Wu2011-03-163-0/+14
* android: Add DRM-based gralloc.Chia-I Wu2011-03-168-0/+1395
* android: Make egl_android load DRI drivers.Chia-I Wu2011-03-162-11/+101
* android: Add new classic EGL driver for Android.Chia-I Wu2011-03-167-0/+1287
* android: Add android backend for st/egl.Chia-I Wu2011-03-167-0/+1113
* android: Add Android EGL extensions.Chia-I Wu2011-03-164-0/+39
* android: Add _EGL_PLATFORM_ANDROID.Chia-I Wu2011-03-162-1/+3
* android: Enable extensions required by ES1 for i915c.Chia-I Wu2011-03-161-0/+5
* android: Fix depth/stencil with i915c/i965c.Chia-I Wu2011-03-161-0/+26
* android: Fix GL_OES_EGL_image with SurfaceFlinger.Chia-I Wu2011-03-161-1/+1
* android: Use __mmap2 in winsys/svga.Chia-I Wu2011-03-161-2/+20
* android: Fix build with bionic.Chia-I Wu2011-03-168-3/+35
* i965c: Fix a declaration in for loop.Chia-I Wu2011-03-161-1/+1
* i965c: Add support for GL_FIXED.Chia-I Wu2011-03-161-6/+65
* i915c: Add GL_OES_draw_texture support.Chia-I Wu2011-03-166-0/+166
* i915: Free with FREE.Chia-I Wu2011-03-161-1/+1
* mesa: use BITFIELD64_BIT() macroBrian Paul2011-03-151-2/+2
* st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul2011-03-153-4/+4
* glsl: add cast to silence signed/unsigned comparison warningBrian Paul2011-03-151-1/+1
* mesa: use 1UL for 64-bit unsigned constant for C++Brian Paul2011-03-151-0/+4
* glsl: Only allow unsized array assignment in an initializerIan Romanick2011-03-151-14/+17
* i915g: fix braino in the static state reworkDaniel Vetter2011-03-151-1/+2
* i915g: implement early zDaniel Vetter2011-03-154-20/+55
* i915g: split up static stateDaniel Vetter2011-03-155-28/+54
* i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt2011-03-153-0/+13
* i965: Do our lowering passes before the loop of optimization.Eric Anholt2011-03-151-10/+8