summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)AuthorFilesLines
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick4-30/+15
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-48/+18
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2-43/+47
2005-07-06Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger1-2/+0
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger1-38/+0
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick1-32/+57
2005-06-26Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt1-1/+7
2005-06-26Remove the #if 0-ed out old span code.Eric Anholt1-45/+0
2005-05-31Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt moreEric Anholt1-2/+1
2005-05-31Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, andEric Anholt2-10/+6
2005-05-31Remove unused CTX_ARG2 define.Eric Anholt1-1/+0
2005-05-13Calculate render inputs for tcl stage correctly (hint: they aren't theKeith Whitwell1-1/+32
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson1-12/+0
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson1-0/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul7-28/+145
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell1-75/+5
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger7-10/+37
2005-02-27precedence precedence precedence.. add some bracketsDave Airlie1-1/+1
2005-02-26Add a dri config option to enable the max texture level hackDave Airlie3-4/+13
2005-02-17s/0/NULL/ (Jeff Muizelaar)Brian Paul12-23/+23
2005-02-17remove extern (Jeff Muizelaar)Brian Paul1-3/+3
2005-02-15add some missing texture formats and bits from r200 docsDave Airlie1-0/+8
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger5-46/+106
2005-02-10add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ...Roland Scheidegger1-0/+6
2005-02-10(Andreas Stenglein) fix projected textures with swtcl, they need the w coordi...Roland Scheidegger2-2/+11
2005-02-08SUBPIXEL fixes from DieterKeith Whitwell1-2/+2
2005-02-08Call _mesa_ResizeBuffersMESA() in r200Viewport(), fixes incorrect renderingMichel Dänzer1-0/+3
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson11-38/+0
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger8-35/+67
2005-01-08Parallel build fix. Multiword variables on the target side of a : getAdam Jackson1-2/+4
2004-12-16Also PUBLICize the config option tableAdam Jackson1-1/+1
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson1-0/+1
2004-12-14uint*t -> u_int*t changesAlan Hourihane4-10/+10
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell1-1/+1
2004-12-09back out Keiths last checkin - for Solo the include order is importantDave Airlie1-3/+7
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger8-7/+64
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-5/+4
2004-12-08fix depth/stencil readback if coordinates are larger than 1023 (https://bugs....Roland Scheidegger1-2/+2
2004-12-03only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, s...Roland Scheidegger1-1/+5
2004-12-02silence warningsAlan Hourihane1-8/+13
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-5/+0
2004-11-23revert enabling of hw quads for swtcl. It lead to problems with quad_strips, ...Roland Scheidegger1-2/+2
2004-11-12enable hw quad primitive for swtclRoland Scheidegger1-2/+2
2004-11-12make render_quads_verts call EMIT_PRIM with the arguments in the right order,Adam Jackson1-1/+1
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-2/+2
2004-11-10add some chip idsRoland Scheidegger1-3/+16
2004-11-03enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger9-9/+266
2004-10-23Big-endian fixes for R200 sw TCL path.Ian Romanick1-0/+21
2004-10-18Fix compile errors when DEBUG is defined.Ian Romanick1-2/+2
2004-10-16Add code to support projective texturing and fix mixed enabling of textureEric Anholt11-270/+265