2007-04-24 |
Brian | fix typo |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | added missing VC8 .sln files |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | added new VC* files, bump version to rc3 |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Karl Schultz | assorted fixes for Windows/VC8 |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | new VC8 project files |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Karl Schultze | fix double const, move an assertion |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Matthias Hopf | add missing semicolon |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Sean D'Epagnier | Added proper cleanup code |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | disable some errant code |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | remove SWvertex->fog field, use attrib field |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | remove SWvertex->fog field, use attrib field |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | some re-org, clean-up |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Brian | Improve the code for interpolating fragment attributes... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Brian | import glxext.h version 19 |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Sean D'Epagnier | Fixed fallout, glfbdev driver was calling a nop functio... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Fix color sum bug 10688. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | specularColor.alpha should default to 1, not 0 |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690 |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Remove the !rb->Data check that was added a few months... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | s/occlude.h/queryobj.h/ |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Rename occlude.[ch] to queryobj.[ch] |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Rename occlude.[ch] to queryobj.[ch] to better reflect... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | prep for 6.5.3 rc2 |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | memory leaks fixed |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Remove all the USE_MEMPOOL debug code. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Use new memory pool allocator. Lots of debug code still... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Ian Romanick | Fix FBO completeness bug in shadowtex. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | added MemPool field |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | call grammar_alloc_free() to fix memleaks |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | destroy window upon exit |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | remove more unused vars, assertions |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | remove unused vars, assertions |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | added slang_mem.c |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Memory pool manager. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | undo a test/debug change |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | fix instruction comment code |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | another bit of debug code |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | free subroutine array (fix mem leak) |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | new varnames in slang_operation_insert() |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | fix memleak in slang_operation_insert() |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | free shProg->Attributes in _mesa_free_shader_program_data() |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | move allocation of shProg->Attributes earlier in function |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Call _mesa_warning() instead of _mesa_problem() when... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Jeremy Kolb | Make xcb backend compile. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Remove unused Imakefiles. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | Long obsolete. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Brian | added new xm_glide.c file |
commit | commitdiff | tree | snapshot |
2007-04-20 |
George Sapountzis | xmesa: call _glapi_set_dispatch() for all xserver DDXes. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
George Sapountzis | xmesa: minor cosmetic |
commit | commitdiff | tree | snapshot |
2007-04-20 |
George Sapountzis | xmesa: split FX functions to separate file, part 2. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
George Sapountzis | xmesa: split FX functions to separate file, part 1. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
George Sapountzis | xmesa: spilt FX code to separate functions. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
George Sapountzis | Revert "xmesa: drop glide (FX) backend." |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | Notes about shared lib version. Document depth-peel... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | dFdx(), etc. don't work yet |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | Put gl_program_machine into swrast structure rather... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | Fix valgrind problem caused by reading text[-1]. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | remove invalid assertion (span->facing may be set becau... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | remove invalid assertion |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | fix crash when program has invalid structure field |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | init A.curFuncEndLabel = NULL |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | In _mesa_unpack_depth_span() look for special cases... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | Don't allow deferredTexture if using occlusion query... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brian | fix an uninitialized variable and a warning |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | comments, assertions |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | new comments |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | record proper datatypes for uniforms/samplers |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | added _slang_gltype_from_specifier() |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | Start fixing some issues with uniform variables and... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | Fix some bugs related to querying active uniforms. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | fix error strings, add a sanity check |
commit | commitdiff | tree | snapshot |
2007-04-18 |
George Sapountzis | xmesa: drop glide (FX) backend. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | Remove bad assertions, decrement NumShaders in _mesa_de... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | Replace _mesa_parameter_longest_name() with _mesa_longe... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | call ProgramStringNotify() after linking |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | check _PreferPixelFog in _swrast_span_default_fog(... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | improved fog comment |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | glean glsl test now does over 150 tests |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | added href to shading language info |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | prep for 6.5.3 release |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Brian | add progs/glsl/ to DEMO_FILES, s/pre/rc1/ |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Xiang, Haihao | fig segment fault issue in TAG(triangle), (see bug... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Brian | omit the glide/svga sources from stand-alone libGL... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Brian | Enable texture sampling for vertex programs/shaders. |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Brian | In bind_inputs() set VB->EdgeFlag to NULL if it's not... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Brian | regenerated |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Brian | fix/simplify some texture functions |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Brian | more matrix function updates |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Brian | don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Thomas Hellstrom | Defer buffer pool creation to the first context creation. |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Roland Scheidegger | cleanups for t_vb_program.c |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Oliver McFadden | r300: r300_render.c:391: warning: unused variable 'i' |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | lots of changes, fixes, clean-ups |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | just clean-ups |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | move GL_EXT_stencil_two_side into alphabetical position |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | Fix glActiveStencilFaceEXT dispatch problem (bug 10523). |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | remove _tnl_arb_vertex_program_stage |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | remove _tnl_arb_vertex_program_stage |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | need to clamp MAD for linear fog |
commit | commitdiff | tree | snapshot |
next |