summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-01-13Fix invalid tex coord routing and couple other small things.Aapo Tahkola1-13/+15
2006-01-10added a couple new assertions to help debug XGL problemBrian Paul1-0/+2
2006-01-09Missing patch from Ben Skeggs:Aapo Tahkola6-453/+865
2006-01-09Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</sm...Aapo Tahkola1-152/+56
2006-01-09Fix cube maps.Aapo Tahkola1-10/+2
2006-01-09Fix node setup(from Ben Skeggs)Aapo Tahkola1-3/+17
2006-01-09s/GLuint/GLbitfield/Brian Paul2-2/+2
2006-01-09only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul2-44/+50
2006-01-09check XGetGeometry() return valueBrian Paul1-1/+13
2006-01-07cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger6-7/+9
2006-01-02Use X11_INCLUDES config macro instead ofJerome Glisse2-2/+2
2005-12-30recalculate state on drawable changesKeith Whitwell2-3/+26
2005-12-30properly notify driver on scissor change in MakeCurrentKeith Whitwell3-15/+27
2005-12-30fill out framebuffer egl stuff enable egl on R300Dave Airlie1-2/+10
2005-12-30fixup stamp so driver updates drawable infoDave Airlie1-0/+15
2005-12-29add support for PCIE card to EGL, doesn't fully work yet but these changesDave Airlie2-2/+18
2005-12-29add EGL to r300 makefileDave Airlie1-1/+7
2005-12-29rv370 not rv350Dave Airlie1-1/+1
2005-12-29typoDave Airlie1-1/+1
2005-12-29add some card type ioctl supportDave Airlie1-6/+46
2005-12-29use card_type not isPCIDave Airlie1-1/+1
2005-12-28add some r300 informationDave Airlie1-1/+7
2005-12-23this needs to be callocedDave Airlie1-1/+1
2005-12-23fixup driver for some api changesDave Airlie1-3/+3
2005-12-18Handle fatal case.Aapo Tahkola1-4/+8
2005-12-17Drop output checking.Aapo Tahkola1-2/+4
2005-12-17No you arent.Aapo Tahkola1-15/+0
2005-12-17Warn only when being enabled.Aapo Tahkola1-1/+1
2005-12-17I think this has been tested well enough already.Aapo Tahkola1-2/+0
2005-12-17Enable CB_DPATH by default.Aapo Tahkola2-1/+4
2005-12-17Fix (likely) typo.Aapo Tahkola1-1/+1
2005-12-17Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola5-1/+97
2005-12-17minor code movementBrian Paul4-23/+17
2005-12-16fix thinko in last revision.Karl Schultz1-1/+1
2005-12-15move va_end() call (Evgeny Kotsuba)Brian Paul1-1/+1
2005-12-15Work In Progress. Move some of the frame buffer, render buffer, etc init cod...Karl Schultz2-102/+164
2005-12-14Fix typo.Keith Whitwell1-1/+1
2005-12-14use GLbitfield instead of GLuintBrian Paul1-6/+3
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul17-590/+5
2005-12-13fix from Roland for mipmapped compressed texturesDave Airlie1-3/+5
2005-12-12silence warning, bug 5318Brian Paul1-0/+2
2005-12-12Split _MaintainTexEnvProgram into two flags _Maintain and _Use. ThisKeith Whitwell3-2/+9
2005-12-11Regenerate for recent glapi changes (GetQueryObjecti64vEXT).Eric Anholt1-0/+74
2005-12-10Rename eglDRIShowSurfaceMESA.Brian Paul2-9/+10
2005-12-10updates to match other changes elsewhereBrian Paul1-23/+18
2005-12-10Some initial per-thread support.Brian Paul8-22/+53
2005-12-10Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul2-8/+28
2005-12-10lots of updates, mode sorting, etcBrian Paul2-56/+289
2005-12-10implement config sorting for eglChooseConfig()Brian Paul2-41/+51
2005-12-08don't need LONGLONG typedefsBrian Paul1-7/+0