2007-05-06 |
Aapo Tahkola | Merge branch 'master' of git+ssh://aapot@git.freedeskto... |
commit | commitdiff | tree |
2007-05-06 |
Aapo Tahkola | rs480: fix textures and secondary color(?). clipping... |
commit | commitdiff | tree |
2007-05-06 |
Aapo Tahkola | r300: fix broken vbos |
commit | commitdiff | tree |
2007-05-06 |
Oliver McFadden | r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG. |
commit | commitdiff | tree |
2007-05-06 |
Oliver McFadden | r300: Removed more deprecated state code that is now... |
commit | commitdiff | tree |
2007-05-06 |
Oliver McFadden | r300: R300_ZS_... is now set in separate functions... |
commit | commitdiff | tree |
2007-05-06 |
Oliver McFadden | r300: Point size is now set in a separate function... |
commit | commitdiff | tree |
2007-05-06 |
Oliver McFadden | r300: Use the defined values for R300_VAP_CNTL_STATUS. |
commit | commitdiff | tree |
2007-05-06 |
Aapo Tahkola | r300: fix primary color on rs480 |
commit | commitdiff | tree |
2007-05-05 |
Aapo Tahkola | don't use hw to perform vertex transform etc. when... |
commit | commitdiff | tree |
2007-05-05 |
Dave Airlie | nouveau: disable nouveau build by default |
commit | commitdiff | tree |
2007-05-05 |
Brian | add </ol> tag |
commit | commitdiff | tree |
2007-05-05 |
Brian | Makefile clean-ups for miniglx. |
commit | commitdiff | tree |
2007-05-05 |
Brian | Assorted miniglx updates. |
commit | commitdiff | tree |
2007-05-03 |
Brian | document R300 bug fix 10848 |
commit | commitdiff | tree |
2007-05-03 |
Brian | fix some matrix/state token indexing bugs (see bug... |
commit | commitdiff | tree |
2007-05-03 |
Brian | add some #includes to silence warnings |
commit | commitdiff | tree |
2007-05-03 |
Brian | get rid of normal vector |
commit | commitdiff | tree |
2007-05-03 |
Brian | get rid of OSMESA stuff |
commit | commitdiff | tree |
2007-05-03 |
Brian | New test of the dFdx(), dFdy() functions. |
commit | commitdiff | tree |
2007-05-03 |
Brian | document recent GLSL, R300 fixes |
commit | commitdiff | tree |
2007-05-03 |
Brian | changes to get DDX/DDY working again |
commit | commitdiff | tree |
2007-05-03 |
Brian | Resuscitate some of the DDX,DDY code. |
commit | commitdiff | tree |
2007-05-03 |
Brian | fix some DDX,DDY mix-ups |
commit | commitdiff | tree |
2007-05-02 |
Brian | Document a deficiency in the _swrast_Translate() functi... |
commit | commitdiff | tree |
2007-05-02 |
Brian | fix some renderbuffer/wrapper bugs |
commit | commitdiff | tree |
2007-05-02 |
Brian | fix some StepX/StepY mix-ups in alpha interpolation |
commit | commitdiff | tree |
2007-05-02 |
Brian | add *gc, *syn files to tarballs |
commit | commitdiff | tree |
2007-05-01 |
Brian | regenerated |
commit | commitdiff | tree |
2007-05-01 |
Brian | implement acos(), asin(), atan() |
commit | commitdiff | tree |
2007-05-01 |
Brian | fog, mix() bug fixes |
commit | commitdiff | tree |
2007-05-01 |
Brian | Rewrite of slang_inline_asm_function() to do full param... |
commit | commitdiff | tree |
2007-04-30 |
Michel Dänzer | r300: Don't crash in radeonUpdatePageFlipping when... |
commit | commitdiff | tree |
2007-04-29 |
Michel Dänzer | r300: Page flipping fixes. |
commit | commitdiff | tree |
2007-04-29 |
Michel Dänzer | r300: radeonMakeCurrent cleanups. |
commit | commitdiff | tree |
2007-04-28 |
Brian | only load front/back face attrib if using a shader... |
commit | commitdiff | tree |
2007-04-28 |
Brian | use EMIT_1F or EMIT_4F for fog depending on fragment... |
commit | commitdiff | tree |
2007-04-28 |
Brian | fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787) |
commit | commitdiff | tree |
2007-04-28 |
Keith Packard | additional checks that attr is a texcoord |
commit | commitdiff | tree |
2007-04-27 |
Brian | 7.0 blurb |
commit | commitdiff | tree |
2007-04-27 |
Brian | Version bumps for 7.0 |
commit | commitdiff | tree |
2007-04-27 |
Brian | updates for 7.0 |
commit | commitdiff | tree |
2007-04-27 |
Brian | added 7.0 relnotes link |
commit | commitdiff | tree |
2007-04-27 |
Brian | added 6.5.3 MD5 sums |
commit | commitdiff | tree |
2007-04-27 |
Brian | 7.0 release notes (template) |
commit | commitdiff | tree |
2007-04-27 |
Brian | added glGetActiveAttrib |
commit | commitdiff | tree |
2007-04-27 |
Brian | "Fix" for bug 9170. May need more attention. |
commit | commitdiff | tree |
2007-04-27 |
Brian | document perspective correction issues |
commit | commitdiff | tree |
2007-04-27 |
Brian | document broken inverse trig functions |
commit | commitdiff | tree |
2007-04-27 |
Brian | asin(), acos(), atan() just return 0.5 for now to avoid... |
commit | commitdiff | tree |
2007-04-27 |
Brian | remove rc4 suffix |
commit | commitdiff | tree |
2007-04-27 |
Brian | set 6.5.3 release date |
commit | commitdiff | tree |
2007-04-26 |
Brian | Added error check that all varying vars needed by the... |
commit | commitdiff | tree |
2007-04-26 |
Brian | Unconditionally update _TriangleCaps bits. Fixes softw... |
commit | commitdiff | tree |
2007-04-26 |
Brian | bump Windows to OpenGL 2.1, set release date |
commit | commitdiff | tree |
2007-04-26 |
Brian | enable 2.1 extensions |
commit | commitdiff | tree |
2007-04-26 |
Brian | Windows updates |
commit | commitdiff | tree |
2007-04-26 |
Brian | move #include <GL/glut.h> after other #includes for... |
commit | commitdiff | tree |
2007-04-26 |
Brian | use sqrt(), not sqrtf() for Windows |
commit | commitdiff | tree |
2007-04-25 |
Karl Schultz | updates for 6.5.3 w/ VC8 |
commit | commitdiff | tree |
2007-04-25 |
Brian | RC4 |
commit | commitdiff | tree |
2007-04-25 |
Brian | fix attribsMask (re-fixes depth peeling algorithm) |
commit | commitdiff | tree |
2007-04-25 |
Brian | s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ |
commit | commitdiff | tree |
2007-04-25 |
Brian | s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ |
commit | commitdiff | tree |
2007-04-24 |
Brian | s/DO_TEXVAR/DO_ATTRIBS/ |
commit | commitdiff | tree |
2007-04-24 |
Brian | get rid of an extra textured triangle function |
commit | commitdiff | tree |
2007-04-24 |
Brian | s/TEXTURE/ATTRIBS/ |
commit | commitdiff | tree |
2007-04-24 |
Brian | trim down the number of line drawing functions, special... |
commit | commitdiff | tree |
2007-04-24 |
Brian | only need one CI-mode triangle function |
commit | commitdiff | tree |
2007-04-24 |
Brian | s/INTERP_TEX/INTERP_ATTRIBS/ |
commit | commitdiff | tree |
2007-04-24 |
Brian | fix typo |
commit | commitdiff | tree |
2007-04-24 |
Brian | added missing VC8 .sln files |
commit | commitdiff | tree |
2007-04-24 |
Brian | added new VC* files, bump version to rc3 |
commit | commitdiff | tree |
2007-04-24 |
Karl Schultz | assorted fixes for Windows/VC8 |
commit | commitdiff | tree |
2007-04-24 |
Brian | new VC8 project files |
commit | commitdiff | tree |
2007-04-24 |
Karl Schultze | fix double const, move an assertion |
commit | commitdiff | tree |
2007-04-24 |
Matthias Hopf | add missing semicolon |
commit | commitdiff | tree |
2007-04-24 |
Sean D'Epagnier | Added proper cleanup code |
commit | commitdiff | tree |
2007-04-24 |
Brian | disable some errant code |
commit | commitdiff | tree |
2007-04-24 |
Brian | remove SWvertex->fog field, use attrib field |
commit | commitdiff | tree |
2007-04-24 |
Brian | remove SWvertex->fog field, use attrib field |
commit | commitdiff | tree |
2007-04-24 |
Brian | some re-org, clean-up |
commit | commitdiff | tree |
2007-04-24 |
Brian | Improve the code for interpolating fragment attributes... |
commit | commitdiff | tree |
2007-04-22 |
Brian | import glxext.h version 19 |
commit | commitdiff | tree |
2007-04-22 |
Sean D'Epagnier | Fixed fallout, glfbdev driver was calling a nop functio... |
commit | commitdiff | tree |
2007-04-21 |
Brian | Fix color sum bug 10688. |
commit | commitdiff | tree |
2007-04-21 |
Brian | specularColor.alpha should default to 1, not 0 |
commit | commitdiff | tree |
2007-04-21 |
Brian | fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690 |
commit | commitdiff | tree |
2007-04-21 |
Brian | Remove the !rb->Data check that was added a few months... |
commit | commitdiff | tree |
2007-04-21 |
Brian | s/occlude.h/queryobj.h/ |
commit | commitdiff | tree |
2007-04-21 |
Brian | Rename occlude.[ch] to queryobj.[ch] |
commit | commitdiff | tree |
2007-04-21 |
Brian | Rename occlude.[ch] to queryobj.[ch] to better reflect... |
commit | commitdiff | tree |
2007-04-21 |
Brian | prep for 6.5.3 rc2 |
commit | commitdiff | tree |
2007-04-21 |
Brian | memory leaks fixed |
commit | commitdiff | tree |
2007-04-21 |
Brian | Remove all the USE_MEMPOOL debug code. |
commit | commitdiff | tree |
2007-04-21 |
Brian | Use new memory pool allocator. Lots of debug code still... |
commit | commitdiff | tree |
2007-04-21 |
Ian Romanick | Fix FBO completeness bug in shadowtex. |
commit | commitdiff | tree |
2007-04-21 |
Brian | added MemPool field |
commit | commitdiff | tree |
2007-04-21 |
Brian | call grammar_alloc_free() to fix memleaks |
commit | commitdiff | tree |
2007-04-21 |
Brian | destroy window upon exit |
commit | commitdiff | tree |
next |