summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-05brighter colorsBrian Paul
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul
2000-10-05drawing color-index image to RGB window was brokenBrian Paul
2000-10-05 Committing in .Jouk Jansen
Modified Files: Mesa/demos/paltex.c Silenced compiler warnings ----------------------------------------------------------------------
2000-10-04improved to test alpha blending with texture paletteBrian Paul
2000-10-02more work to support N texture unitsBrian Paul
2000-09-30textured line testBrian Paul
2000-09-30support for N texture unitsBrian Paul
2000-09-29added fps outputBrian Paul
2000-09-29generalized support for N texure unitsBrian Paul
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-28new params for SpecificCompressedTexFormat() (Bill White)Brian Paul
2000-09-27 Committing in .Jouk Jansen
Modified Files: Mesa/src/descrip.mms inserted imports.c ----------------------------------------------------------------------
2000-09-27include types.hBrian Paul
2000-09-26renamed gl_copy_context to _mesa_copy_contextBrian Paul
2000-09-26added imports.cBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul
Changed src/Makefile.X11 to compile Trace sources like other drivers.
2000-09-26use GL_NEAREST texture filterBrian Paul
2000-09-25added GL_ARB_texture_env_addBrian Paul
2000-09-24removed unused display_list structBrian Paul
2000-09-18Added SSE streaming store instructions, external symbol directives.Gareth Hughes
2000-09-18Added SSE prefetching instructions. General cleanups.Gareth Hughes
2000-09-17new comments, misc clean-upBrian Paul
2000-09-17General cleanups. Disable gl_katmai_project_vertices andGareth Hughes
gl_katmai_project_clipped_vertices for now as they are broken.
2000-09-15set default window pos, changed 4 to GL_RGBABrian Paul
2000-09-15added some missing const keywords in GetStringBrian Paul
2000-09-15added GL_MESA_trace supportBrian Paul
2000-09-15Added GL_MESA_trace extension (Loki)Brian Paul
2000-09-15added trace support (Loki)Brian Paul
2000-09-15removed unused struct display_list_compilationBrian Paul
2000-09-15added FPS calculationBrian Paul
2000-09-15added more warning options to linux-elf-debug configBrian Paul
2000-09-15moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() ↵Brian Paul
to silence compiler warnings
2000-09-15use cpml.h on Alpha (AlanH)Brian Paul
2000-09-14updated commentsBrian Paul
2000-09-14explicitly init some texture varsBrian Paul
2000-09-13added cursor key info to instructionsBrian Paul
2000-09-13replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatypeBrian Paul
2000-09-12packing of GLushort packed types was brokenBrian Paul
2000-09-12added format/type error check to draw_rgba_pixels()Brian Paul
2000-09-12init mutexBrian Paul
2000-09-12better FPS calculationBrian Paul
2000-09-12terrain demo dataBrian Paul
2000-09-12better fps computationBrian Paul
2000-09-12added some casts (Takaaki Nomura)Brian Paul
2000-09-12Win32 updates (Chris Morley)Brian Paul
2000-09-12Win32 update (Chris Morley)Brian Paul
2000-09-11Removed immediate struct's maybe_transform_vb pointer.Brian Paul
Call _mesa_maybe_transform_vb() directly.
2000-09-09 Committing in .Jouk Jansen
Modified Files: Mesa/src/descrip.mms Corrected a typo ----------------------------------------------------------------------