- 26 Jan, 2010 23 commits
-
-
Alan Hourihane authored
-
Alan Hourihane authored
-
Alan Hourihane authored
-
Alan Hourihane authored
could use a better test here though.
-
Aaron Plattner authored
Signed-off-by:
Aaron Plattner <aplattner@nvidia.com> Signed-off-by:
Brian Paul <brianp@vmware.com>
-
Brian Paul authored
-
Chia-I Wu authored
_eglCloseDriver is no-op and _eglOpenDriver does nothing but call _eglMatchDriver. Export _eglMatchDriver directly.
-
Chia-I Wu authored
Reset dpy->MaxConfigs so that dpy->Configs is re-allocated.
-
Chia-I Wu authored
They have little use in drivers since drivers need to work for multiple current contexts.
-
Chia-I Wu authored
There may be multiple bound contexts that should be unbound.
-
Chia-I Wu authored
Refactor _eglMakeCurrent into _eglCheckMakeCurrent, _eglBindContextToSurface, and _eglBindContextToThread.
-
Chia-I Wu authored
It will return the currently bound context of the given API.
-
Chia-I Wu authored
An unlinked resource may still be a current resource such as current surfaces. There might still be a need to know which display the unlinked resource belongs to.
-
Chia-I Wu authored
To support extensions such as GL_OES_EGL_image, the drivers need a way to check if a given EGLImageKHR is valid.
-
Vinson Lee authored
-
Eric Anholt authored
The server side does the throttling on our behalf now by putting the client to sleep, so we don't need our previous hacks for limiting the number of outstanding frames. Same effect as 7d4e674b.
-
Eric Anholt authored
This reverts commit 7d4e674b. It broke throttling in the non-new-DRI2 case.
-
Eric Anholt authored
-
Eric Anholt authored
-
Chia-I Wu authored
-
Chia-I Wu authored
GLX was built specially and before Mesa core because libglapi.a could not be built with IN_DRI_DRIVER defined. This is no longer the case since 6e99e6dd. It works fine in my (limited) testing with both direct and indirect rendering. I also compare the outputs after preprocessing (gcc -E) with or without this commit, and they are identical.
-
Chia-I Wu authored
Add --enable-gallium-swrast to the example. Document missing --with-egl-driver-dir and update TODOs.
-
- 25 Jan, 2010 17 commits
-
-
Robert Bragg authored
Fixup a few issues found through testing: - update GLX names to match glproto - register DRI2WireToEvent so it actually gets called Signed-off-by:
Robert Bragg <robert@linux.intel.com>
-
Brian Paul authored
Conflicts: src/mesa/drivers/dri/intel/intel_screen.c src/mesa/drivers/dri/intel/intel_swapbuffers.c src/mesa/drivers/dri/r300/r300_emit.c src/mesa/drivers/dri/r300/r300_ioctl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texstate.c
-
Alex Deucher authored
-
Corbin Simpson authored
Based on Marek's immd-mode patch.
-
Corbin Simpson authored
Split from Marek's immd-mode patch.
-
Corbin Simpson authored
Split from Marek's immd-mode patch.
-
Corbin Simpson authored
Split from Marek's immd-mode patch.
-
Corbin Simpson authored
This reverts commit 112239e9.
-
Jakob Bornecrantz authored
-
Igor Oliveira authored
Fixes fd.o bug 25863. Signed-off-by:
Brian Paul <brianp@vmware.com>
-
Luca Barbieri authored
My commit eea6a763 does a memcpy of height lines, but that's wrong because the texture has a block layout and we must thus use the number of vertical blocks instead of the height. Signed-off-by:
Brian Paul <brianp@vmware.com>
-
Chia-I Wu authored
Remove extraneous quotes that prevent some drivers to be installed when there are more than one display in EGL_DISPLAYS.
-
José Fonseca authored
After the last mesa_7_7_branch merge the old master code remained, instead of the newer mesa_7_7_branch's code. This commit makes both branches match, modulo interface changes. Note: future mesa_7_7_branch -> master merges will most likely hit conflicts in these files. Unless otherwise stated, the mesa_7_7_branch is the reference.
-
José Fonseca authored
Popped back to life in some merge. Not necessary even as a reference, since it is identical to softpipe's sp_tex_sample.c with renamed symbols.
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
Set 2D acceleration to off by default Get fallback debugging from the Xorg config Also print if 3D acceleration is enabled
-
Jakob Bornecrantz authored
-