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