Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | egl/mks: remove extra param from function call | Brian Paul | |
2010-05-27 | egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image() | Brian Paul | |
2010-05-26 | st/xorg: Remove unnecessary headers. | Vinson Lee | |
2010-05-26 | st/dri: Remove dri.c from SCons build. | Vinson Lee | |
This was missed in commit f501230db3a94c9328b8e769d9c17b2c3792e19c. Fixes SCons build. | |||
2010-05-25 | drm_api: Remove type argument from create screen callback | Jakob Bornecrantz | |
With the removal of DRI1 support there where no use of this argument, some drivers didn't even properly check it. | |||
2010-05-25 | st/dri: Remove DRI1 support | Jakob Bornecrantz | |
Nobody used it and the current code had been trough so many changes yet never once being tested. | |||
2010-05-24 | st/glx: check if deleting head of buffer list | Brian Paul | |
2010-05-21 | st_api: Give get_egl_image arguments directly to the function | Jakob Borncrantz | |
2010-05-21 | st/glx: fix incorrect parameter type | Brian Paul | |
2010-05-21 | gallium: Fix invalidate framebuffer with old libGL libraries | Jakob Bornecrantz | |
2010-05-21 | st_api: Add get param function to st_manager | Jakob Bornecrantz | |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger | |
Conflicts: src/mesa/state_tracker/st_gen_mipmap.c src/mesa/state_tracker/st_texture.c | |||
2010-05-21 | gallium: remnants of old ccw state | Keith Whitwell | |
2010-05-21 | Merge branch 'gallium-front-ccw' | Keith Whitwell | |
2010-05-17 | st/egl: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | st/dri: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | st/glx: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | st/wgl: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | st/vega: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | st/xorg: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | st/python: adapt to interface changes | Roland Scheidegger | |
compile tested only. Should probably change the python surface_copy/fill functions also into resource_copy/fill_region functions and adapt the code using them. | |||
2010-05-14 | gallium: more work on ccw flag removal | Keith Whitwell | |
The linux-debug target builds... | |||
2010-05-11 | st/xorg: Fix SCons build. | Michel Dänzer | |
2010-05-08 | gallium: Add egl-apis target. | Chia-I Wu | |
The new target installs client API modules to EGL_DRIVER_INSTALL_DIR. They are used by st/egl. The client APIs are built from OpenGL and OpenVG state trackers. For this to work, st/vega is modified to produce a static library, libvega.a, instead. st/es is also not needed any more. It is removed and --with-state-trackers=es is replaced by --enable-gles-overlay. As st/egl now has its own client API modules, this solves the ABI issue between st/egl and client APIs, as long as the client API modules are distributed with st/egl. Plus, this allows st/egl to support OpenGL with non-Gallium libGL.so. | |||
2010-05-08 | egl_g3d: Check external modules for client APIs first. | Chia-I Wu | |
dlopen api_<API>.so before dlopening the process itself in case the client APIs are implemented in external modules. | |||
2010-05-07 | wgl: Add mapi to includes. | José Fonseca | |
2010-05-07 | st/vega: Use vgapi. | Chia-I Wu | |
Rename vgFooBar to vegaFooBar and use vgapi as the dispatcher. This makes sure there is always a current context when the internal functions are called. And eglGetProcAddress is finally supported. | |||
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu | |
Move glapi to src/mapi/{glapi,es1api,es2api}. | |||
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul | |
This is a better place than in u_rect.c | |||
2010-05-02 | Update dri state tracker to use new API aware context create | Xavier Chantry | |
2010-04-29 | st/xorg: Try hard to not touch hardware after dropping the master | Jakob Bornecrantz | |
2010-04-29 | st/xorg: Remove save and restore hw state | Jakob Bornecrantz | |
2010-04-29 | st/xorg: Get new connection status from kernel | Jakob Bornecrantz | |
2010-05-18 | st/xorg: Don't advertise DRI2 version we don't actually support yet. | Michel Dänzer | |
Fixes DRI2 initialization with current xserver Git. | |||
2010-05-15 | st/xlib: Remove unnecessary header. | Vinson Lee | |
2010-05-15 | st/xorg: Remove unnecessary header. | Vinson Lee | |
2010-04-27 | st/dri: Don't check for null when user ensures non-null | Jakob Bornecrantz | |
2010-04-27 | st/dri: Use flush function of old context not new | Jakob Bornecrantz | |
2010-04-26 | et/egl: Remove dead code. | Vinson Lee | |
proc_name cannot be NULL after the switch statement. proc_name is assigned a value or the function has already returned. | |||
2010-04-25 | st/wgl: s/st_manager_create_api/st_gl_api_create/ | Vinson Lee | |
commit 0c572c6828b6a338b07a6860280b3a314a81662e replaced st_manager_create_api with st_gl_api_create. Fixes MSVC build. | |||
2010-04-26 | st/dri: Refactor dri_st_api into other files | Jakob Bornecrantz | |
2010-04-26 | st/dri: Make st_framebuffer_iface the base for dri_drawable | Jakob Bornecrantz | |
2010-04-26 | st/dri: Make st_manager the base for dri_screen | Jakob Bornecrantz | |
2010-04-26 | st/dri: Add hooks for framebuffer functions | Jakob Bornecrantz | |
2010-04-26 | st/dri: Make lookup_egl_image a hook | Jakob Bornecrantz | |
2010-04-26 | st_api: Remove st_module | Jakob Bornecrantz | |
The struct st_module isn't needed as it is the same thing as the st_api struct. That is they both represent the API. Instead just use a single function entry point to the the API. | |||
2010-04-25 | st/dri: Add missing header. | Vinson Lee | |
Add GL/internal/dri_interface.h for __DRI_TEXTURE_FORMAT_RGB. | |||
2010-04-24 | st/dri: DRI2 give proper binding to depth buffer | Jakob Bornecrantz | |
2010-04-23 | st/xlib: Try to propagate failure to create framebuffer. | José Fonseca | |
Doesn't help much, since it is ignored by st_framebuffer_validate. | |||
2010-04-21 | st/glx: variable 'i' is an enum | Brian Paul | |
Now we can get see 'i' as an enum name instead of a plain integer in gdb. |