summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-12-15added DMesaProc type to prevent gcc 3.4.3 warnings.Daniel Borca
2004-12-14uint*t -> u_int*tAlan Hourihane
2004-12-14fix warningAlan Hourihane
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-13disabled ClipMask usage in vb emitter (clipping bugs?)Daniel Borca
2004-12-12fix recursion problem introduced on Nov 27Brian Paul
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul
2004-12-09check if using a PBuffer in clip_for_xgetimage()Brian Paul
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell
2004-12-09simplistic ICD implementation for fx/MesaDaniel Borca
2004-12-09back out Keiths last checkin - for Solo the include order is importantDave Airlie
2004-12-09fixup pci code for Jon's last checkin for changing page sizeDave Airlie
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-12-08Use union type to avoid strict aliasing problems.Alan Hourihane
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie
2004-12-08fix depth/stencil readback if coordinates are larger than 1023 (https://bugs....Roland Scheidegger
2004-12-07fixed an include pathDaniel Borca
2004-12-06small fix for debug pathsDaniel Borca
2004-12-03only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, s...Roland Scheidegger
2004-12-03enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-12-02silence warningsAlan Hourihane
2004-12-02reverse some debug that slipped throughAlan Hourihane
2004-12-02Fix some warningsAlan Hourihane
2004-11-29silence a warningBrian Paul
2004-11-28fix missing width/height errorBrian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul
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