- 55187ea Update includes post-splitting of s_texture.c by Brian Paul · 19 years ago
- 2cd8791 Split the s_texture.c file into two new files: by Brian Paul · 19 years ago
- 6ce60be remove unused vars by Brian Paul · 19 years ago
- 5f16244 remove _tnl_MakeCurrent call by Brian Paul · 19 years ago
- a25fe61 initial 6.5 release notes by Brian Paul · 19 years ago
- b43671c Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. by Brian Paul · 19 years ago
- 04adb70 fix breakage from Brians changes earlier by Dave Airlie · 19 years ago
- a702bbf clean-up some _mesa_make_current() code by Brian Paul · 19 years ago
- 5250aa7 remove rm -f line by Brian Paul · 19 years ago
- 7a534dc remove .a file before creating new one by Brian Paul · 19 years ago
- 41cf68b pageflip change from radeon driver by Brian Paul · 19 years ago
- a400a1e Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, by Brian Paul · 19 years ago
- f157e2d make some funcs static by Brian Paul · 19 years ago
- ff9d235 Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, by Brian Paul · 19 years ago
- 4879928 use mklib script to make drivers instead of gcc -shared by Brian Paul · 19 years ago
- a60ff20 updated comment by Brian Paul · 19 years ago
- 67a8dec make some functions static by Brian Paul · 19 years ago
- e42a313 Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, by Brian Paul · 19 years ago
- 9ae952a added driUpdateFramebufferSize() by Brian Paul · 19 years ago
- f084f60 Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.c by Brian Paul · 19 years ago
- 7909dd9 update like for MD2 viewer by Brian Paul · 19 years ago
- 56ff8ed replace semicolon with && by Brian Paul · 19 years ago
- 363344f print version with debug info by Brian Paul · 19 years ago
- 7bb7f97 fix FreeBSD problem (bug 4435) by Brian Paul · 19 years ago
- 914ec8e Fix libGL build on FreeBSD by respecting ASM_FLAGS. by Eric Anholt · 19 years ago
- 878c371 Replace ctx->Driver.StencilOp/Func/Mask() functions with by Brian Paul · 19 years ago
- 42c34ef OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. by Brian Paul · 19 years ago
- bdf8441 just some reformatting by Brian Paul · 19 years ago
- 56a2e08 Clear either 8 or 16-bit stencil buffers. by Brian Paul · 19 years ago
- b5932cf Use GLuint/GLint intead of GLstencil for stencil state. by Brian Paul · 19 years ago
- a96f889 Move the ctx->FirstTimeCurrent initialization by Brian Paul · 19 years ago
- 5179f67 init StencilOpSeparate to NULL by Brian Paul · 19 years ago
- 8d2139e add GL_ATI_fragment_shader support for r200 by Roland Scheidegger · 19 years ago
- fd9de71 added a return upon out-of-memory, remove a needless assignment by Brian Paul · 19 years ago
- f6e3234 restore brace lost in previous check-in by Brian Paul · 19 years ago
- f20917d add complete support for ATI_fragment_shader for the r200. Most of the new code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me by Roland Scheidegger · 19 years ago
- 1154362 remove unnecessary Swizzle parameter from struct (forgotten when the code was refactored) by Roland Scheidegger · 19 years ago
- 28569c2 use ASM_API variable, bug 4415 by Brian Paul · 19 years ago
- 68d4361 make lookup_query_object() static by Brian Paul · 19 years ago
- 758f447 remove rendundant r,g,b,a vars (bug 4331) by Brian Paul · 19 years ago
- 2745df2 add 1002:5460 M22 X300 card by Dave Airlie · 19 years ago
- 654286e fix dri drivers build by Dave Airlie · 19 years ago
- 2eef2ec Silence some warnings. by Brian Paul · 19 years ago
- 7f8cb30 bunch of updates by Brian Paul · 19 years ago
- 80cef69 put GLUT sources into a separate tarball by Brian Paul · 19 years ago
- 26c7e65 Clean-up of sources/Makefile, bug 4111 by Brian Paul · 19 years ago
- 5704b8e fix a problem w/ color index mode when CHAN_BITS=16 by Brian Paul · 19 years ago
- f15b499 make some vars static by Brian Paul · 19 years ago
- 392c93e fix GLubyte/GLchan inconsistencies (bug 4331) by Brian Paul · 19 years ago
- 0ca6715 new demo to test ATI_fragment_shader, not very creative but easy to know if the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200. by Roland Scheidegger · 19 years ago
- c53d2d0 add the new drm packets needed for ATI_fragment_shader to the sanity code of the r200 and radeon driver by Roland Scheidegger · 19 years ago
- 6c2e82b add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Airlie, me) by Roland Scheidegger · 19 years ago
- 402b2be Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch, by Brian Paul · 19 years ago
- 036a994 add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vertex_program_stage. Fixes crashes when using vertex programs. Tested on r200 only (fix by Keith Whitwell) by Roland Scheidegger · 19 years ago
- a3dd2ce remove the redundant textureSize field, use tex.size instead, it's always the same value by Brian Paul · 19 years ago
- 338cbb0 don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups by Brian Paul · 19 years ago
- b346213 fix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI and GL_DOT2_ADD_ATI ATI_fs instructions. by Roland Scheidegger · 19 years ago
- 95db1f0 add missing fallback string for ARB_vertex_program by Roland Scheidegger · 19 years ago
- 7e3be55 Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_program. Disable ARB_vertex_program by default - it is incredibly slow, and just plain doesn't work anyway (arbvptorus fails an assertion, arbvpmesh has bogus output) by Roland Scheidegger · 19 years ago
- 45ba4e4 use an explicit reserved field, rather than magic number in bound by Keith Whitwell · 19 years ago
- d9b9b4b Fix the comment for the 'bound' field: it's a bitmask, not an index. by Brian Paul · 19 years ago
- b5cbaf9 Keep NumTemporaries uptodate. by Keith Whitwell · 19 years ago
- b15f46a Treat NegateBase as a bitfield, not a boolean. by Keith Whitwell · 19 years ago
- 5cf1397 be consistent in populating NegateBase field by Keith Whitwell · 19 years ago
- 4618a9b check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places by Brian Paul · 19 years ago
- f36954e fix precision problem in depth clearing (bug 4395) by Brian Paul · 19 years ago
- f4ff4d3 fix incorrect swizzling handling. fix code so it can potentially handle implementations with less than 6 texture units correctly. by Roland Scheidegger · 19 years ago
- 21ed295 by Jouk Jansen · 19 years ago
- ce33507 add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably when changing the global ati fragment shader constants. by Roland Scheidegger · 19 years ago
- 692147e some clean-up and re-org for renderbuffers by Brian Paul · 19 years ago
- 5262426 some updates, but code still out of date by Brian Paul · 19 years ago
- ab8ef28 new comment by Brian Paul · 19 years ago
- f0da327 minor tweaks to _mesa_ResizeBuffersMESA() by Brian Paul · 19 years ago
- b683b0d fix bug with ATI_fragment_shader in swrast (need to copy all 4 values due to later applied srcRep) by Roland Scheidegger · 19 years ago
- 8693b70 try to fix renderbuffer breakage, primarily in calculate_buffer_parameters() by Brian Paul · 19 years ago
- eba4ff6 minor formatting fix by Brian Paul · 19 years ago
- d869a43 added viaRenderbufferStorage() function by Brian Paul · 19 years ago
- 20354ed just changes/updates to comments by Brian Paul · 19 years ago
- bd07168 added -Wmissing-prototypes to WARN_FLAGS by Brian Paul · 19 years ago
- 158a2aa Use mklib script instead of ar. Make libmesa.a instead of mesa.a by Brian Paul · 19 years ago
- c0b4b9f remove DEFARRAY, CHECKARRAY stuff by Brian Paul · 19 years ago
- e2399ef minor clean-up of texture_combine() by Brian Paul · 19 years ago
- 3622f4f don't use DEFARRAY/CHECKARRAY stuff by Brian Paul · 19 years ago
- fcb6a0f make some functions static by Brian Paul · 19 years ago
- 6575e37 make r128SpanRenderStart/Finish static by Brian Paul · 19 years ago
- e3c8a0c remove obsolete CurrentBufferBit by Brian Paul · 19 years ago
- 3952d6d remove unused var by Brian Paul · 19 years ago
- f66084b Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warnings. by Karl Schultz · 19 years ago
- e15c2d0 remove _swrast_DrawBuffer by Karl Schultz · 19 years ago
- 53a3c70 Windows mesa.def file had been moved to the drivers dir tree some time ago. This copy is not needed. by Karl Schultz · 19 years ago
- e81cbd8 fix var declaration so that a C compiler can build it. by Karl Schultz · 19 years ago
- b4b040f just formatting clean-ups by Brian Paul · 19 years ago
- 16e7aeb Simplify radeonSetCliprects(). Remove the 'mode' parameter. by Brian Paul · 19 years ago
- 87ce68e Further clean-up and simplification of the span-related functions. by Brian Paul · 19 years ago
- 61ba6b5 Add new void *addr and __DRIdrawablePrivate parameters to driNewRenderbuffer(). by Brian Paul · 19 years ago
- 6e0e6ef Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers() by Brian Paul · 19 years ago
- d575a4c minor clean-ups by Brian Paul · 19 years ago
- 0cfd4f9 replace GET_SRC_PTR, GET_DST_PTR with GET_PTR by Brian Paul · 19 years ago
- eae73db Use InitPointers helper by Brian Paul · 19 years ago
- 90cfbd3 Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR. by Brian Paul · 19 years ago