Age | Commit message (Expand) | Author |
2009-02-28 | mesa: Sparc's IROUND() optimization is invalid. | David Miller |
2009-02-28 | mesa: move GLfixed type and related macros to swrast module | Brian Paul |
2009-02-28 | mesa: convert macro to inline function | Brian Paul |
2009-02-28 | mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function | Brian Paul |
2009-02-28 | mesa: comments, whitespace, reformatting | Brian Paul |
2009-02-28 | mesa: remove dead code | Brian Paul |
2009-02-28 | mesa: move gl_attrib_node struct to attrib.c too | Brian Paul |
2009-02-28 | mesa: move gl_enable_attrib struct to attrib.c, the only place it's used | Brian Paul |
2009-02-28 | mesa: lots of updated comments, formatting clean-ups | Brian Paul |
2009-02-27 | mesa: set bufObj->Pointer = NULL after unmapping | Brian Paul |
2009-02-27 | mesa: if a buffer object is mapped when glDeleteBuffers() is called, unmap it | Brian Paul |
2009-02-27 | mesa: updated comments | Brian Paul |
2009-02-27 | mesa: fix incorrect error handling in glBufferDataARB() | Brian Paul |
2009-02-26 | mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer() | Brian Paul |
2009-02-26 | mesa: Resurrect SPARC asm code. | David S. Miller |
2009-02-24 | mesa: fix merge conflict (in comment) | Brian Paul |
2009-02-24 | mesa: use quotes for #include | Brian Paul |
2009-02-23 | mesa: include compiler.h, fixes cell build, remove Haiku special case | Brian Paul |
2009-02-23 | mesa: fixes for building on Haiku | Tomas Wilhelmsson |
2009-02-23 | mesa: Fix windows build. | José Fonseca |
2009-02-22 | mesa: remove unneeded #include | Brian Paul |
2009-02-22 | mesa: #include, misc clean-ups | Brian Paul |
2009-02-22 | mesa: remove unneeded #includes | Brian Paul |
2009-02-22 | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul |
2009-02-22 | mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flags | Brian Paul |
2009-02-22 | mesa: assorted clean-ups, var renaming, etc. | Brian Paul |
2009-02-22 | mesa: simplify texture combine state copying in _mesa_copy_texture_state() | Brian Paul |
2009-02-22 | mesa: remove redundant assertions (same asserts in context.c) | Brian Paul |
2009-02-21 | mesa: added extern qualifier | Tom Fogal |
2009-02-21 | mesa: use enums for TEXTURE_x_INDEX values | Brian Paul |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-02-21 | mesa: use an array for default texture objects | Brian Paul |
2009-02-21 | mesa: re-org texgen state | Brian Paul |
2009-02-20 | mesa: add TexShadow field to prog_instruction | Brian Paul |
2009-02-19 | mesa: fix/update/restore comments related to two-sided stencil | Brian Paul |
2009-02-19 | mesa: initialize ctx->Stencil._BackFace = 1 | Brian Paul |
2009-02-18 | mesa: convert VERT_RESULT_* from #defines to enum, like the others | Brian Paul |
2009-02-18 | mesa: increase MAX_UNIFORMS to 1024 (of vec4 type) | Brian Paul |
2009-02-17 | mesa: add some debug code to help diagnose incomplete FBO attachments (disabled) | Brian Paul |
2009-02-17 | mesa: turn on reporting of GLSL version 1.20 | Brian Paul |
2009-02-13 | i965: Eric Anholt's patch for bumping up texture sizes | Robert Ellison |
2009-02-13 | mesa: add additional texture size/limit assertions | Brian Paul |
2009-02-12 | glDrawBuffers(n==0) is valid | Robert Ellison |
2009-02-12 | mesa: don't include m_xform.h where not needed | Brian Paul |
2009-02-12 | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c | Brian Paul |
2009-02-12 | mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers() | Brian Paul |
2009-02-11 | mesa: get rid of _math_init() | Brian Paul |
2009-02-11 | mesa: Move statements after declarations. | José Fonseca |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul |
2009-02-10 | Merge commit 'origin/gallium-0.2' into gallium-master-merge | Brian Paul |