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 |
2007-04-16 |
Brian | removed unused t_vb_arbprogram stage |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | remove t_vb_arbprogram.c |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | unhook t_vb_arbprogram.c code - it's going away |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | Use generic program limits instead of NV-specific ones... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | Fix some assertions that could occur when an error... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Brian | use b->display instead of b->xm_visual->display to... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Thomas Hellstrom | Make sure we are locked when creating drm buffer objects. |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Brian | illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTA... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Brian | implement shadow2DRect functions |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Brian | Fix sample_depth_texture() to handle texture rectangle... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Brian | set osmesa renderbuffer refcount=1 upon creation, free... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Brian | more _mesa_unreference_framebuffer() calls, remove... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Brian | fix negative zoom factor bug (10636), more comments |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Dave Airlie | r300: emit different clear paths for non-TCL, this... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Dave Airlie | r300: remove unneeded semicolon from macro |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Dave Airlie | r300: if we don't have TCL don't setup state emissions... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Brian | patch for Digital/Tru64 (bug 10635) - forwarded to... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
George Sapountzis | xmesa: drop unused XMesaPutImageHelper. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
George Sapountzis | xmesa: export xmesa functions used by xfree86. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Brian | s/version/vertex/ |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Brian | fix bug in _playback_copy_to_current(): need to skip... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Brian | disable debug printfs |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Brian | Added sanity checking in _slang_sizeof_type_specifier... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Brian | use _mesa_clear_shader_program_data() |
commit | commitdiff | tree | snapshot |
next |