summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-01Call ProgramStringNotify after creating tnl programs.Keith Whitwell
2005-12-01Remove VB->LastClippedKeith Whitwell
2005-12-01Clean up clipping somewhatKeith Whitwell
2005-12-01remove uintptr_t castBrian Paul
2005-12-01try removing need for the uintptr_t castsBrian Paul
2005-12-01Added FinishRenderTexture() device driver function to indicate whenBrian Paul
2005-12-01added comment about glTexImage and renderbuffersBrian Paul
2005-12-01get depthBits from the current drawbufferBrian Paul
2005-11-30fxt1_decode_1() should not be staticBrian Paul
2005-11-30This is a major re-work of the __indirect_glInterleavedArrays routine. TheIan Romanick
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul
2005-11-29remove dri_client/ dir from tarballBrian Paul
2005-11-29use the files from the drm tree/packageBrian Paul
2005-11-29If the DDX driver didn't reserve any video RAM for textures, fall back toMichel Dänzer
2005-11-29added _EGLExtensions typedefBrian Paul
2005-11-29Put extension flags, string into separate struct.Brian Paul
2005-11-29clean up the drmGetMap/drmMap codeBrian Paul
2005-11-29apparently need to load colormap after setting the mode to make it work reliablyBrian Paul
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell
2005-11-28Correct author attribution of mm.hKeith Whitwell
2005-11-28check for driver_modes == NULL. Don't need driver_modes for EGL driverBrian Paul
2005-11-28rearrange some code to put in more logical order, misc clean-upsBrian Paul
2005-11-28Lots of fixes, clean-ups, new comments, etc.Brian Paul
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul
2005-11-27include stdint.h for BSDBrian Paul
2005-11-25use ADD_POINTERS macro instead of (uintptr_t) castBrian Paul
2005-11-24Use _mesa_exec_free for fp->func.Keith Whitwell
2005-11-24use new _egl_api structBrian Paul
2005-11-24use _egl_api struct, make some functions staticBrian Paul
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul
2005-11-24report error token in message printed in _eglError()Brian Paul
2005-11-24change error test in _eglParseConfigAttribs()Brian Paul
2005-11-24init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()Brian Paul
2005-11-23Couple changes that were missed.Aapo Tahkola
2005-11-23check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul
2005-11-23update some commentsBrian Paul
2005-11-23fixed wrong return value in radeonShowSurfaceMESA()Brian Paul
2005-11-23change error messageBrian Paul
2005-11-23use _eglLog()Brian Paul
2005-11-23New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul
2005-11-22reference bug 5131 in comment in _tnl_free_vertices()Brian Paul
2005-11-22disable freeing of fp->func, see comment (bug 5131)Brian Paul
2005-11-22Use correct enums for program output variables. FixesKeith Whitwell
2005-11-22track state flags which might invalidate parameter listsKeith Whitwell
2005-11-22Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915Keith Whitwell
2005-11-21bit 31 of this inserts a nop after the current instructionDave Airlie
2005-11-21get rid of some of those unknowns figured out from reg dumperDave Airlie
2005-11-20move _mesa_init_instruction() to program.cBrian Paul
2005-11-20s/Saturate/SaturateMode/Brian Paul