| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | st/xorg: Try hard to not touch hardware after dropping the master | Jakob Bornecrantz | 2010-04-29 | 2 | -12/+27 |
* | | | st/xorg: Remove save and restore hw state | Jakob Bornecrantz | 2010-04-29 | 2 | -37/+0 |
* | | | st/xorg: Get new connection status from kernel | Jakob Bornecrantz | 2010-04-29 | 3 | -12/+57 |
* | | | st/xorg: Don't advertise DRI2 version we don't actually support yet. | Michel Dänzer | 2010-05-18 | 1 | -1/+1 |
* | | | st/xlib: Remove unnecessary header. | Vinson Lee | 2010-05-15 | 1 | -1/+0 |
* | | | st/xorg: Remove unnecessary header. | Vinson Lee | 2010-05-15 | 1 | -1/+0 |
|/ / |
|
* | | st/xorg: Fix SCons build. | Michel Dänzer | 2010-05-11 | 1 | -1/+3 |
* | | gallium: Add egl-apis target. | Chia-I Wu | 2010-05-08 | 6 | -166/+48 |
* | | egl_g3d: Check external modules for client APIs first. | Chia-I Wu | 2010-05-08 | 3 | -39/+157 |
* | | wgl: Add mapi to includes. | José Fonseca | 2010-05-07 | 1 | -0/+1 |
* | | st/vega: Use vgapi. | Chia-I Wu | 2010-05-07 | 16 | -235/+393 |
* | | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 8 | -2/+10 |
|/ |
|
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 4 | -0/+4 |
* | Update dri state tracker to use new API aware context create | Xavier Chantry | 2010-05-02 | 2 | -2/+4 |
* | st/dri: Don't check for null when user ensures non-null | Jakob Bornecrantz | 2010-04-27 | 1 | -30/+22 |
* | st/dri: Use flush function of old context not new | Jakob Bornecrantz | 2010-04-27 | 1 | -1/+1 |
* | et/egl: Remove dead code. | Vinson Lee | 2010-04-26 | 1 | -3/+0 |
* | st/wgl: s/st_manager_create_api/st_gl_api_create/ | Vinson Lee | 2010-04-25 | 1 | -2/+2 |
* | st/dri: Refactor dri_st_api into other files | Jakob Bornecrantz | 2010-04-26 | 17 | -303/+173 |
* | st/dri: Make st_framebuffer_iface the base for dri_drawable | Jakob Bornecrantz | 2010-04-26 | 8 | -41/+26 |
* | st/dri: Make st_manager the base for dri_screen | Jakob Bornecrantz | 2010-04-26 | 8 | -85/+35 |
* | st/dri: Add hooks for framebuffer functions | Jakob Bornecrantz | 2010-04-26 | 10 | -123/+94 |
* | st/dri: Make lookup_egl_image a hook | Jakob Bornecrantz | 2010-04-26 | 4 | -10/+13 |
* | st_api: Remove st_module | Jakob Bornecrantz | 2010-04-26 | 5 | -51/+42 |
* | st/dri: Add missing header. | Vinson Lee | 2010-04-25 | 1 | -0/+2 |
* | st/dri: DRI2 give proper binding to depth buffer | Jakob Bornecrantz | 2010-04-24 | 1 | -14/+16 |
* | st/xlib: Try to propagate failure to create framebuffer. | José Fonseca | 2010-04-23 | 1 | -3/+10 |
* | st/glx: variable 'i' is an enum | Brian Paul | 2010-04-21 | 1 | -1/+1 |
* | st/egl: No need to use drm_api argument struct | Jakob Bornecrantz | 2010-04-20 | 2 | -8/+2 |
* | st/egl: Use correct driver_name field to get kernel driver name | Jakob Bornecrantz | 2010-04-20 | 1 | -1/+1 |
* | st/egl: Check for null destroy callback on api struct | Jakob Bornecrantz | 2010-04-20 | 1 | -1/+1 |
* | Merge branch 'gallium-index-bias' | José Fonseca | 2010-04-20 | 1 | -4/+6 |
|\ |
|
| * | st/python: Use index bias. | José Fonseca | 2010-04-19 | 1 | -4/+6 |
* | | Merge branch '7.8' | Dan Nicholson | 2010-04-19 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | egl: Pass flags to locate Xlib headers and libraries | Dan Nicholson | 2010-04-19 | 1 | -0/+1 |
| * | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson | 2010-04-19 | 1 | -1/+1 |
| * | gallium: Respect user's CFLAGS for including X headers | Dan Nicholson | 2010-04-19 | 1 | -1/+2 |
* | | st/python: Set the bind flag for the default texture. | José Fonseca | 2010-04-18 | 1 | -0/+1 |
* | | st/dri: Check for NULL before dereference and assignment. | Vinson Lee | 2010-04-17 | 1 | -2/+10 |
* | | st/drisw: Stop pretending to be drm_api | Jakob Bornecrantz | 2010-04-16 | 1 | -5/+1 |
* | | st/dri: Refactor init code a bit | Jakob Bornecrantz | 2010-04-16 | 5 | -9/+18 |
* | | st/egl: Remove unnecessary header. | Vinson Lee | 2010-04-16 | 1 | -1/+0 |
* | | st/dri: Remove unnecessary header. | Vinson Lee | 2010-04-16 | 1 | -1/+0 |
* | | st/vega: Drop st_public support. | Chia-I Wu | 2010-04-13 | 4 | -610/+0 |
* | | st/vega: Do not rely on st_resize_framebuffer. | Chia-I Wu | 2010-04-13 | 1 | -24/+239 |
* | | st/python: Fix regressions. | José Fonseca | 2010-04-12 | 3 | -48/+117 |
* | | stw: Update for pipe_resource interface changes. | José Fonseca | 2010-04-12 | 1 | -15/+17 |
* | | stw: Fix minor st_api migration glitches. | José Fonseca | 2010-04-12 | 2 | -2/+6 |
* | | st/wgl: Switch from st_public.h to st_api.h. [V2] | Chia-I Wu | 2010-04-12 | 12 | -197/+519 |
* | | st/egl: Request the front buffer as needed. | Chia-I Wu | 2010-04-12 | 1 | -7/+11 |