summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger
2005-02-27precedence precedence precedence.. add some bracketsDave Airlie
2005-02-26Add a dri config option to enable the max texture level hackDave Airlie
2005-02-17s/0/NULL/ (Jeff Muizelaar)Brian Paul
2005-02-17remove extern (Jeff Muizelaar)Brian Paul
2005-02-15add some missing texture formats and bits from r200 docsDave Airlie
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger
2005-02-10add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ...Roland Scheidegger
2005-02-10(Andreas Stenglein) fix projected textures with swtcl, they need the w coordi...Roland Scheidegger
2005-02-08SUBPIXEL fixes from DieterKeith Whitwell
2005-02-08Call _mesa_ResizeBuffersMESA() in r200Viewport(), fixes incorrect renderingMichel Dänzer
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2005-01-08Parallel build fix. Multiword variables on the target side of a : getAdam Jackson
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
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-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-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-02silence warningsAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
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-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-10-23Big-endian fixes for R200 sw TCL path.Ian Romanick
2004-10-18Fix compile errors when DEBUG is defined.Ian Romanick
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-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick
2004-10-09This statechange is vtx state, not tcl.Eric Anholt
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-10-07Prevent Y-offset from exceeding valid range in texture upload code. ThisIan Romanick
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-10-02If an application cleared before any state had been emitted, that clear wouldEric Anholt
2004-09-30Bugzilla #1058: Fix some potential 64bit pointer issues by storing differencesEric Anholt
2004-09-30OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt
2004-09-25Fix texturing in quake3. Some code was left over from the dirty/clean listEric Anholt
2004-09-25Bump DRIVER_DATE for yesterday's changes.Eric Anholt
2004-09-24-O -Wall warnings cleanups in r200.Eric Anholt
2004-09-24Remove an unnecessary calculation of the dest pointer.Eric Anholt
2004-09-23fix for Erics new emit state code, rework out the dest pointerDave Airlie
2004-09-22The previous code would emit a full set of state during the first EmitState onEric Anholt