summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-01added s_blit.cBrian Paul
2006-03-01_swrast_blit_framebuffer() functionBrian Paul
2006-02-28Free temps when possibleAapo Tahkola
2006-02-28Dont let (possibly) undefined z component reach hw as its unusedAapo Tahkola
2006-02-28No need to call *_FIREVERTICES twice.Aapo Tahkola
2006-02-28Fix aliasing bug (Benjamin Herrenschmidt)Aapo Tahkola
2006-02-28Allow error checking to look for presence of either of two extensions.Brian Paul
2006-02-28only run shader on active fragments in the spanBrian Paul
2006-02-28check if active fragment shader for deferred texturing/shadingBrian Paul
2006-02-28check for active shader, set FRAGPROG_BIT in raster maskBrian Paul
2006-02-27silence a bunch of warningsBrian Paul
2006-02-27More GLSL code:Michal Krol
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-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-21More GLSL code:Michal Krol
2006-02-21 Committing in .Jouk Jansen
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 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-15remove stray 'foo' lineBrian Paul
2006-02-14replace size_t * w/ unsigned int * (Jurg Billeter)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