mesa.git
2005-05-09 Daniel Borcaaccomodate new frambuffer changes
2005-05-09 Daniel Borcafix some typos in FX code
2005-05-09 Keith Whitwelli915 will use _TexEnvProgram (if active)
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-09 Keith Whitwellcheck for null DrawBuffer values
2005-05-09 Keith WhitwellFallback (rather than fail) on unknown program targets.
2005-05-08 Jon Smirldri fb works using renderbuffers now in RGBA mode
2005-05-07 Jon Smirlfbdri can draw double buffered now. Next step is to...
2005-05-07 Brian Paulremove some dead code
2005-05-07 Brian Paulx86_64 stuff
2005-05-07 Brian Pauladded linux-x86-xcb config (Jeremy Kolb)
2005-05-07 Brian PaulPatches for XCB (Jeremy Kolb)
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-05-07 Brian Paulx86-64 transform optimizations (Mikko T.)
2005-05-06 Brian Paulfix a bunch of html errors
2005-05-06 Brian Paulfix cpp / bytesPerPixel problem (bug 1196554)
2005-05-06 Brian Paulremove bad assertion, added new ones in clear_pixmap()
2005-05-06 Brian Paulrestore call to SetBuffer() in clear_color_buffers...
2005-05-06 Ben SkeggsUpdated for EXT_framebuffer_object changes. I don't...
2005-05-06 Jon SmirlFix problem generating mode db. Miniglxtest works now.
2005-05-06 Aapo TahkolaMissing setups that cause all kinds of problems with...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-05-05 Brian Paulfix for renderbuffer (Andreas Stenglein)
2005-05-05 Brian Paulremove some test code
2005-05-05 Brian Paulminor face-lift for web pages
2005-05-05 Brian Paulfix typo
2005-05-05 Brian Pauladded a comment
2005-05-05 Brian Pauladd PROGRAM_DIRS line
2005-05-05 Aapo TahkolaGetting rusty... 4278 was already there.
2005-05-05 Jon SmirlFix up origin in dri/fb driver
2005-05-05 Aapo TahkolaFlat shading and bunch of clarifications to r300_reg.h .
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-05 Jon SmirlMinor touchups to fbdev renderbuffer support
2005-05-05 Aapo TahkolaPack tex coord regs at vertex program backend.
2005-05-05 Brian Paulmore updates for users of s_spantemp.h
2005-05-04 Adam JacksonAdd drirenderbuffer.c to COMMON_SOURCES
2005-05-04 Brian Paulfix s_spantemp.h includes
2005-05-04 Brian PaulFBO changes
2005-05-04 Brian Paulfix xm_span2.c reference
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Brian Paulhtml fix
2005-05-04 Brian PaulEGLScreenMESA updates
2005-05-04 Brian Pauldon't call XTranslateCoordinates() if rendering to...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-05-04 Keith WhitwellSort instructions for clarity.
2005-05-04 Keith WhitwellInclude negate information in disassembly output.
2005-05-04 Keith WhitwellMark unused registers as undefined so dissassemblers...
2005-05-04 Keith WhitwellImprove the quality of the disassembly output for fragm...
2005-05-04 Jouk Jansen Committing in .
2005-05-04 Jon SmirlDRI fbdev driver getting better. Now I can see somethin...
2005-05-04 Brian Paulsync with latest EGL_MESA_screen_surface spec (EGLScree...
2005-05-04 Brian Paulupdates for latest EGLScreenMESA changes
2005-05-03 Keith WhitwellImport all texture coordinate arrays. Import them...
2005-05-01 Aapo TahkolaAdd support to external tnl switcher and disable hw...
2005-05-01 Felix KuehlingBumped the Savage driver date (a bit late) to mark...
2005-05-01 Felix KuehlingFixed and cleaned up programming of watermark registers...
2005-05-01 Jon SmirlImprove the DRI fb driver, now it compiles.
2005-04-30 Brian Paulapply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix...
2005-04-30 Aapo Tahkolar300 side support for fixed function pipeline. This...
2005-04-30 Felix KuehlingFixed bogus ENUM_TO_BOOLEAN in
2005-04-30 Felix KuehlingAdded S3TC support to the Savage driver with some help...
2005-04-29 Jon SmirlFix include path to make build work
2005-04-29 Keith WhitwellFormat for 80 columns. Add alternate matrix mul based...
2005-04-29 Keith WhitwellAdd DISASSEM define, similar to other program generator...
2005-04-29 Keith WhitwellAdd linux-fbdev config
2005-04-29 Keith Whitwellnew config
2005-04-29 Keith WhitwellPut back not-so-redundant #ifdef.
2005-04-29 Keith WhitwellRemove redundant #ifdef, fix compiler warning
2005-04-29 Keith Whitwellnew file
2005-04-29 Keith WhitwellMaintain a fragment program for current texturing state.
2005-04-28 Brian Paulfix _tnl_copy_to_current() so that current edge flag...
2005-04-28 Keith WhitwellStop gcc-4.0 complaining about "type qualifiers ignored...
2005-04-28 Keith WhitwellStop gcc-4.0 complaining about "type qualifiers ignored...
2005-04-27 Brian Paulmove set_component_sizes() to fix bug 3135
2005-04-26 Brian Paulno need to enable fog or set fog mode with fragment...
2005-04-26 Brian Paultweak previous fog/fragment program fix
2005-04-26 Brian Pauladded interpolate_fog()
2005-04-26 Brian Paulenable fog render input if fragment program fog option set
2005-04-26 Brian Paulcomments and minor clean-up
2005-04-25 Aapo TahkolaFix as suggested by Ben Skeggs.
2005-04-25 Keith WhitwellEnsure all VB->AttribPtr[] are populated. Reported...
2005-04-25 Jon SmirlMinor changes to make linux-solo build again
2005-04-24 Felix KuehlingSoftware fallback for glColorMask. Can be avoided on...
2005-04-24 Aapo TahkolaModifying to build against current Mesa. Disabled r200...
2005-04-23 Felix KuehlingFixed a segfault introduced by Keith's pipeline changes.
2005-04-23 Felix KuehlingTexturing fixes for Savage3D/MX/IX:
2005-04-23 Keith WhitwellFix the worst problems with dangling edgeflag references in
2005-04-22 Keith WhitwellUpdates for pipeline_stage struct changes.
2005-04-22 Keith WhitwellFirst pass at updating these drivers with pipeline_stag...
2005-04-22 Felix KuehlingAdded a French translation of option descriptions by...
2005-04-22 Brian Pauldemo / test progs
2005-04-22 Brian Paultypes for Mesa implementation of EGL
2005-04-22 Brian Paulprototype EGL_MESA_screen_surface.
2005-04-22 Brian Paulinitial EGL code
2005-04-22 Keith WhitwellMove the call to _tnl_UpdateFixedFunctionProgram to...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-22 Keith WhitwellUp the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power...
2005-04-22 Michal KrolAdd more error checking.
2005-04-22 Michal KrolCosmetic changes.
2005-04-22 Michal KrolMove some utility functions to slang_utility.c.
next