summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-02-23mesa: include compiler.h, fixes cell build, remove Haiku special caseBrian Paul
2009-02-23mesa: fixes for building on HaikuTomas Wilhelmsson
2009-02-23mesa: Fix windows build.José Fonseca
2009-02-22mesa: remove unneeded #includeBrian Paul
2009-02-22mesa: #include, misc clean-upsBrian Paul
2009-02-22mesa: remove unneeded #includesBrian Paul
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-02-22mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flagsBrian Paul
2009-02-22mesa: assorted clean-ups, var renaming, etc.Brian Paul
2009-02-22mesa: simplify texture combine state copying in _mesa_copy_texture_state()Brian Paul
2009-02-22mesa: remove redundant assertions (same asserts in context.c)Brian Paul
2009-02-21mesa: added extern qualifierTom Fogal
2009-02-21mesa: use enums for TEXTURE_x_INDEX valuesBrian Paul
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-21mesa: use an array for default texture objectsBrian Paul
2009-02-21mesa: re-org texgen stateBrian Paul
2009-02-20mesa: add TexShadow field to prog_instructionBrian Paul
2009-02-19mesa: fix/update/restore comments related to two-sided stencilBrian Paul
2009-02-19mesa: initialize ctx->Stencil._BackFace = 1Brian Paul
2009-02-18mesa: convert VERT_RESULT_* from #defines to enum, like the othersBrian Paul
2009-02-18mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)Brian Paul
2009-02-17mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul
2009-02-17mesa: turn on reporting of GLSL version 1.20Brian Paul
2009-02-13i965: Eric Anholt's patch for bumping up texture sizesRobert Ellison
2009-02-13mesa: add additional texture size/limit assertionsBrian Paul
2009-02-12glDrawBuffers(n==0) is validRobert Ellison
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul
2009-02-12mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()Brian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2009-02-11mesa: Move statements after declarations.José Fonseca
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-10Merge commit 'origin/gallium-0.2' into gallium-master-mergeBrian Paul
2009-02-10mesa: remove the unused _mesa_UpdateTexEnvProgram() functionBrian Paul
2009-02-10mesa: another fix for program/texture state validationBrian Paul
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul
2009-02-10mesa: fix/change state validation order for program/texture stateBrian Paul
2009-02-09mesa: fixes for srgb formatsRoland Scheidegger
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger
2009-02-09mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul
2009-02-09mesa: add no-change testing for a few more texture parametersBrian Paul
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-09mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_rende...Brian Paul
2009-02-07mesa: minor fixes to incomplete texture debug codeBrian Paul
2009-02-07mesa: debug code for printing info about textures, writing teximages to diskBrian Paul
2009-02-07mesa: code refactoring: move texcombine code into update_tex_combine()Brian Paul
2009-02-07mesa: minor clean-ups, remove unneeded conditionalBrian Paul
2009-02-07mesa: fix logic error in computing enableBits in update_texture_state()Brian Paul
2009-02-06glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul