mesa.git
2005-12-30 Brian Paulremove bogus wings3d link
2005-12-30 Keith Whitwellrecalculate state on drawable changes
2005-12-30 Keith Whitwellproperly notify driver on scissor change in MakeCurrent
2005-12-30 Dave Airliefill out framebuffer egl stuff enable egl on R300
2005-12-30 Dave Airliefixup stamp so driver updates drawable info
2005-12-29 Dave Airlieadd support for PCIE card to EGL, doesn't fully work...
2005-12-29 Dave Airlieadd EGL to r300 makefile
2005-12-29 Dave Airlierv370 not rv350
2005-12-29 Dave Airlietypo
2005-12-29 Dave Airlieadd some card type ioctl support
2005-12-29 Dave Airlieuse card_type not isPCI
2005-12-28 Dave Airlieadd some r300 information
2005-12-23 Dave Airlieupdate to new API
2005-12-23 Dave Airliethis needs to be calloced
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 Brian Paulregenerate to pick up glGetQueryObject[u]i64vEXT funcs
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 Pauls/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/
2005-12-10 Brian PaulRename eglDRIShowSurfaceMESA.
2005-12-10 Brian Paulupdates to match other changes elsewhere
2005-12-10 Brian Paulrename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRAN...
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 Paul'a' key to toggle animation
2005-12-08 Brian Paulbump version number
2005-12-08 Brian Pauldon't need LONGLONG typedefs
2005-12-08 Brian Pauldo away with 'long long' usage
2005-12-08 Brian Paulremove stray _ from GL[u]int64_EXT
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-08 Karl Schultzhandle 64-bit types for Windows.
2005-12-08 Karl Schultzreapply recent changes with Visual Studio instead of...
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 Paulremove dri_client/ dir from tarball
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()
next