Age | Commit message (Expand) | Author |
2005-06-27 | remove unused MEMSET16 macro | Brian Paul |
2005-06-27 | Get rid of the MESA_PBUFFER_ALLOC/FREE() macros. | Brian Paul |
2005-06-26 | fix for-loop in _mesa_GetDouble to avoid out of bounds memory read | Brian Paul |
2005-06-26 | check for null oldBuffer in _mesa_realloc(), cleaned up some comments | Brian Paul |
2005-06-21 | Mammoth update to the Python code generator scripts that live in | Ian Romanick |
2005-06-20 | ran "make" after update to glX_proto_send.py. | Jeremy Kolb |
2005-06-19 | Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not | Brian Paul |
2005-06-13 | mingw changes (Nolan Leake) | Brian Paul |
2005-06-09 | Store compiled vertex program representations in a pointer in the | Keith Whitwell |
2005-06-07 | fix GL_ALPHA render-to-texture problem (Jon Smirl) | Brian Paul |
2005-06-04 | set OLD_RENDERBUFFER=0, need to clean up a few more things before totally rem... | Brian Paul |
2005-06-01 | added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error | Brian Paul |
2005-05-31 | add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querie | Brian Paul |
2005-05-27 | properly pop the GL_TEXTURE_GEN_ enable state | Brian Paul |
2005-05-26 | Fix gl_enums.py so that enums that are listed with the same name in | Ian Romanick |
2005-05-24 | Cleanup some Windows junk. | Karl Schultz |
2005-05-24 | moved to windows build dir | Karl Schultz |
2005-05-24 | Change prototype for TextureMemCpy to return void* (was void). | Karl Schultz |
2005-05-23 | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell |
2005-05-23 | Detect use of disabled textures as tex_env_crossbar sources. | Keith Whitwell |
2005-05-23 | Support ARB_texture_env_crossbar. Changes the way programs are | Keith Whitwell |
2005-05-23 | Restore the negate() function. | Keith Whitwell |
2005-05-17 | don't include strings.h | Brian Paul |
2005-05-16 | Don't use _mesa_swizzle_ubyte_image if all three texture formats | Felix Kuehling |
2005-05-16 | Deal better with indirection and indirection accounting, developed | Keith Whitwell |
2005-05-16 | define M_E if needed | Brian Paul |
2005-05-12 | new MESA_DEBUG option: disassem | Keith Whitwell |
2005-05-12 | Rein in debug slightly | Keith Whitwell |
2005-05-11 | Fix glean/conform problems. Don't generate so much output when | Keith Whitwell |
2005-05-11 | Fix logic for allocating texture temporaries (Ben Skeggs). | Keith Whitwell |
2005-05-10 | Double-buffer generated instructions and only notify driver when the | Keith Whitwell |
2005-05-10 | Double-buffer generated instructions and only notify driver when the | Keith Whitwell |
2005-05-10 | Better driver notification on changes. | Keith Whitwell |
2005-05-10 | Temporary fix - delete and recreate texenvprogram so that drivers | Keith Whitwell |
2005-05-10 | Committing in . | Jouk Jansen |
2005-05-10 | Fix texenv segfault. Reported by Ben Skeggs. | Keith Whitwell |
2005-05-10 | Try not to use the same temp reg as a TXP destination more than once, | Keith Whitwell |
2005-05-09 | Use driver functions to create TexEnvProgram, TnlProgram | Keith Whitwell |
2005-05-07 | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul |
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-05-04 | Add a facility to route all rasterization through a fragment program | Keith Whitwell |
2005-04-30 | apply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix to generator file, and r... | Brian Paul |
2005-04-30 | Fixed bogus ENUM_TO_BOOLEAN in | Felix Kuehling |
2005-04-29 | Maintain a fragment program for current texturing state. | Keith Whitwell |
2005-04-27 | move set_component_sizes() to fix bug 3135 | Brian Paul |
2005-04-26 | comments and minor clean-up | Brian Paul |
2005-04-22 | Simplify the pipeline_stage structure | Keith Whitwell |
2005-04-22 | Up the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power of two. | Keith Whitwell |
2005-04-21 | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell |