- 32a6468 copypixrate.c - measure the speed of glCopyPixels. by Brian Paul · 19 years ago
- e65ad47 remove some testing code by Aapo Tahkola · 19 years ago
- edc98df Fix a problem where offsets from disabled tmus reach drm by Aapo Tahkola · 19 years ago
- fbcb37c remove i830 by Alan Hourihane · 19 years ago
- 3a5bb17 New comments, clean-up of fields related to point/line/triangle validation. by Brian Paul · 19 years ago
- 2219a15 remove unneeded init of swrast->invalidate_line/triangle by Brian Paul · 19 years ago
- 74235b1 remove the GL_HP_occlusion_test code by Brian Paul · 19 years ago
- f3cf636 WGL_ARB_extensions_string extension by Brian Paul · 19 years ago
- 166b0ff added wglGetExtensionsStringARB by Brian Paul · 19 years ago
- 7f1274f add wglGetExtensionsStringARB by Karl Schultz · 19 years ago
- 99da2d3 fix using a tmp without asking for one by Jerome Glisse · 19 years ago
- 8b1dc68 pull in fix from 6.4 branch for XFree86Server definition by Alan Hourihane · 19 years ago
- 4dd8a89 fix broken get_half & get_zero by Aapo Tahkola · 19 years ago
- 65573ed remove very old i830 code by Alan Hourihane · 19 years ago
- f3134ca use front.size instead of sPriv->fbSize by Alan Hourihane · 19 years ago
- f7360cd use screen->front.map instead of pFB from libdri by Alan Hourihane · 19 years ago
- 39c492b Add Intel 945GM support Add rotation support (Tungsten Graphics) by Alan Hourihane · 19 years ago
- acd1f16 Do individual negetation in swizzling, thus we can by Jerome Glisse · 19 years ago
- c6f35dd Indent & wrap around 80 by Jerome Glisse · 19 years ago
- f087d60 Doesnt apply anymore by Aapo Tahkola · 19 years ago
- 41a874f Add individual component negation. by Jerome Glisse · 19 years ago
- ef073b7 Try to tackle bug #5148 by Aapo Tahkola · 19 years ago
- c90b569 Sync from drm. by Aapo Tahkola · 19 years ago
- 93a7605 Fix ARGB1555 component swizzling. by Aapo Tahkola · 19 years ago
- b42d5bc Fix swizzling table & add struct. by Jerome Glisse · 19 years ago
- 37e8625 Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn't by Adam Jackson · 19 years ago
- 216f729 Search for makedepend in the PATH rather than hardcoding /usr/X11R6/bin by Adam Jackson · 19 years ago
- 38da697 Nuke the old attempt at software DRI, it's broken and awful by Adam Jackson · 19 years ago
- f93a228 Start a software-only DRI driver for use in the new accelerated indirect world. by Adam Jackson · 19 years ago
- 1096eae properly free ATI fragment shaders (Tilman Sauerbeck) by Brian Paul · 19 years ago
- 361bccb Free visinfo object (Tilman Sauerbeck) by Brian Paul · 19 years ago
- b4f7064 remove some test code; by Michal Krol · 19 years ago
- 8defce2 remove slang_*_gc.h files; by Michal Krol · 19 years ago
- 0f488bb Missing bits of code spotted by Tilman Sauerbeck by Aapo Tahkola · 19 years ago
- 1bcc323 Fix ARB_position_invariant handling by Aapo Tahkola · 19 years ago
- 93d0935 Fix the default target to remake readtex.o if needed by Adam Jackson · 19 years ago
- 4078c64 namespace pollution fixes (Tilman Sauerbeck) by Aapo Tahkola · 19 years ago
- 458479f Fix invalid tex coord routing and couple other small things. by Aapo Tahkola · 19 years ago
- 1814d65 added a couple new assertions to help debug XGL problem by Brian Paul · 19 years ago
- 2d4ff6a Missing patch from Ben Skeggs: by Aapo Tahkola · 19 years ago
- c217d5a Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small>. demos/cubemap looks perfect now. by Aapo Tahkola · 19 years ago
- 0946e0f Fix cube maps. by Aapo Tahkola · 19 years ago
- 7a028bd Fix node setup(from Ben Skeggs) by Aapo Tahkola · 19 years ago
- d469e5e s/GLuint/GLbitfield/ by Brian Paul · 19 years ago
- c2901e4 only call xmesa_set_renderbuffer_funcs() when really necessary by Brian Paul · 19 years ago
- 41b9756 check XGetGeometry() return value by Brian Paul · 19 years ago
- 8bc4dae cube maps on r100 require newer drm than the same feature on r200 (regression from introducing unfied initialization). Fix wrong (so far unused) family assignment for r100 cards. by Roland Scheidegger · 19 years ago
- eda59aa Oops - bad file-completion typo. by Keith Whitwell · 19 years ago
- ca188de add simple test for program local parameters by Keith Whitwell · 19 years ago
- 30cc822 install GLw headers (bug 5396) by Brian Paul · 19 years ago
- 413a49c special-case Darwin (bug 4509) by Brian Paul · 19 years ago
- 31be397 Use X11_INCLUDES config macro instead of hardcoded path in makefile. by Jerome Glisse · 19 years ago
- 3086efe remove bogus wings3d link by Brian Paul · 19 years ago
- cabecbd recalculate state on drawable changes by Keith Whitwell · 19 years ago
- 1d43e72 properly notify driver on scissor change in MakeCurrent by Keith Whitwell · 19 years ago
- 8c137e2 fill out framebuffer egl stuff enable egl on R300 by Dave Airlie · 19 years ago
- fb83a42 fixup stamp so driver updates drawable info by Dave Airlie · 19 years ago
- 456a513 add support for PCIE card to EGL, doesn't fully work yet but these changes by Dave Airlie · 19 years ago
- 577d230 add EGL to r300 makefile by Dave Airlie · 19 years ago
- 369ae3e rv370 not rv350 by Dave Airlie · 19 years ago
- 77a7c2a typo by Dave Airlie · 19 years ago
- 4dac784 add some card type ioctl support by Dave Airlie · 19 years ago
- edf570d use card_type not isPCI by Dave Airlie · 19 years ago
- 49b9355 add some r300 information by Dave Airlie · 19 years ago
- 1b6a081 update to new API by Dave Airlie · 19 years ago
- bc8390f this needs to be calloced by Dave Airlie · 19 years ago
- ad96061 fixup driver for some api changes by Dave Airlie · 19 years ago
- 11decab Handle fatal case. by Aapo Tahkola · 19 years ago
- 3ad366d Drop output checking. by Aapo Tahkola · 19 years ago
- d57ce4a No you arent. by Aapo Tahkola · 19 years ago
- 707343d Warn only when being enabled. by Aapo Tahkola · 19 years ago
- feb7221 I think this has been tested well enough already. by Aapo Tahkola · 19 years ago
- 1d32fc7 Enable CB_DPATH by default. by Aapo Tahkola · 19 years ago
- fd16273 Fix (likely) typo. by Aapo Tahkola · 19 years ago
- e34700a Add some missing hooks. This should fix various little problems with window movement and 2d windows flashing on top of 3d windows. This problem was previously shadowed by r300ResetHwState as it gets called frequently. by Aapo Tahkola · 19 years ago
- c9b4acf minor code movement by Brian Paul · 19 years ago
- 782291a fix thinko in last revision. by Karl Schultz · 19 years ago
- 924fb5e move va_end() call (Evgeny Kotsuba) by Brian Paul · 19 years ago
- 841c901 Work In Progress. Move some of the frame buffer, render buffer, etc init code from the create context path to the make current path, where it is lazily initialized. This didn't buy me very much except to make it look closer to the X11 driver. Fix up some of this same code to correct some errors. by Karl Schultz · 19 years ago
- b6d7a0c regenerate to pick up glGetQueryObject[u]i64vEXT funcs by Brian Paul · 19 years ago
- 0970787 Fix typo. by Keith Whitwell · 19 years ago
- c8d1741 use GLbitfield instead of GLuint by Brian Paul · 19 years ago
- 1add059 Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be by Brian Paul · 19 years ago
- c9797f6 fix from Roland for mipmapped compressed textures remove some debug by Dave Airlie · 19 years ago
- 0063084 silence warning, bug 5318 by Brian Paul · 19 years ago
- 4033205 Split _MaintainTexEnvProgram into two flags _Maintain and _Use. This by Keith Whitwell · 19 years ago
- 3e1a5a3 Regenerate for recent glapi changes (GetQueryObjecti64vEXT). by Eric Anholt · 19 years ago
- 790ab0a s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/ by Brian Paul · 19 years ago
- f06ce1b Rename eglDRIShowSurfaceMESA. s/_eglAddMode/_eglAddNewMode/ by Brian Paul · 19 years ago
- 98d9bb6 updates to match other changes elsewhere by Brian Paul · 19 years ago
- 215aa20 rename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRANULARITY_MESA by Brian Paul · 19 years ago
- 4882279 Some initial per-thread support. by Brian Paul · 19 years ago
- b04dd5c Added EGL_SCREEN_POSITION_GRANULARITY_MESA query. by Brian Paul · 19 years ago
- ad6f8eb lots of updates, mode sorting, etc by Brian Paul · 19 years ago
- 6002d2f implement config sorting for eglChooseConfig() by Brian Paul · 19 years ago
- 21b2784 'a' key to toggle animation by Brian Paul · 19 years ago
- 5abc246 bump version number by Brian Paul · 19 years ago
- 72d1bb5 don't need LONGLONG typedefs by Brian Paul · 19 years ago
- 91ed68b do away with 'long long' usage by Brian Paul · 19 years ago
- 5262c22 remove stray _ from GL[u]int64_EXT by Brian Paul · 19 years ago