| Commit message (Expand) | Author | Age | Files | Lines |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 5 | -7/+22 |
* | Replace GLuint with GLbitfield where appropriate. Also replace GLuint | Brian Paul | 2005-09-15 | 7 | -67/+68 |
* | Remove a bunch texel fetch functions that can be handled by the new | Brian Paul | 2005-09-15 | 2 | -614/+131 |
* | New set_fetch_functions() to set a gl_texture_image's FetchTexel functions | Brian Paul | 2005-09-15 | 2 | -48/+93 |
* | Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. | Brian Paul | 2005-09-14 | 2 | -13/+0 |
* | clean-up some _mesa_make_current() code | Brian Paul | 2005-09-14 | 1 | -35/+32 |
* | Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.c | Brian Paul | 2005-09-13 | 4 | -107/+107 |
* | print version with debug info | Brian Paul | 2005-09-13 | 1 | -2/+4 |
* | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul | 2005-09-13 | 3 | -33/+33 |
* | OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. | Brian Paul | 2005-09-13 | 6 | -54/+152 |
* | Use GLuint/GLint intead of GLstencil for stencil state. | Brian Paul | 2005-09-13 | 2 | -26/+24 |
* | Move the ctx->FirstTimeCurrent initialization | Brian Paul | 2005-09-13 | 2 | -5/+4 |
* | make lookup_query_object() static | Brian Paul | 2005-09-12 | 1 | -1/+1 |
* | remove rendundant r,g,b,a vars (bug 4331) | Brian Paul | 2005-09-12 | 1 | -1/+0 |
* | make some vars static | Brian Paul | 2005-09-10 | 1 | -3/+7 |
* | fix GLubyte/GLchan inconsistencies (bug 4331) | Brian Paul | 2005-09-10 | 1 | -77/+121 |
* | don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups | Brian Paul | 2005-09-09 | 1 | -89/+72 |
* | Keep NumTemporaries uptodate. | Keith Whitwell | 2005-09-08 | 1 | -0/+7 |
* | check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places | Brian Paul | 2005-09-08 | 3 | -11/+12 |
* | new comment | Brian Paul | 2005-09-07 | 1 | -0/+1 |
* | minor tweaks to _mesa_ResizeBuffersMESA() | Brian Paul | 2005-09-07 | 1 | -5/+9 |
* | minor formatting fix | Brian Paul | 2005-09-06 | 1 | -2/+1 |
* | just changes/updates to comments | Brian Paul | 2005-09-06 | 1 | -10/+11 |
* | remove DEFARRAY, CHECKARRAY stuff | Brian Paul | 2005-09-06 | 2 | -78/+6 |
* | Windows mesa.def file had been moved to the drivers dir tree some time ago. ... | Karl Schultz | 2005-09-05 | 1 | -491/+0 |
* | fudge set_component_sizes() a bit, see comments | Brian Paul | 2005-09-03 | 1 | -1/+5 |
* | Remove last remnants of pre-renderbuffer code. | Brian Paul | 2005-09-03 | 4 | -11/+2 |
* | comments | Brian Paul | 2005-09-02 | 1 | -2/+2 |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 6 | -51/+97 |
* | add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc... | Roland Scheidegger | 2005-09-02 | 1 | -3/+13 |
* | Just additional comments. | Brian Paul | 2005-08-31 | 2 | -0/+20 |
* | remove dead code, update comments | Brian Paul | 2005-08-31 | 2 | -15/+5 |
* | fix a few proxy color table bugs (bug 4270) | Brian Paul | 2005-08-28 | 1 | -8/+11 |
* | check the Ready flag when getting GL_QUERY_RESULT_ARB | Brian Paul | 2005-08-27 | 1 | -0/+15 |
* | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul | 2005-08-27 | 3 | -84/+126 |
* | /dri/msg | Adam Jackson | 2005-08-26 | 1 | -1/+1 |
* | don't compile debug code (bug 4242: rand undefined) | Brian Paul | 2005-08-25 | 1 | -1/+5 |
* | removed GL_HP_occlusion_test extension | Brian Paul | 2005-08-25 | 9 | -115/+11 |
* | simplify, clean-up texel addressing macros | Brian Paul | 2005-08-23 | 1 | -180/+129 |
* | bump version to 6.5 | Brian Paul | 2005-08-22 | 1 | -4/+4 |
* | Replace mult/div operators with bitwise operators in texel fetch routines | Brian Paul | 2005-08-18 | 1 | -24/+29 |
* | Bump version to 6.3.2 | Brian Paul | 2005-08-16 | 1 | -3/+3 |
* | In _mesa_TexEnvfv, do not accept values for GL_OPERAND2_ALPHA and GL_OPERAND2... | Roland Scheidegger | 2005-08-15 | 1 | -4/+24 |
* | added FREXPF() macro (bug 4060) | Brian Paul | 2005-08-12 | 1 | -0/+5 |
* | Remove _glapi_check_multithread from the interface exported by the loader to | Ian Romanick | 2005-08-10 | 1 | -7/+4 |
* | the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint | Brian Paul | 2005-08-10 | 2 | -13/+14 |
* | Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to... | Vladimir Dergachev | 2005-08-06 | 1 | -0/+1 |
* | Fix recent problems with display lists and other parts of the code. | Ian Romanick | 2005-08-05 | 3 | -2/+33 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 2 | -5/+7 |
* | Make the vertex program source register Index field a signed int since | Brian Paul | 2005-07-22 | 1 | -1/+2 |