Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-29 | nouveau: adapt to cpp->pf_block changes | Ben Skeggs | |
2008-06-29 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-06-28 | egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE ↵ | Brian Paul | |
attributes | |||
2008-06-27 | egl: helps if the stride is right | Zack Rusin | |
2008-06-27 | eh, we need a buildbot... fix the compilation | Zack Rusin | |
2008-06-27 | gallium: handle msaa | Roland Scheidegger | |
2008-06-27 | egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ↵ | Robert Ellison | |
work correctly with GLES1 and GLES2. - egl_xdri.c just sets the EGL_OPENGL_ES_BIT as well as the EGL_OPENGL_BIT in ClientAPIsMask - eglconfig.c allows the renderable type to include EGL_OPENGL_ES2_BIT as well as EGL_OPENGL_ES_BIT. - egl_xlib.c sets the EGL_NATIVE_RENDERABLE attribute to EGL_FALSE for all softpipe configurations. (Otherwise, an eglChooseConfig() that looks for particular values of EGL_NATIVE_RENDERABLE will fail.) | |||
2008-06-27 | i915: Fix the last of the stride/pitch changes | Jakob Bornecrantz | |
2008-06-27 | gdi: Update for cpp removal. | José Fonseca | |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca | |
The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block. | |||
2008-06-27 | scons: Fix i965/xlib build. | José Fonseca | |
2008-06-25 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-06-24 | i915: Create a texture and surface for shared frontbuffer | Jakob Bornecrantz | |
2008-06-24 | i915: Moved screen creation to intel_be_device | Jakob Bornecrantz | |
2008-06-24 | dri/intel: Use standard integer types. | José Fonseca | |
2008-06-24 | gdi: Update for surface_alloc_storage changes. | José Fonseca | |
2008-06-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
Conflicts: configs/default | |||
2008-06-20 | egl: added cpp assertions/sanity checks | Brian Paul | |
2008-06-20 | egl: added null ptr checks | Brian Paul | |
2008-06-19 | egl: use dlsym() to try to identify APIs | Brian Paul | |
2008-06-18 | egl: omit libmesa.a glapi.c from library | Brian Paul | |
2008-06-18 | egl: call st_get_proc_address() | Brian Paul | |
2008-06-17 | i915: Made region pool a slabpool | Jakob Bornecrantz | |
2008-06-12 | revert the DRI2 commits | Alan Hourihane | |
2008-06-11 | fix card_extensions | Alan Hourihane | |
2008-06-11 | fix legacy DRI | Alan Hourihane | |
2008-06-11 | Hook gallium i915 up to DRI2 | Alan Hourihane | |
2008-06-11 | Bring in DRI2 changes | Alan Hourihane | |
2008-06-09 | egl: s/softpipe_egl.so/egl_softpipe.so/ | Brian Paul | |
2008-06-08 | Merge branch 'gallium-0.1' of ↵ | Younes Manton | |
ssh://ymanton@git.freedesktop.org/git/nouveau/mesa into gallium-0.1 | |||
2008-06-08 | Initial commit for g3dvl. | Younes Manton | |
Initial commit for g3dvl, contains support for basic XvMC features. - Context, surface, block, macroblock creation and deletion - Surface rendering - Frame pictures - Frame based motion compensation - Intra-coded macroblocks - Predicted macroblocks - Bi-directionally predicted macroblocks - Surface display - Color conversion - Scaling | |||
2008-06-08 | nouveau: kill off surface_alloc_storage() | Ben Skeggs | |
2008-06-06 | egl: clean-ups | Brian Paul | |
2008-06-06 | gallium: additional comment | Brian Paul | |
2008-06-06 | egl: open X display if needed | Brian Paul | |
2008-06-06 | i915: Moved EGL_i915 to the common code | Jakob Bornecrantz | |
2008-06-06 | i915: Moved pipe_buffer and i915_winsys functions to a common folder | Jakob Bornecrantz | |
2008-06-04 | egl: do proper setup/init of EGL configs | Brian Paul | |
2008-06-04 | egl: prototype some multi-API code | Brian Paul | |
2008-06-03 | i915: Fix compile on linux-dri-debug | Jakob Bornecrantz | |
2008-06-02 | i915: Implement and use the reworked batchbuffer code | Jakob Bornecrantz | |
2008-06-03 | scons: Integrate gdi winsys. | José Fonseca | |
Conditional build of the winsys based on the platform. | |||
2008-06-03 | gdi: Port of the gdi mesa driver to gallium (Alan Hourihane). | José Fonseca | |
2008-05-30 | egl: eglGetProcAddress() stub | Brian Paul | |
2008-05-30 | egl: specify client API by bit flag, not string | Brian Paul | |
2008-05-30 | egl: added eglDestroySurface function | Brian Paul | |
2008-05-30 | egl: fix-up window resizes | Brian Paul | |
2008-05-30 | egl: assorted fixes. The code works now. | Brian Paul | |
2008-05-30 | egl: added surface_alloc_storage() | Brian Paul | |
2008-05-30 | i915: Made batch buffer size much larger | Jakob Bornecrantz | |