summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell
2004-12-19Fix cut and paste error (reported by Jerome Glisse)Vladimir Dergachev
2004-12-18Unichrome DRI driver:Thomas Hellström
2004-12-17Made debugging output controllable via environment variableFelix Kuehling
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-12-17Added a TNL pipeline stage that normalizes texture coordinates as aFelix Kuehling
2004-12-16Import s3virge and trident drivers. Not functional yet; no Makefile, no DRI-...Adam Jackson
2004-12-16The types uint32_t and uint8_t are not used in Mesa tree.Vladimir Dergachev
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI driver:Thomas Hellström
2004-12-15Added configuration support to the Savage driver. Three options areFelix Kuehling
2004-12-15Fixed GL_CLAM_TO_EDGE. It's not supported in hardware. Use GL_CLAMPFelix Kuehling
2004-12-15Fixed initialization of some stencil-related S4 registers, which wasFelix Kuehling
2004-12-15Moved some code from savageCreateContext to savageInitDriver, where itFelix Kuehling
2004-12-15Fixed some missing uint8_t -> u_int8_t.Felix Kuehling
2004-12-15Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell
2004-12-14uint*t -> u_int*tAlan Hourihane
2004-12-14fix warningAlan Hourihane
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-12fix recursion problem introduced on Nov 27Brian Paul
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell
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-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-02silence warningsAlan Hourihane
2004-12-02Fix some warningsAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian 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-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-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-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