summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-02-08Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson
2005-02-08Better fix to get tuxracer working.Aapo Tahkola
2005-02-08fog + immediate mode = bad thingsAapo Tahkola
2005-02-08Implemented checks that prevent r300 from locking up when bad number of verts...Aapo Tahkola
2005-02-08Let Polygon Offset be turned on and off.Vladimir Dergachev
2005-02-08just some commentsBrian Paul
2005-02-08a bunch of assorted fixesBrian Paul
2005-02-08plug in GL_EXT_framebuffer_object functionsBrian Paul
2005-02-08removed GL_EXT_framebuffer_object tokensBrian Paul
2005-02-08Add new entrypoints for GL_EXT_framebuffer_object.Brian Paul
2005-02-08Definitions for EXT_framebuffer_object. Just <include/> it in gl_API.xmlIan Romanick
2005-02-08Add the ability to include other XML files by using aIan Romanick
2005-02-08checkpoint latest workBrian Paul
2005-02-08added missing prototypeBrian Paul
2005-02-08indentation fixBrian Paul
2005-02-08To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola
2005-02-07improved warning messageBrian Paul
2005-02-07argb8888 optimizations from via branchKeith Whitwell
2005-02-07More texture enums (Andreas Stenglein)Keith Whitwell
2005-02-07GL_ARB_texture_rectangle enums (Andreas Stenglein)Keith Whitwell
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul
2005-02-06Added PCI id (0x4152).Jerome Glisse
2005-02-05Disable vertex DMA on SuperSavages.Felix Kuehling
2005-02-05- Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling
2005-02-05added fbobject.c to sourcesBrian Paul
2005-02-05Some initial work on GL_EXT_framebuffer_object.Brian Paul
2005-02-05Added PCI id (0x4152).Jerome Glisse
2005-02-05Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.Brian Paul
2005-02-05add a few commentsBrian Paul
2005-02-05Modified hw state for big endian computers.Jerome Glisse
2005-02-05remove dependency on Shared->TexObjectListBrian Paul
2005-02-05remove unneeded codeBrian Paul
2005-02-05removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul
2005-02-05Fixed a typo in an assertion. (Don't understand how this ever compiled.)Felix Kuehling
2005-02-05Warn of unknown texture formats.Vladimir Dergachev
2005-02-05Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick
2005-02-04Enable client-side GLX support for texture compression extensions.Ian Romanick
2005-02-04Added an option texture_heaps that allows selecting which texture heapsFelix Kuehling
2005-02-04Made subtile upload a template. This speeds up tiled texture uploads byFelix Kuehling
2005-02-03Use all texture heaps in a fair way when textures need to be kicked inFelix Kuehling
2005-02-03Removing some trash and disabling fog fallback as it seem its causing more ha...Aapo Tahkola
2005-02-03Changing vb code to handle inputs correctly.Aapo Tahkola
2005-02-03Start beginning of pixel shader generator..Vladimir Dergachev
2005-02-03Forgot to increase the length.Vladimir Dergachev
2005-02-03Looks like we need at least one instruction for pixel shader.Vladimir Dergachev
2005-02-03Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev
2005-02-03Since high bits can be used for flags, mask them out.Vladimir Dergachev
2005-02-03Remove redundant instructions from fixed pipelines, looks like they do not do...Vladimir Dergachev
2005-02-03Mark ZBIAS definitions.Vladimir Dergachev
2005-02-03This was too optimistic sorry - all that register does is something weird wit...Vladimir Dergachev