aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul2010-01-227-84/+127
* glapi: fix int->pointer conversions warnings in no-op functionsBrian Paul2010-01-221-1/+1
* gallium/draw: fix-up comments, whitespaceBrian Paul2010-01-221-6/+5
* gallium/draw: replace int with booleanBrian Paul2010-01-221-8/+8
* r600: enable sampler lod* bitsAndre Maasikas2010-01-221-10/+26
* r600: update vport z & clipping when depth_clamp is changedAndre Maasikas2010-01-221-0/+4
* r600: fix brownbag, only align if we are dealing with cubemapAndre Maasikas2010-01-221-1/+1
* r600: cubemap levels seem to be aligned to 8 imagesAndre Maasikas2010-01-221-0/+6
* radeon/fbo: flush rendering before generating mipmapsAndre Maasikas2010-01-221-0/+7
* radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas2010-01-223-26/+4
* r600: enable draw_offsetAndre Maasikas2010-01-221-2/+1
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-2230-9/+9
* winsys/drm: Update the options of mklib in Makefile.egl_g3d.Chia-I Wu2010-01-221-1/+2
* egl: Remove egl_softpipe.Chia-I Wu2010-01-225-1209/+1
* winsys/drm: Add swrast.Chia-I Wu2010-01-225-0/+48
* st/egl: Remove the egl state tracker.Chia-I Wu2010-01-2212-1244/+0
* egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-229-1987/+0
* egl: Remove the demo driver.Chia-I Wu2010-01-222-321/+0
* st/egl_g3d: Use glxinit.c from egl_xdri.Chia-I Wu2010-01-224-590/+10
* egl_xdri: Add support for DRISW.Chia-I Wu2010-01-223-15/+42
* egl_xdri: Flush commands on context switch and buffer swap.Chia-I Wu2010-01-221-6/+24
* egl_xdri: Report only OpenGL support.Chia-I Wu2010-01-221-9/+2
* egl_xdri: Do not reinitialize in __glXInitialize.Chia-I Wu2010-01-223-25/+78
* egl_glx: Report only OpenGL support.Chia-I Wu2010-01-221-10/+3
* egl: Update driver Makefiles.Chia-I Wu2010-01-222-134/+23
* egl: Add Makefile.template for EGL drivers.Chia-I Wu2010-01-221-0/+51
* winsys/drm: Update Makefile.template.Chia-I Wu2010-01-221-8/+1
* gallium: fix conditional rendering commentBrian Paul2010-01-211-1/+1
* gallium/docs: document conditional renderingBrian Paul2010-01-211-0/+36
* gallium: updated comments, whitespace fixesBrian Paul2010-01-211-15/+15
* mesa: minor whitespace fixBrian Paul2010-01-211-1/+1
* mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri2010-01-215-0/+20
* softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul2010-01-211-0/+4
* dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-216-9/+0
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-216-6/+10
* gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith2010-01-202-3/+3
* radeong: Fix EGL driver names.Corbin Simpson2010-01-202-2/+2
* Fix touching live system during install.Tomas Chvatal2010-01-201-1/+1
* r200: re-adding missing pitch alignment check in blit codeAlex Deucher2010-01-201-0/+4
* mesa: replace questionable CPU_TO_LE32 macro with functionBrian Paul2010-01-201-6/+9
* Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.hAlan Coopersmith2010-01-201-0/+18
* r200: fix some breakage after move to common blit codeAlex Deucher2010-01-201-4/+0
* r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9cAlex Deucher2010-01-201-1/+1
* st/egl_g3d: Add support for driver probe.Chia-I Wu2010-01-202-11/+108
* st/egl_g3d: Add support for probe to native displays.Chia-I Wu2010-01-205-7/+146
* egl: Add a simple cache for driver probe.Chia-I Wu2010-01-202-0/+56
* egl: Improve driver matching.Chia-I Wu2010-01-203-20/+35
* egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu2010-01-202-9/+9
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-204-156/+0
* egl: Use _eglPreloadDrivers.Chia-I Wu2010-01-202-9/+3