summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2010-05-11st/xorg: Fix SCons build.Michel Dänzer1-1/+3
2010-05-08gallium: Add egl-apis target.Chia-I Wu6-166/+48
2010-05-08egl_g3d: Check external modules for client APIs first.Chia-I Wu3-39/+157
2010-05-07wgl: Add mapi to includes.José Fonseca1-0/+1
2010-05-07st/vega: Use vgapi.Chia-I Wu16-235/+393
2010-05-07glapi: Move to src/mapi/.Chia-I Wu8-2/+10
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul4-0/+4
2010-05-02Update dri state tracker to use new API aware context createXavier Chantry2-2/+4
2010-04-27st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz1-30/+22
2010-04-27st/dri: Use flush function of old context not newJakob Bornecrantz1-1/+1
2010-04-26et/egl: Remove dead code.Vinson Lee1-3/+0
2010-04-25st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee1-2/+2
2010-04-26st/dri: Refactor dri_st_api into other filesJakob Bornecrantz17-303/+173
2010-04-26st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz8-41/+26
2010-04-26st/dri: Make st_manager the base for dri_screenJakob Bornecrantz8-85/+35
2010-04-26st/dri: Add hooks for framebuffer functionsJakob Bornecrantz10-123/+94
2010-04-26st/dri: Make lookup_egl_image a hookJakob Bornecrantz4-10/+13
2010-04-26st_api: Remove st_moduleJakob Bornecrantz5-51/+42
2010-04-25st/dri: Add missing header.Vinson Lee1-0/+2
2010-04-24st/dri: DRI2 give proper binding to depth bufferJakob Bornecrantz1-14/+16
2010-04-23st/xlib: Try to propagate failure to create framebuffer.José Fonseca1-3/+10
2010-04-21st/glx: variable 'i' is an enumBrian Paul1-1/+1
2010-04-20st/egl: No need to use drm_api argument structJakob Bornecrantz2-8/+2
2010-04-20st/egl: Use correct driver_name field to get kernel driver nameJakob Bornecrantz1-1/+1
2010-04-20st/egl: Check for null destroy callback on api structJakob Bornecrantz1-1/+1
2010-04-20Merge branch 'gallium-index-bias'José Fonseca1-4/+6
2010-04-19Merge branch '7.8'Dan Nicholson1-0/+1
2010-04-19egl: Pass flags to locate Xlib headers and librariesDan Nicholson1-0/+1
2010-04-19Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson1-1/+1
2010-04-19gallium: Respect user's CFLAGS for including X headersDan Nicholson1-1/+2
2010-04-19st/python: Use index bias.José Fonseca1-4/+6
2010-04-18st/python: Set the bind flag for the default texture.José Fonseca1-0/+1
2010-04-17st/dri: Check for NULL before dereference and assignment.Vinson Lee1-2/+10
2010-04-16st/drisw: Stop pretending to be drm_apiJakob Bornecrantz1-5/+1
2010-04-16st/dri: Refactor init code a bitJakob Bornecrantz5-9/+18
2010-04-16st/egl: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-16st/dri: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-13st/vega: Drop st_public support.Chia-I Wu4-610/+0
2010-04-13st/vega: Do not rely on st_resize_framebuffer.Chia-I Wu1-24/+239
2010-04-12st/python: Fix regressions.José Fonseca3-48/+117
2010-04-12stw: Update for pipe_resource interface changes.José Fonseca1-15/+17
2010-04-12stw: Fix minor st_api migration glitches.José Fonseca2-2/+6
2010-04-12st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu12-197/+519
2010-04-12st/egl: Request the front buffer as needed.Chia-I Wu1-7/+11
2010-04-12st/egl: Fix DRI2 on old X serversJakob Bornecrantz1-1/+10
2010-04-11st/egl: Follow the portability guide.Chia-I Wu10-92/+86
2010-04-11st/egl: Factor driver callbacks to a new file.Chia-I Wu5-702/+776
2010-04-11scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca1-2/+2
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca1-1/+0
2010-04-11scons: Use libdrm options only where needed.José Fonseca1-0/+2