summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* egl_xdri: Do not reinitialize in __glXInitialize.Chia-I Wu2010-01-223-25/+78
| | | | | | __glXInitialize should return the same GLX display for the same X display. This issue is triggered by a35f6bb207efe3c959bbd16a37f2049e5aceeea9.
* egl_glx: Report only OpenGL support.Chia-I Wu2010-01-221-10/+3
| | | | | It reported OpenGL ES support because some demos did not set EGL_RENDERABLE_TYPE correctly. The demos are fixed.
* egl: Update driver Makefiles.Chia-I Wu2010-01-222-134/+23
| | | | Update to use the new Makefile.template.
* 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
| | | | | Mainly to respect LDFLAGS and remove unused target $(LIBNAME_EGL). This is based on the patch by Tomáš Chvátal <[email protected]>.
* Fix typo in configure message for gcc -fvisibility=hiddenAlan Coopersmith2010-01-211-1/+1
| | | | | | | Need to use $CC for a shell variable, not $(CC) for a make variable which the shell interprets as running the command "CC". Signed-off-by: Alan Coopersmith <[email protected]>
* 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
| | | | Signed-off-by: Brian Paul <[email protected]>
* progs/fp: testcases for GL_ARB_fragment_coord_conventionsBrian Paul2010-01-214-0/+22
| | | | | Based on a patch from Luca Barbieri but moved the comments after the !!ARBfp1.0 header
* docs: remove old pbuffer infoBrian Paul2010-01-212-55/+0
|
* docs: added target attribute to external URLsBrian Paul2010-01-212-2/+4
|
* docs: add links to the egl, openvg, opengles pagesBrian Paul2010-01-211-1/+4
| | | | And move the GLSL link up the use User Topics section.
* softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul2010-01-211-0/+4
|
* docs: new Mesa source tree overview page.Brian Paul2010-01-212-0/+166
| | | | This has been sitting around for a while. Incomplete, but a good start.
* dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-216-9/+0
| | | | They are not used at all.
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-216-6/+10
| | | | | Include the glapi*.h directly instead. glapi/dispatch.h became a Mesa core header since 22884db174b9fb0736cec1c6a192f8b9a97500c1.
* docs: Update documentation for OpenVG and OpenGL ES.Chia-I Wu2010-01-212-15/+8
| | | | Update the instructions and add references to egl.html.
* docs: Add documentation for EGL.Chia-I Wu2010-01-211-0/+224
| | | | | This is a short guide to EGL. The drivers that are to be removed soon are not mentioned in the guide.
* gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith2010-01-202-3/+3
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* radeong: Fix EGL driver names.Corbin Simpson2010-01-202-2/+2
| | | | Using "radeon" instead of "radeong" because we don't have classic EGL.
* 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
| | | | lost after switch to common code
* 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
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* 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
| | | | noticed by Maciej on IRC.
* st/egl_g3d: Add support for driver probe.Chia-I Wu2010-01-202-11/+108
| | | | | Hook the drv->Probe callback to allow the drivers to probe displays. The loading of state trackers is delayed to avoid unnecessary loading.
* st/egl_g3d: Add support for probe to native displays.Chia-I Wu2010-01-205-7/+146
| | | | | | The functions can be used to check if a display is supported without creating a struct native_display. It uses a probe object that can be shared across drivers.
* egl: Add a simple cache for driver probe.Chia-I Wu2010-01-202-0/+56
| | | | | | In current design, multiple drivers will probe the same display and the best driver is determined. The cache can be used by the drivers to store and share the probed data.
* egl: Improve driver matching.Chia-I Wu2010-01-203-20/+35
| | | | | Make drv->Probe return a score so that the matching can be done by finding the driver with the highest score.
* egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu2010-01-202-9/+9
| | | | | The macro is used to determine if dlfcn.h or dirent.h is available. POSIX is a better name than X in such case.
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-204-156/+0
| | | | Remove _eglPreloadDriver, _eglLookupDriver, and _eglSplitDisplayString.
* egl: Use _eglPreloadDrivers.Chia-I Wu2010-01-202-9/+3
| | | | | Replace the use of _eglPreloadDriver by _eglPreloadDrivers. The latter supports EGL_DISPLAY which have a better chance to "just work".
* egl: Add _eglPreloadDrivers.Chia-I Wu2010-01-203-7/+215
| | | | | | It can be used to load the user driver specified by EGL_DRIVER, or a set of drivers specified by EGL_DISPLAY, or the default driver, and in that order.
* st/egl_g3d: Do not reuse the pipe transfer in ximage.Chia-I Wu2010-01-201-18/+22
| | | | | A pipe transfer is supposed to be temporary. It should be created before X*PutImage and destroyed afterwards.
* mklib: Fix static library generation/installation on SolarisAlan Coopersmith2010-01-191-1/+1
| | | | | | | | Change ar flag from -v (-verbose) to -c (silence console output) so that it stops causing make_ar_static_lib() to return a bunch of output other than the resulting library file. Signed-off-by: Alan Coopersmith <[email protected]>
* Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-194-5/+3
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson2010-01-194-6/+8
|
* r300g: Make invariant state into an atom.Corbin Simpson2010-01-195-4/+7
|
* Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-20100-349/+23002
|\
| * docs: Add documentation for OpenGL ES.Chia-I Wu2010-01-121-0/+78
| | | | | | | | Signed-off-by: Chia-I Wu <[email protected]>
| * progs/es2: Correctly set renderable type and client version.Chia-I Wu2010-01-123-7/+23
| | | | | | | | | | | | | | | | Correctly set EGL_RENDERABLE_TYPE and EGL_CONTEXT_CLIENT_VERSION for OpenGL ES 2.0. Because es2_info is copied from es1_info, the fix for it actually goes to es1_info. Signed-off-by: Chia-I Wu <[email protected]>
| * progs/es1: Bind texture image after rendering.Chia-I Wu2010-01-121-3/+5
| | | | | | | | | | | | Unlike FBO, eglBindTexImage is supposed to be called after rendering. Signed-off-by: Chia-I Wu <[email protected]>
| * configure.ac: Fix es state tracker build.Chia-I Wu2010-01-121-3/+9
| | | | | | | | | | | | | | | | mesa/es should be built before the es state trackers. This is done by separating those that need to be built early from SRC_DIRS to CORE_DIRS. The new variable is not exported, and will be prepended to SRC_DIRS. Signed-off-by: Chia-I Wu <[email protected]>
| * st/es: Clean up install target.Chia-I Wu2010-01-121-7/+7
| | | | | | | | | | | | Use DESTDIR and MINSTALL. Signed-off-by: Chia-I Wu <[email protected]>
| * st/es: Fix build issue after merge.Chia-I Wu2010-01-123-20/+20
| | | | | | | | | | | | | | | | In c847a13d38d4e8c5f4c386d060dcc8ec09e491a3, auxiliaries becomes a single library; In e388d62b4712bcd75cecad53f5ca20a2bb6f89b1, the default build is changed to have -fvisibility=hidden. Signed-off-by: Chia-I Wu <[email protected]>
| * mesa/es: Update sources.mk.Chia-I Wu2010-01-121-4/+3
| | | | | | | | | | | | | | Add/remove files that are unused/used to the omit list. Finally, they should all be features that can be omitted. Signed-off-by: Chia-I Wu <[email protected]>