summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-11-27new GetOverlayInfo() function to reduce code and silence warningsBrian Paul
2004-11-27Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul
2004-11-25Use a generic function typedef instead of void * to avoid gcc 3.4 warnings.Brian Paul
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul
2004-11-25Update expected DRM version to 2.0.0Keith Whitwell
2004-11-23revert enabling of hw quads for swtcl. It lead to problems with quad_strips, ...Roland Scheidegger
2004-11-15moved windoze specific code outside drivers/glide/Daniel Borca
2004-11-15work around a bug in gcc 3.3.3 (which duplicates ASM block)Daniel Borca
2004-11-15fix _mesa_image_address2d invocationDaniel Borca
2004-11-12enable hw quad primitive for swtclRoland Scheidegger
2004-11-12add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so state gets updated which ...Roland Scheidegger
2004-11-12(from r200 driver) If an application cleared before any state had been emitte...Roland Scheidegger
2004-11-12added a few sanity checksDaniel Borca
2004-11-12brown paper bag, r100 can't do hardware quads.Adam Jackson
2004-11-12make render_quads_verts call EMIT_PRIM with the arguments in the right order,Adam Jackson
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-11-10add some chip idsRoland Scheidegger
2004-11-09do clipping prior to XGetImage, just in case the image would extend beyond th...Brian Paul
2004-11-09Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
2004-11-03enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick
2004-11-02No visible changes, but commit the groundwork for further experiments:Nicolai Haehnle
2004-11-02Add culling registers, sync versions of r300_reg.hNicolai Haehnle
2004-11-01Nicolai's sw-clipspan-fixes.patchKeith Whitwell
2004-11-01protected against old djgpp distrosDaniel Borca
2004-10-31Removed _swrast_validate_pbo_access().Brian Paul
2004-10-31use _mesa_unmap_buffer by defaultBrian Paul
2004-10-27Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do notAdam Jackson
2004-10-26As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.Ian Romanick
2004-10-25Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS.Adam Jackson
2004-10-24Implement ColorMaskNicolai Haehnle
2004-10-24Hardware accelerated depth clearNicolai Haehnle
2004-10-23Big-endian fixes for R200 sw TCL path.Ian Romanick
2004-10-20fixed compilation errorsDaniel Borca
2004-10-19fix compilation error in `convertPalette' (still have to fix the issue, though)Daniel Borca
2004-10-18Small optimization for big-endian (e.g., PowerPC) systems.Ian Romanick
2004-10-18print an error message in convertPalette before dying.Daniel Borca
2004-10-18small fix to match new _mesa_rescale_teximage2dDaniel Borca
2004-10-18Fix compile errors when DEBUG is defined.Ian Romanick
2004-10-17Fix t_vertex byte-ordering issues for PowerPC. This was tested with gearsIan Romanick
2004-10-17Fix hangs on big-endian (e.g., PowerPC) hardware.Ian Romanick
2004-10-17- FIX: flickeringNicolai Haehnle
2004-10-16Fixed off by one errors in clipping.Ville Syrjala
2004-10-16Add code to support projective texturing and fix mixed enabling of textureEric Anholt
2004-10-16Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears thatEric Anholt
2004-10-16Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick
2004-10-15Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick
2004-10-15Convert MGA driver to use new spantmp2.h interface.Ian Romanick
2004-10-15Huge dumb drop. State:Nicolai Haehnle