- 942b5b7 exercise position invarient vertex program by Keith Whitwell · 18 years ago
- feb0ff1 Check for a valid context by Alan Hourihane · 18 years ago
- 4cd9e5c rewrite gluErrorString() to be more legible by Brian Paul · 18 years ago
- bd0bfd1 reorder a few token definitions by Brian Paul · 18 years ago
- c28834b Add M32R architecture to test for USE_IEEE and friends (Kazuhiro Inaoka, by Michel Dänzer · 18 years ago
- 1ec9ed4 fix span code compilation problems, bug 5858 by Brian Paul · 18 years ago
- 4afcd8a Print the hex value of the errant input when an invalid stencil function is by Ian Romanick · 18 years ago
- 161de10 If DrawBuffer isn't set, return immediately by Alan Hourihane · 18 years ago
- 11fceb1 no need to handle ARL in a special way, it's a generic scalar operation. only tested on r300. by Tilman Sauerbeck · 18 years ago
- 16d1024 fix broken negate by Aapo Tahkola · 18 years ago
- e6a17b6 fix broken address register reads by Aapo Tahkola · 18 years ago
- 385f23e Thread safety for Win32. SourceForge bug #1507315. by Brian Paul · 18 years ago
- c0168fa glPush/PopAttrib fix (bug 6891) by Brian Paul · 18 years ago
- 65897c0 don't create include/GLES yet by Brian Paul · 18 years ago
- c97c5f0 remove obsolete PointSizePtr by Brian Paul · 18 years ago
- c3c6438 by Jouk Jansen · 18 years ago
- be906fe added some comments, braces in _mesa_BindTexture by Brian Paul · 18 years ago
- 2d77b25 minor clean-ups by Brian Paul · 18 years ago
- 9960ddc comments for gl_array_object struct by Brian Paul · 18 years ago
- 0b994ef Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes by Keith Whitwell · 18 years ago
- d048b7d Protect _swrast_read_rgba_span with RENDER_START/FINISH by Keith Whitwell · 18 years ago
- 4f68411 s/ATTRIBUTE/GENERIC/ by Brian Paul · 18 years ago
- 62e1fae A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are really by Brian Paul · 18 years ago
- 62dc134 Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC* by Brian Paul · 18 years ago
- 3c18d49 new assertion by Brian Paul · 18 years ago
- ee06106 Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, but by Brian Paul · 18 years ago
- 2d08748 GLX_BAD_CONTEXT checks in video-sync functions by Brian Paul · 18 years ago
- e49aea9 remove debug printf by Brian Paul · 18 years ago
- f9d88c8 clean-ups and new comments by Brian Paul · 18 years ago
- 4df010b fix glVertexAttribPointerARB's normalized behaviour by Brian Paul · 18 years ago
- 34a3779 remove unused index_attr1fv() by Brian Paul · 18 years ago
- 7dfdf3a Rename some functions/macros to better reflect their behaviour: by Brian Paul · 18 years ago
- 44b82df In import_attrib(), use the from->Normalized flag to choose the right by Brian Paul · 18 years ago
- 5c7c5a7 s/0/NULL/ by Brian Paul · 18 years ago
- 1c546ae When using an ARB vertex program, the generic vertex arrays do not alias the by Brian Paul · 18 years ago
- 8bc00c2 fix size assertions in _mesa_init_teximage_fields() by Brian Paul · 18 years ago
- 212d7e8 minor simplification in texcoord array import by Brian Paul · 18 years ago
- 73e73ff Fix command line parsing. by Michel Dänzer · 18 years ago
- bd1e587 remove some unneeded #includes by Brian Paul · 18 years ago
- 0395cc0 Fix a few conversion bugs. For example, GLshort->GLfloat conversion by Brian Paul · 18 years ago
- c25eb99 Fix all instances of calling __glXSetupForCommand before GetReqExtra. by Kristian Høgsberg · 18 years ago
- 18d0efb removed incorrect const qualifier by Brian Paul · 18 years ago
- 9853aac Make r300 driver build with GL_APPLE_vertex_array_object changes. by Ian Romanick · 18 years ago
- a3feff4 GL_APPLE_vertex_array_object is new by Brian Paul · 18 years ago
- 48c03d7 s/buffer/arrays/ by Brian Paul · 18 years ago
- d2fb24a make do_vertex_attrib_enable() static by Brian Paul · 18 years ago
- f2ce358 include glxclient.h to silence missing prototypes warning by Brian Paul · 18 years ago
- c8f8fbe remove const qualifier from glGenVertexArraysAPPLE() parameter by Brian Paul · 18 years ago
- 0e0e3b0 include arrayobj.h by Brian Paul · 18 years ago
- 050d39b remove unused var by Brian Paul · 18 years ago
- ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
- 6254d59 fire vertices before context destruction. by Alan Hourihane · 18 years ago
- 51eb359 destroy the memory manager along with the context by Tilman Sauerbeck · 18 years ago
- 5b90cf2 enable arb_vertex_program by default if drm is new enough. Do a fallback when it's a nv_vp as there could be issues. by Roland Scheidegger · 18 years ago
- da4b012 Added some notes about this implementation. by Claudio Ciccani · 18 years ago
- 4812a59 Enable setting invible cursors. by Claudio Ciccani · 18 years ago
- 6acc6dd Separated joystick pointer coordinates from mouse pointer coordinates. by Claudio Ciccani · 18 years ago
- 52c5d9c shuffle some code to make some assertions in the _savage_texstore_a111xxxx functions compile without error... by Roland Scheidegger · 18 years ago
- 5dbd0a4 added info about prerequisites for building DRI drivers by Brian Paul · 18 years ago
- 11ea8cb fix glBegin error test by Brian Paul · 18 years ago
- ee7e58e check for invalid mode in glBegin(), bug 7142 by Brian Paul · 18 years ago
- a0daa12 include tnl/tnl.h for _tnl_program_string() by Tilman Sauerbeck · 18 years ago
- 3ebf041 mark ARL operand as scalar (Roland Scheidegger) by Tilman Sauerbeck · 18 years ago
- 0bc09bd struct op_names: get rid of the 'output operands' field as it's not used (Roland Scheidegger) by Tilman Sauerbeck · 18 years ago
- 0c65604 links to ClosedGL and S3TC library by Brian Paul · 18 years ago
- d6213e6 Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean up the r200 vertex program code a bit. by Roland Scheidegger · 18 years ago
- 808809b updated Pixmap vs. XImage info by Brian Paul · 18 years ago
- 37474ec prevent possible program mix up with sw vps (Roland Scheidegger) by Aapo Tahkola · 18 years ago
- 9248882 prevent run_arb_vertex_program from running tnl programs unless ctx->_MaintainTnlProgram is set by Aapo Tahkola · 18 years ago
- 9ba2006 make sure tex format is supported. by Aapo Tahkola · 18 years ago
- 2f42558 various fixes (Roland Scheidegger) by Aapo Tahkola · 18 years ago
- 4cb9fff Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call by Brian Paul · 18 years ago
- 3696f0e updates for using libdrm (Hanno Bock) by Brian Paul · 18 years ago
- 6f172f7 minor clean-ups by Brian Paul · 18 years ago
- 98c791b implement arb_vertex_program in hw for r200. Code contains still some hacks, generic attribs cause a fallback, but otherwise it seems to work quite well. Passes all glean vertProg1 tests with the exception of the degnerated LIT case (which is a hw limitation), as well as runs the r200 render path of doom3/quake4 (1.1 patch needed for quake4). The code is heavily borrowed from the r300 driver as vertex programs encoding is almost identical. arb_vertex_program is not yet announced by default and still needs to be enabled via driconf. by Roland Scheidegger · 18 years ago
- 65ced47 Thomas Sondergaard's API tracer by Brian Paul · 18 years ago
- 21fbdb1 set per-context GL_DRAW_BUFFER state regardless of currently bound FBO by Brian Paul · 18 years ago
- 79d8db7 fix depth-format rectangular textures by Brian Paul · 18 years ago
- 2b04dd9 fix depth-component test to allow rectangular textures by Brian Paul · 18 years ago
- b302419 remove code dealing with drmMinor version < 6 since all radeon drivers request at least drmMinor 6 anyway. by Roland Scheidegger · 18 years ago
- 5377ac8 retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the intention as drm seems to never return EAGAIN) in all radeon drivers. by Roland Scheidegger · 18 years ago
- fe57ed4 Fix extended swizzling in vertex programs by introducing special swizzle instruction, extend the 2 bit rsw field to 3 bit like used in other places. While here, also fix up rsw (negation), dph and try to fix up rsq with negative values (doesn't work, bug seems elsewhere) in the sse codegen code. by Roland Scheidegger · 18 years ago
- 4d3ab19 document MESA_TEX/TNL_PROG env vars by Brian Paul · 18 years ago
- 1ec9b5a fix extension_supported() function, added comments by Brian Paul · 18 years ago
- e689a7f SWZ is nearly identical to MOV. the difference is that SWZ supports per-component negation, which MOV doesn't. as that's handled transparently, we can use the same code for them. by Tilman Sauerbeck · 18 years ago
- 49db174 pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's VSF_FLAGs now by Tilman Sauerbeck · 18 years ago
- 9efe17e Updated config file. by Claudio Ciccani · 18 years ago
- fe94d0b Added some example progs using DirectFBGL. by Claudio Ciccani · 18 years ago
- b18191c Added DirectFB GLUT implementation. by Claudio Ciccani · 18 years ago
- 9400550 Fixed bug with multiple contexts. by Claudio Ciccani · 18 years ago
- 55ad3cc fix bug 7077 - mem leak by Brian Paul · 18 years ago
- a8c4242 Define new NEGATE_* tokens for setting the src register's NegateBase field. by Brian Paul · 18 years ago
- e4cb9cd remove redundant 'const' by Brian Paul · 18 years ago
- 8333012 free convolved image / fix mem leak (bug 7077) by Brian Paul · 18 years ago
- 1d0fa45 minor code cleanup, no actual changes by Tilman Sauerbeck · 18 years ago
- 6be8127 don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, which is actually handled by Tilman Sauerbeck · 18 years ago
- 51fec69 Add x86sse.h. by Michal Krol · 18 years ago
- 4decba9 Remove not needed forward declaration. by Michal Krol · 18 years ago
- 23b7c7d Make it running under Linux. by Michal Krol · 18 years ago
- 44d5c86 First draft. by Michal Krol · 18 years ago