summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-12-20allow ARB vp/fp query program errorsDaniel Borca
2004-12-20really protect against npot compressed textures (logbase2 never returns -1).Daniel Borca
2004-12-20Use GLX protocol code generated by glX_proto_send.py.Ian Romanick
2004-12-20No GLX protocol for GL_ATI_fragment_shader.Ian Romanick
2004-12-19Fix cut and paste error (reported by Jerome Glisse)Vladimir Dergachev
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul
2004-12-18added GL_ARB_pixel_buffer_object extension stringBrian Paul
2004-12-18Added PRINT instruction for GL_NV_fragment_program.Brian Paul
2004-12-18Unichrome DRI driver:Thomas Hellström
2004-12-17Made debugging output controllable via environment variableFelix Kuehling
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-12-17Added a TNL pipeline stage that normalizes texture coordinates as aFelix Kuehling
2004-12-16Import s3virge and trident drivers. Not functional yet; no Makefile, no DRI-...Adam Jackson
2004-12-16fix typos in texcoord setup - fixes perspective correction bugBrian Paul
2004-12-16The types uint32_t and uint8_t are not used in Mesa tree.Vladimir Dergachev
2004-12-16Experimental PRINT instruction for NV_vertex_program.Brian Paul
2004-12-16don't divide texcoords by q if using a fragment programBrian Paul
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-15_glapi_* is effectively PUBLIC API for the DRI drivers.Adam Jackson
2004-12-15Mark the XF86DRI client-side extension API as PUBLIC.Adam Jackson
2004-12-15fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.Adam Jackson
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI driver:Thomas Hellström
2004-12-15Added configuration support to the Savage driver. Three options areFelix Kuehling
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-12-15Fixed GL_CLAM_TO_EDGE. It's not supported in hardware. Use GL_CLAMPFelix Kuehling
2004-12-15Fixed initialization of some stencil-related S4 registers, which wasFelix Kuehling
2004-12-15Moved some code from savageCreateContext to savageInitDriver, where itFelix Kuehling
2004-12-15Fixed some missing uint8_t -> u_int8_t.Felix Kuehling
2004-12-15Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell
2004-12-15updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca
2004-12-15added DMesaProc type to prevent gcc 3.4.3 warnings.Daniel Borca
2004-12-15protected elfish code against non-elf compilersDaniel Borca
2004-12-15fixes for fragment programsBrian Paul
2004-12-15init span.w, dwdx, dwdy in case we're running a fragment programBrian Paul
2004-12-15tweaks to the LIT instructionsBrian Paul
2004-12-14uint*t -> u_int*tAlan Hourihane
2004-12-14fix warningAlan Hourihane
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-13Added many (hopefully all) missing 'output="true"' attributes. AddedIan Romanick
2004-12-13Trivial shell script to search the API definition file and print out theIan Romanick
2004-12-13disabled ClipMask usage in vb emitter (clipping bugs?)Daniel Borca
2004-12-12fix recursion problem introduced on Nov 27Brian Paul
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul
2004-12-10allow GetTexImage with RGBA format and COLOR_INDEX internalformatDaniel Borca