mesa.git
2004-07-01 Brian Pauladded commands for AIX shared libs (Shane Blackett)
2004-07-01 Brian Pauladded aix-static config, make aix config build dynamic...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-07-01 Keith WhitwellRemove __driRegisterExtensions
2004-07-01 Keith WhitwellRename 'emit_func' usages in drivers. Will also rename...
2004-07-01 Alan Hourihanefix for older gcc's (from freedesktop bug id #419)
2004-07-01 Keith WhitwellAdd t_context.h include for drivers.
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-06-29 Jon SmirlThis should make most linux-solo drivers work again...
2004-06-29 Brian Paulfixed vertex program state references
2004-06-29 Brian Paulfix another bug in get_register_pointer()
2004-06-29 Brian Paulthe get_register_pointer() function was pretty well...
2004-06-29 Brian Pauldisable some debug code
2004-06-29 Brian Paulremove trailing whitespace and misc clean-ups
2004-06-28 Roland Scheideggeradd missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c
2004-06-28 Brian Pauloption to test with display lists
2004-06-28 Brian PaulglBegin/EndQueryARB bug fix
2004-06-28 Brian PaulglBegin/EndQueryARB didn't work inside display lists
2004-06-28 Brian Paulmake sure Q has a good value before drawing a sample
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-26 Ian RomanickRe-enable SPARC assembly on sunos5-gcc platform.
2004-06-25 Ian RomanickMake sure mklib sees the definition of CC and CXX....
2004-06-25 Erdi ChenCorrected a float to ubyte conversion bug with fog...
2004-06-25 Brian Paulremove program from hash table when deleted (bug 979514)
2004-06-25 Roland Scheideggernew test which uses mixed texgen/non-texgen texture...
2004-06-24 Brian Paulfix GL_HP_occlusion_test bug, use glext.h version 23
2004-06-24 Brian Paulfix HP occlusion testing when using generic span path
2004-06-24 Brian Paulfix capitalization, new comments, etc
2004-06-24 Brian Pauladded library dependencies (bug #978758)
2004-06-24 Daniel Borcahack for compressed textures with aspectratio greater...
2004-06-24 Daniel Borcadisabled unnecessary assertions in texture replicator
2004-06-24 Daniel Borcaadded back x86 entrypoints
2004-06-23 Brian PaulFixed occlusion_zless_triangle() to work with 16 or...
2004-06-23 Roland Scheideggerrevert accidental change from rev. 1.10
2004-06-23 Brian Paulupdated to version 23
2004-06-22 Ian RomanickDon't include glapi_*.S files in DRI / solo builds.
2004-06-22 Brian PaulAlexander Gottwald's patch for cygwin
2004-06-22 Brian Paulcheck for NULL pointer to glTexImage (fix verified...
2004-06-21 Daniel Borcaadded support for non-64bit compilers
2004-06-20 Brian Paulcall ctx->Driver.NewProgram() instead of CALLOC/etc...
2004-06-20 Brian Paulremove redundant program field initializers in BindProg...
2004-06-20 Brian Paullatest bug fixes, etc.
2004-06-20 Brian Paulstore's to RC/HC didn't work (bug 976287)
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-19 Brian PaulRemove ADD_POINTERS code from import() function - it...
2004-06-19 Daniel BorcaHack for linear fogging. Added empty routines for WGL_A...
2004-06-18 Keith WhitwellUse correct macros for packing pixel colors -- this...
2004-06-18 Keith Whitwelladd missing license texts
2004-06-17 Roland Scheideggeruse I8 internal format for GL_INTENSITY, GL_ALPHA and...
2004-06-17 Roland Scheideggeruse I8 internal format for GL_INTENSITY, GL_ALPHA and...
2004-06-17 Roland Scheideggerfix tex env mode GL_BLEND for GL_INTENSITY texture...
2004-06-17 Ian RomanickMake the test check for core GL version 1.3 in addition...
2004-06-17 Dave AirlieFix up texture compression mipmapping .. not sure if...
2004-06-16 Brian Paulfix component indexing bug in _mesa_texstore_al88()
2004-06-16 Brian Pauldon't use // comments (Thomas Hellstrom)
2004-06-16 Dave Airlieremove unused mode function
2004-06-16 Dave Airlieswitch to using driFillInModes fix depthbuffer = 0
2004-06-16 Keith WhitwellFix batch.ptr when dropping a batchbuffer segment due...
2004-06-15 Ian RomanickFix a couple typeos in the tables for driFillInModes.
2004-06-15 Roland Scheideggeradded more compressed formats to is_color_format()
2004-06-15 Daniel Borcafix correct parameters passed to StoreImage
2004-06-14 Adam Jackson_really_ fix parameters to StoreImage calls.
2004-06-14 Brian Pauladded compressed formats to is_color_format() and updat...
2004-06-14 Daniel BorcaFixed a bug in vertex emitter (untile we move to t_vert...
2004-06-12 Dave Airlieadd i915 as it seems to build okay..
2004-06-11 Brian Pauljust a comment
2004-06-11 Brian Pauldisable GL_INTENTSITY in _mesa_is_legal_format_and_type...
2004-06-11 Brian Pauls/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/
2004-06-11 Brian Paulremove the 3dfx CatchSignals stuff (the var was alwasy...
2004-06-11 Brian Pauladded GL_BGR and GL_BGRA to is_color_format() (Ronny...
2004-06-11 Brian Paulfix some minor glitches in glGetTexParameter code
2004-06-11 Alan Hourihanere-enable rect texture
2004-06-11 Brian Paulfix minor typo in comment
2004-06-11 Brian Pauldon't pass GL_INTENSITY for <format> to glTexImage2D...
2004-06-10 Brian Pauldocument recent changes/fixes
2004-06-10 Brian PaulAdditional error checking for glTexImageXD.
2004-06-10 Brian PaulRoland's patch to fix promotion of alpha or luminance...
2004-06-10 Keith WhitwellNew driver for i915 as well as older i830/i845/i865...
2004-06-10 Dave Airlietry and find the drm in a more likely place
2004-06-10 Dave AirlieAdd FXT1 compression support to i830 driver
2004-06-10 Eric AnholtFix an "overflow in implicit constant conversion" warni...
2004-06-10 Adam Jacksonsilence a warning
2004-06-09 Dave Airlieremove unused stuff, fix non-native build
2004-06-09 Dave Airliefix mach64 non native.. no reason to use it...
2004-06-09 Eric AnholtFix reflect demo: We were using the 3D Clear path unnec...
2004-06-09 Eric Anholt* sisChooseRenderState doesn't depend on _NEW_TEXTURE...
2004-06-09 Dave Airliemake rm for common not complain
2004-06-09 Dave Airlieremove depend on clean
2004-06-09 Dave Airliefix bug with emitting spec/fog report by Eric Anholt...
2004-06-08 Brian Paulfix parse error in sign of exponents (bug 968323)
2004-06-08 Dave AirlieFix rectangular textures on i830 - well texrect at...
2004-06-08 Eric Anholt* Convert to use t_vertex.c instead of sis_vb.[ch]
2004-06-08 Daniel Borcacorrected a bug wrt point_size
2004-06-08 Eric AnholtClean a little whitespace that's been bothering me.
2004-06-07 Ian RomanickFix up some remaining include issues. Replace Xmalloc...
2004-06-07 Ian RomanickThe required DDX and DRI version numbers were switched...
2004-06-07 Eric AnholtAdd NEW_INTERFACE bits.
2004-06-07 Dave Airliefix all those warnings
2004-06-07 Dave Airlieuse the mesa defines
next