summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-09-12use ASM_API variable, bug 4415Brian Paul2-14/+16
2005-09-12make lookup_query_object() staticBrian Paul1-1/+1
2005-09-12remove rendundant r,g,b,a vars (bug 4331)Brian Paul1-1/+0
2005-09-11add 1002:5460 M22 X300 cardDave Airlie1-0/+2
2005-09-11fix dri drivers buildDave Airlie1-1/+1
2005-09-11Silence some warnings.Brian Paul1-4/+9
2005-09-10Clean-up of sources/Makefile, bug 4111Brian Paul2-82/+30
2005-09-10fix a problem w/ color index mode when CHAN_BITS=16Brian Paul1-3/+3
2005-09-10make some vars staticBrian Paul1-3/+7
2005-09-10fix GLubyte/GLchan inconsistencies (bug 4331)Brian Paul1-77/+121
2005-09-10add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger2-0/+58
2005-09-10add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...Roland Scheidegger1-7/+97
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul11-66/+58
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger6-0/+6
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul7-8/+6
2005-09-09don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-upsBrian Paul1-89/+72
2005-09-09fix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI and GL_DOT2_ADD_ATI A...Roland Scheidegger1-5/+9
2005-09-09add missing fallback string for ARB_vertex_programRoland Scheidegger1-1/+2
2005-09-09Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...Roland Scheidegger2-2/+2
2005-09-08use an explicit reserved field, rather than magic number in boundKeith Whitwell2-2/+5
2005-09-08Fix the comment for the 'bound' field: it's a bitmask, not an index.Brian Paul2-2/+5
2005-09-08Keep NumTemporaries uptodate.Keith Whitwell1-0/+7
2005-09-08Treat NegateBase as a bitfield, not a boolean.Keith Whitwell1-1/+5
2005-09-08be consistent in populating NegateBase fieldKeith Whitwell3-30/+28
2005-09-08check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few placesBrian Paul3-11/+12
2005-09-08fix precision problem in depth clearing (bug 4395)Brian Paul1-4/+10
2005-09-08fix incorrect swizzling handling. fix code so it can potentially handle imple...Roland Scheidegger1-13/+18
2005-09-08 Committing in .Jouk Jansen1-0/+3
2005-09-08add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably w...Roland Scheidegger1-0/+4
2005-09-07some clean-up and re-org for renderbuffersBrian Paul4-113/+132
2005-09-07some updates, but code still out of dateBrian Paul2-54/+8
2005-09-07new commentBrian Paul1-0/+1
2005-09-07minor tweaks to _mesa_ResizeBuffersMESA()Brian Paul1-5/+9
2005-09-07fix bug with ATI_fragment_shader in swrast (need to copy all 4 values due to ...Roland Scheidegger1-6/+4
2005-09-07try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()Brian Paul1-11/+27
2005-09-06minor formatting fixBrian Paul1-2/+1
2005-09-06added viaRenderbufferStorage() functionBrian Paul1-2/+13
2005-09-06just changes/updates to commentsBrian Paul1-10/+11
2005-09-06Use mklib script instead of ar. Make libmesa.a instead of mesa.aBrian Paul3-8/+7
2005-09-06remove DEFARRAY, CHECKARRAY stuffBrian Paul2-78/+6
2005-09-06minor clean-up of texture_combine()Brian Paul1-12/+9
2005-09-06don't use DEFARRAY/CHECKARRAY stuffBrian Paul3-11/+3
2005-09-05make some functions staticBrian Paul2-8/+15
2005-09-05make r128SpanRenderStart/Finish staticBrian Paul1-2/+4
2005-09-05remove obsolete CurrentBufferBitBrian Paul2-6/+0
2005-09-05remove unused varBrian Paul1-1/+0
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz3-33/+34
2005-09-05remove _swrast_DrawBufferKarl Schultz2-3/+1
2005-09-05Windows mesa.def file had been moved to the drivers dir tree some time ago. ...Karl Schultz1-491/+0
2005-09-05fix var declaration so that a C compiler can build it.Karl Schultz1-1/+2