fixup driver for some api changes
[mesa.git] / src /
2005-12-23 Dave Airliefixup driver for some api changes
2005-12-18 Aapo TahkolaHandle fatal case.
2005-12-17 Aapo TahkolaDrop output checking.
2005-12-17 Aapo TahkolaNo you arent.
2005-12-17 Aapo TahkolaWarn only when being enabled.
2005-12-17 Aapo TahkolaI think this has been tested well enough already.
2005-12-17 Aapo TahkolaEnable CB_DPATH by default.
2005-12-17 Aapo TahkolaFix (likely) typo.
2005-12-17 Aapo TahkolaAdd some missing hooks. This should fix various little...
2005-12-17 Brian Paulminor code movement
2005-12-16 Karl Schultzfix thinko in last revision.
2005-12-15 Brian Paulmove va_end() call (Evgeny Kotsuba)
2005-12-15 Karl SchultzWork In Progress. Move some of the frame buffer, rende...
2005-12-14 Keith WhitwellFix typo.
2005-12-14 Brian Pauluse GLbitfield instead of GLuint
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-13 Dave Airliefix from Roland for mipmapped compressed textures
2005-12-12 Brian Paulsilence warning, bug 5318
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-12-11 Eric AnholtRegenerate for recent glapi changes (GetQueryObjecti64v...
2005-12-10 Brian PaulRename eglDRIShowSurfaceMESA.
2005-12-10 Brian Paulupdates to match other changes elsewhere
2005-12-10 Brian PaulSome initial per-thread support.
2005-12-10 Brian PaulAdded EGL_SCREEN_POSITION_GRANULARITY_MESA query.
2005-12-10 Brian Paullots of updates, mode sorting, etc
2005-12-10 Brian Paulimplement config sorting for eglChooseConfig()
2005-12-08 Brian Pauldon't need LONGLONG typedefs
2005-12-08 Brian Pauldo away with 'long long' usage
2005-12-08 Karl Schultzupdate for symbol export changes
2005-12-08 Karl Schultzadd {} to RENDER_SPAN macro to fix compilation problem
2005-12-08 Karl Schultzuse 64-bit typedefs for portability
2005-12-08 Karl Schultzadd 64-bit typedefs for portability
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-07 Karl SchultzFix bugzilla 5253. Add {} around code in RENDER_SPAN...
2005-12-06 Aapo TahkolaMake missing interpolator inputs fatal
2005-12-06 Aapo TahkolaFix secondary color for VP's
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-06 Eric AnholtAdd support for GL_EXT_secondary_color. It looks like...
2005-12-05 Keith WhitwellAdd guard before calling ctx->Driver.BindProgram
2005-12-05 Aapo TahkolaFix AL8
2005-12-05 Dave Airlieupdate r300 drm minimum to 20
2005-12-04 Dave AirlieFix r300 rectangular texture upload and swtcl coordinat...
2005-12-02 Brian PaulAdded PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
2005-12-02 Brian PaulFix two failures encountered when running out of memory...
2005-12-02 Brian PaulTest sizeof(drm_handle_t) instead of LONG64 when return...
2005-12-02 Brian Paulfix _mesa_ffs() return, test for more platforms (Evgeny...
2005-12-02 Ian RomanickFix build issues on x86-64 due to missing include path in
2005-12-01 Keith WhitwellCall ProgramStringNotify after creating tnl programs.
2005-12-01 Keith WhitwellRemove VB->LastClipped
2005-12-01 Keith WhitwellClean up clipping somewhat
2005-12-01 Brian Paulremove uintptr_t cast
2005-12-01 Brian Paultry removing need for the uintptr_t casts
2005-12-01 Brian PaulAdded FinishRenderTexture() device driver function...
2005-12-01 Brian Pauladded comment about glTexImage and renderbuffers
2005-12-01 Brian Paulget depthBits from the current drawbuffer
2005-11-30 Brian Paulfxt1_decode_1() should not be static
2005-11-30 Ian RomanickThis is a major re-work of the __indirect_glInterleaved...
2005-11-29 Brian Paulassorted fixes for server-side direct rendering (bug...
2005-11-29 Brian Pauluse the files from the drm tree/package
2005-11-29 Michel DänzerIf the DDX driver didn't reserve any video RAM for...
2005-11-29 Brian Pauladded _EGLExtensions typedef
2005-11-29 Brian PaulPut extension flags, string into separate struct.
2005-11-29 Brian Paulclean up the drmGetMap/drmMap code
2005-11-29 Brian Paulapparently need to load colormap after setting the...
2005-11-28 Keith WhitwellRemove the many aliases for 'struct mem_block' in mm.h
2005-11-28 Keith WhitwellCorrect author attribution of mm.h
2005-11-28 Brian Paulcheck for driver_modes == NULL. Don't need driver_mode...
2005-11-28 Brian Paulrearrange some code to put in more logical order, misc...
2005-11-28 Brian PaulLots of fixes, clean-ups, new comments, etc.
2005-11-27 Brian PaulRedo _eglInitSurface() so it can be used with all surfa...
2005-11-27 Brian Paulinclude stdint.h for BSD
2005-11-25 Brian Pauluse ADD_POINTERS macro instead of (uintptr_t) cast
2005-11-24 Keith WhitwellUse _mesa_exec_free for fp->func.
2005-11-24 Brian Pauluse new _egl_api struct
2005-11-24 Brian Pauluse _egl_api struct, make some functions static
2005-11-24 Brian PaulMove all the EGL API function pointers into a new _egl_...
2005-11-24 Brian Paulreport error token in message printed in _eglError()
2005-11-24 Brian Paulchange error test in _eglParseConfigAttribs()
2005-11-24 Brian Paulinit attribs to EGL_DONT_CARE in _eglParseConfigAttribs()
2005-11-23 Aapo TahkolaCouple changes that were missed.
2005-11-23 Brian Paulupdate some comments
2005-11-23 Brian Paulfixed wrong return value in radeonShowSurfaceMESA()
2005-11-23 Brian Paulchange error message
2005-11-23 Brian Pauluse _eglLog()
2005-11-23 Brian PaulNew _eglLog() function to replace fprintf/printf calls...
2005-11-22 Brian Paulreference bug 5131 in comment in _tnl_free_vertices()
2005-11-22 Brian Pauldisable freeing of fp->func, see comment (bug 5131)
2005-11-22 Keith WhitwellUse correct enums for program output variables. Fixes
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-22 Keith WhitwellMake sure tnl->_DoVertexFog is kept uptodate. Fixes...
2005-11-21 Dave Airliebit 31 of this inserts a nop after the current instruction
2005-11-21 Dave Airlieget rid of some of those unknowns figured out from...
2005-11-20 Brian Paulmove _mesa_init_instruction() to program.c
2005-11-20 Brian Pauls/Saturate/SaturateMode/
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Pauladditional clean-ups and improvements
2005-11-19 Brian Paulremove incorrect cast
2005-11-19 Brian PaulSaturate is a 1-bit boolean field
2005-11-19 Brian PaulBunch of little fixes:
2005-11-19 Brian Paulin run_texnorm_stage() check if the texture unit is...
next