mesa.git
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-13 Nicolai HaehnlePatch from Jeff Smith:
2005-05-13 Nicolai HaehnlePatch from Jeff Smith:
2005-05-13 Alan HourihaneRemove MAX_VISUAL limitations of 100. If running dual...
2005-05-13 Keith WhitwellCalculate render inputs for tcl stage correctly (hint...
2005-05-12 Ian RomanickRemove some unused structure fields, add some comments...
2005-05-12 Keith Whitwellnew MESA_DEBUG option: disassem
2005-05-12 Keith WhitwellRein in debug slightly
2005-05-12 Keith WhitwellTurn disassem off (oops).
2005-05-12 Keith WhitwellAdd check for mask == NULL to the one routine missing it.
2005-05-12 Keith WhitwellWhen lighting is enabled, but no lights are enabled...
2005-05-12 Ben Skeggsfix warnings in r300_texstate.c (Jeff Smith)
2005-05-11 Karl SchultzThe "P" suffix on APIENTRY and GLAPIENTRY is to be...
2005-05-11 Aapo TahkolaVBOs.
2005-05-11 Keith WhitwellDon't let FragmentProgram._Active influence choice...
2005-05-11 Keith WhitwellPreviously in TXP and TEX instructions, lambda was...
2005-05-11 Keith WhitwellUse _mesa_memset rather than memset
2005-05-11 Keith WhitwellDon't let FragmentProgram._Active influence choice...
2005-05-11 Keith WhitwellTest for texcoord[3] == zero before dividing. Not...
2005-05-11 Keith WhitwellFix glean/conform problems. Don't generate so much...
2005-05-11 Keith WhitwellFix valgrind complaint, conform vertex order test.
2005-05-11 Keith WhitwellRename temp_flag to temp_in_use. Use ctx->Const.MaxVer...
2005-05-11 Keith WhitwellFix logic for allocating texture temporaries (Ben Skeggs).
2005-05-11 Adam Jacksonint -> size_t to fix compile on LP64.
2005-05-10 Keith WhitwellEnsure programs don't overflow allocated instruction...
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith Whitwellfix some valgrind complaints
2005-05-10 Keith WhitwellImproved detection of program changes.
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith Whitwellreduce the use of malloc and strdup for parameter lists
2005-05-10 Keith Whitwelldon't be fooled into emitting padding for wpos when...
2005-05-10 Keith WhitwellMissing from previous commit
2005-05-10 Keith WhitwellUpdate for FragmentProgram._Active
2005-05-10 Keith WhitwellBetter driver notification on changes.
2005-05-10 Keith Whitwellget fog working with _TexEnvProgram
2005-05-10 Keith WhitwellTemporary fix - delete and recreate texenvprogram so...
2005-05-10 Jouk Jansen Committing in .
2005-05-10 Keith WhitwellFix texenv segfault. Reported by Ben Skeggs.
2005-05-10 Keith WhitwellTry not to use the same temp reg as a TXP destination...
2005-05-09 Daniel Borcapathetic attempt to accomodate new frambuffer changes...
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...
next