summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-26re-formated with indent.Brian Paul
2006-02-26Remove need to initialize the InstSize[] array elements by just storingBrian Paul
2006-02-26display list clean-upsBrian Paul
2006-02-25Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...Roland Scheidegger
2006-02-24fix broken _mesa_copy_context() for GL_LIGHTING_BITBrian Paul
2006-02-24need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul
2006-02-24Fix _mesa_copy_texture_state() so that we copy texture object bindings,Brian Paul
2006-02-24EXT_framebuffer_object (Dave Reveman)Brian Paul
2006-02-23include inttypes.h if __osf__ defined (Randall Hand)Brian Paul
2006-02-23update Blender linkBrian Paul
2006-02-22add some #includes, fix some prototypes (bug 5992)Brian Paul
2006-02-22include proper header file, remove local extern declarationsBrian Paul
2006-02-22add missing prototypes, use _slang_ prefix on non-static functionsBrian Paul
2006-02-22silence a variety of compiler warningsBrian Paul
2006-02-22updated GLUT linkBrian Paul
2006-02-21More GLSL code:Michal Krol
2006-02-21 Committing in .Jouk Jansen
2006-02-19Added xcb dri config file.Jeremy Kolb
2006-02-19Remove old linux-x86-xcb (didn't do anything).Jeremy Kolb
2006-02-18More GLSL code.Michal Krol
2006-02-17Fix STENCIL_WRITE_MASK defn for bug 5902Keith Whitwell
2006-02-16Skip ARL while we dont implement it. Fix broken nv vps but do it with softwar...Aapo Tahkola
2006-02-16Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger
2006-02-15Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by theEric Anholt
2006-02-15Set NumInstructions (bug 5864)Brian Paul
2006-02-15Fix a few warnings:Brian Paul
2006-02-15Add support for forward function declarations.Michal Krol
2006-02-15Add fragment shader execute entry.Michal Krol
2006-02-15Add s_arbshader.c, s_arbshader.h.Michal Krol
2006-02-15Add swrast/s_arbshader.c.Michal Krol
2006-02-15Add arbshader stage.Michal Krol
2006-02-15Enable texcoords when program object in use.Michal Krol
2006-02-15Get arbfslight demo running.Michal Krol
2006-02-15Enable GL_ARB_fragment_shader extension.Michal Krol
2006-02-15Demonstrate GLSL fragment and vertex shaders.Michal Krol
2006-02-15remove stray 'foo' lineBrian Paul
2006-02-14replace size_t * w/ unsigned int * (Jurg Billeter)Brian Paul
2006-02-14fix AIX issues (bug 5874)Brian Paul
2006-02-13 Update OpenVMS compile supportJouk Jansen
2006-02-13More glsl code.Michal Krol
2006-02-13REVISION 3.Michal Krol
2006-02-13Cosmetic changes.Michal Krol
2006-02-13Delete most of the comments.Michal Krol
2006-02-13Get it running for ARB_vertex_shader.Michal Krol
2006-02-13Rename current_program to CurrentProgram.Michal Krol
2006-02-13Add tnl\t_vb_arbshader.c.Michal Krol
2006-02-13Add tnl/t_vb_arbshader.c.Michal Krol
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol
2006-02-13Enable GL_ARB_shader_objects, GL_ARB_shading_language_100 andMichal Krol
2006-02-13Rename current glsl program variable.Michal Krol