summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-06-11remove the 3dfx CatchSignals stuff (the var was alwasy set)Brian Paul
2004-06-11re-enable rect textureAlan Hourihane
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell
2004-06-10Add FXT1 compression support to i830 driverDave Airlie
2004-06-10Fix an "overflow in implicit constant conversion" warning in mEndPrimitive whenEric Anholt
2004-06-10silence a warningAdam Jackson
2004-06-09remove unused stuff, fix non-native buildDave Airlie
2004-06-09fix mach64 non native.. no reason to use it...Dave Airlie
2004-06-09Fix reflect demo: We were using the 3D Clear path unnecessarily, which appearsEric Anholt
2004-06-09* sisChooseRenderState doesn't depend on _NEW_TEXTURE at all.Eric Anholt
2004-06-09make rm for common not complainDave Airlie
2004-06-09remove depend on cleanDave Airlie
2004-06-09fix bug with emitting spec/fog report by Eric Anholt, this isn't the prettiestDave Airlie
2004-06-08Fix rectangular textures on i830 - well texrect at leastDave Airlie
2004-06-08* Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt
2004-06-08corrected a bug wrt point_sizeDaniel Borca
2004-06-08Clean a little whitespace that's been bothering me.Eric Anholt
2004-06-07Fix up some remaining include issues. Replace Xmalloc / Xfree withIan Romanick
2004-06-07The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick
2004-06-07Add NEW_INTERFACE bits.Eric Anholt
2004-06-07fix all those warningsDave Airlie
2004-06-07use the mesa definesDave Airlie
2004-06-07oops fix a bug I introducedDave Airlie
2004-06-07fix the versionsDave Airlie
2004-06-07make endian code work on BSDDave Airlie
2004-06-06Remove use of X windows includeDave Airlie
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick
2004-06-06Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined.Ian Romanick
2004-06-05Enable use of new DRI interface in Unichrome driver.Ian Romanick
2004-06-04Start to "modernize" the driver.Ian Romanick
2004-06-04Replace 'Display *' with '__DRInativeDisplay *'.Ian Romanick
2004-06-04Enable GL_EXT_blend_subtract and GL_NV_blend_square.Ian Romanick
2004-06-03Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl
2004-06-03Enable use of new DRI interface in Rage128 driver.Ian Romanick
2004-06-03fix minor signedness issue in assertionRoland Scheidegger
2004-06-03Remove fill_in_modes and use driFillInModes instead.Ian Romanick
2004-06-03Add a new function, driFillInModes, that is to be used by drivers toIan Romanick
2004-06-03masked out unsupported glBlendColor (some games check only the proc addr)Daniel Borca
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Require libGL API version 20040602, which actually exportsIan Romanick
2004-06-02Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY isIan Romanick
2004-06-02add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger
2004-06-02change GL_ARB_texture_env_crossbar implementation behaviour to OGL 1.4 core s...Roland Scheidegger
2004-06-02Minor changes to make it work better outside X. "Success" is replacedIan Romanick
2004-06-02Replace use of XID with __DRIid.Ian Romanick
2004-06-02Re-import from DRI tree.Ian Romanick
2004-06-02XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick