summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-16Cleanup code. Change constructor prototype.Michal Krol
2006-05-16Cleanup code.Michal Krol
2006-05-16Change constructor prototype.Michal Krol
2006-05-16Remove carriage returns.Michal Krol
2006-05-16Add GetInfoLogLength and WriteAttrib functions.Michal Krol
2006-05-16Cleanup GLhandle-to-object translation macros.Michal Krol
2006-05-16GLSL regression test suite.Michal Krol
2006-05-15added a few extension #ifdef testsBrian Paul
2006-05-15Added a check_context_limits() function that checks that the ctx->Const.*Brian Paul
2006-05-15usage() functionBrian Paul
2006-05-14remove some unused macrosBrian Paul
2006-05-14s/GLbyte/GLubyte/Brian Paul
2006-05-14fix typo, remove dead codeBrian Paul
2006-05-13Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul
2006-05-12the r300 should only use 8 until Mesa can deal with thisDave Airlie
2006-05-12this should use the configured number not the MAX, this has no effect untilDave Airlie
2006-05-11In __glXPushArrayState() we weren't pushing the index field.Brian Paul
2006-05-11simplify image setup code, added LOD Bias control (l/L keys)Brian Paul
2006-05-10simple texture compression testBrian Paul
2006-05-10new test image - Delicate Arch, UtahBrian Paul
2006-05-10Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul
2006-05-10move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284)Brian Paul
2006-05-10check if button >= GLUT_MAX_MENUS in glutAttacheMenu()Brian Paul
2006-05-10Clean up previous change slightlyKeith Whitwell
2006-05-10Use a (much!) larger executable memory heap so that the glsl x86Keith Whitwell
2006-05-09check event button against GLUT_MAX_MENUS (bug 1484284)Brian Paul
2006-05-0916/32-bit chan fixes, texture compression fixesBrian Paul
2006-05-09When error-checking 'unit' against num_texture_units, need to use >=, not >.Brian Paul
2006-05-09Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul
2006-05-09use _mesa_compressed_texture_size() for GL_TEXTURE_COMPRESSED_IMAGE_SIZE queryBrian Paul
2006-05-08two more texture compression fixesBrian Paul
2006-05-08More updates for texture compression.Brian Paul
2006-05-08Fix a number of texture compression issues.Brian Paul
2006-05-08fix warningBrian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-05-07added CHAN_BITS != 8 testBrian Paul
2006-05-07misc clean-upsBrian Paul
2006-05-07minor clean-ups around DepthScale/BiasBrian Paul
2006-05-06restore -O flag (bug 6814)Brian Paul
2006-05-06Check for overflow when converting floating pt Z values to 32-bit GLuint.Brian Paul
2006-05-05updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)Brian Paul
2006-05-05check for float->uint overflow in _mesa_unpack_depth_span()Brian Paul
2006-05-05Define VERT_RESULT_EDGEKeith Whitwell
2006-05-05remove temporary code from keithw, this in theory isn't used at the momentDave Airlie
2006-05-05Fix i915 driver after stencil changes in Mesa 6.5Dave Airlie
2006-05-05Release temporaryKeith Whitwell
2006-05-03Fix some silly spelling errors.Ian Romanick
2006-05-02remove some unneeded includesDave Airlie
2006-05-02Update to final EXT_tfp tokensDavid Reveman
2006-05-02move the pkg config flags for libdrm to the bottomDave Airlie