mesa.git
2005-01-12 Keith WhitwellAdd flag to clear texture caches after texture upload.
2005-01-12 Keith WhitwellDon't emit HC_SubA_HSPXYOS on CLE266.
2005-01-12 Keith WhitwellAllow two GL primitives to be combined to one HW primitive
2005-01-12 Alan HourihaneFix multitexturing.
2005-01-12 Daniel Borcasome "safer" type-punning (gcc optimizes float moves...
2005-01-12 Brian Paultemporary prototypes for OpenGL 2.0
2005-01-12 Brian PaulOpenGL 2.0 StencilFunc/Op/MaskSeparate functions
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2005-01-11 Ian RomanickAdded a couple missing proxy types.
2005-01-11 Aapo TahkolaMipmapping and other texture filters now work.
2005-01-11 Ian RomanickPut quotes around the CC and CXX variables passed to...
2005-01-11 Alan Hourihanefix a typo
2005-01-11 Keith WhitwellDisable bogus pbuffer code (though this could be revive...
2005-01-11 Alan HourihaneFix the calculation of the alpha reference value which...
2005-01-11 Keith WhitwellTemporarily disable pageflipping assert.
2005-01-11 Alan Hourihaneuncomment
2005-01-11 Alan HourihaneFix ColorMask
2005-01-11 Brian Paulprototype _mesa_init_ati_fragment_shader()
2005-01-11 Michal Krolaliasing was broken
2005-01-11 Keith WhitwellAdd a big nasty fallback for AlphaTest -- seems to...
2005-01-11 Alan Hourihanefallback on polygon.stippleflag (thanks Keith)
2005-01-11 Brian PaulVMS updates from Jouk Jansen
2005-01-11 Daniel Borcaapplied Keith's patch for "safe" type-punning.
2005-01-11 Alan HourihaneFix usage of texture units, when TEX1 is enabled, but...
2005-01-11 Vladimir DergachevGet NeHe lesson08 to work. Note: it appears the filteri...
2005-01-11 Vladimir DergachevSwitch back to using immediate mode code - use of AGP...
2005-01-11 Vladimir DergachevMove the few definitions from r300_lib.h still in use...
2005-01-11 Vladimir DergachevSwitch r300_state.c to use r300_fixed_pipelines.h inste...
2005-01-11 Vladimir DergachevCopy sample pixel and vertex shaders to r300_fixed_pipe...
2005-01-10 Brian Paulremove a debug line
2005-01-10 Brian Paultweak output formattting, fixed uninitialized var error
2005-01-10 Felix KuehlingFixes to cope with the lack of AGP textures. This is...
2005-01-10 Alan HourihaneFallback on PolygonStipple for CLE266 hardware.
2005-01-10 Brian PaulWindows/ReactOS patch (Gregor Anich)
2005-01-10 Keith WhitwellMore changes to cope with color stride == 0
2005-01-10 Keith WhitwellFix segfault in pipes by dealing with stride == 0 case...
2005-01-10 Vladimir DergachevBring vertex buffer code up to date..
2005-01-10 Vladimir DergachevFor some reason we need r300Flush when using textures...
2005-01-10 Vladimir DergachevClean up the code and make it unnecessary to issue...
2005-01-09 Vladimir DergachevPort EmitPixelShader from cmdbuf.c to SetupPixelShader...
2005-01-09 Vladimir DergachevImplement a more elaborate hashing scheme for texture...
2005-01-09 Brian Paulminor readtex fixes
2005-01-09 Brian Paulimproved animation rate
2005-01-09 Brian Paulrotate at fixed rate, changed fire effect (Marcelo...
2005-01-09 Brian Paulrotate at fixed rate (Marcelo Magallon)
2005-01-09 Brian Pauluse #ifdef to test for extension
2005-01-09 Brian Paulinclude readtex.h
2005-01-09 Brian Paulbetter animate rate (Marcelo Magallon)
2005-01-09 Brian Paulsome new/improved rules
2005-01-09 Brian Paulinclude readtex.h instead of readtex.c
2005-01-09 Brian Paulinclude readtex.h instead of readtex.c (Marcello Magallon)
2005-01-09 Brian PaulAdd #ifdefs for extension testing (Marcello Magallon)
2005-01-09 Brian Paulanimation rate patch (Marcello Magallon)
2005-01-09 Brian Paulrotate at a reasonable rate
2005-01-08 Brian Paulcompute reasonable animate rate (Marcelo Magallon)
2005-01-08 Brian Paulfix-up rules for sphere demo, which uses readtex utility
2005-01-08 Felix Kuehling* Flush and wait in per-primitive fallback functions...
2005-01-08 Felix KuehlingAdded missing break; to fix infinite recursion between...
2005-01-08 Felix KuehlingAdded state debugging option (SAVAGE_DEBUG=state).
2005-01-08 Adam JacksonEnable libGL to be built with DRI_NEW_INTERFACE_ONLY...
2005-01-08 Adam JacksonParallel build fix. Multiword variables on the target...
2005-01-07 Keith WhitwellAdd t_vb_cull.c (Bernard Blackham)
2005-01-07 Keith WhitwellAnd fix the obvious bugs in higher-numbered templates.
2005-01-07 Keith WhitwellTemplatize the fastpaths.
2005-01-07 Keith WhitwellAdd some more hardcoded fastpaths.
2005-01-07 Keith WhitwellCope with the possibility that incoming vectors may...
2005-01-07 Keith WhitwellUse the 'to' vector to determine the loop count.
2005-01-07 Keith WhitwellRemove -C flags for install which aren't universally...
2005-01-07 Felix KuehlingFixed: ptex drawing functions were overridden with...
2005-01-07 Keith WhitwellAdd a clean target to remove generated files.
2005-01-07 Keith WhitwellAdd a noop install target
2005-01-07 Keith WhitwellImprove the semantics of the 'install' target to make...
2005-01-07 Keith WhitwellAdd an install target
2005-01-07 Keith WhitwellMake clean in the x86 directory.
2005-01-07 Ian RomanickUse GNU AS label aliasing, if available. This must...
2005-01-07 Ian RomanickScript to generate rough GLX protocol documentation...
2005-01-07 Ian RomanickTrack the GLX protocol names for GL types.
2005-01-07 Ian RomanickRefactor the code that converts a transpose-matrix...
2005-01-07 Ian RomanickPixel oriented render functions are now generated by the
2005-01-07 Ian RomanickThe generic_*_byte functions did not rount the command...
2005-01-07 Brian Pauladded GetAllFBConfigs()
2005-01-07 Ian RomanickRevert some accidental cross-merge changes. Remove...
2005-01-06 Brian PaulNew GetAllFBConfigs() function. Some FBConfigs weren...
2005-01-06 Brian PaulIn choose_visual() we need to know if we're being calle...
2005-01-06 Aapo TahkolaAdd radeon 9550 pci id.
2005-01-06 Keith WhitwellRedraw on keypress, as apparently intended.
2005-01-06 Alan HourihaneAdd Intel i915GM support, and these extensions.
2005-01-06 Daniel Borcasemantic in parameter names
2005-01-06 Daniel Borcasemantic in parameter names. changed emitter function.
2005-01-06 Thomas HellströmSmall Unichrome fixes:
2005-01-06 Daniel Borcasemantic in parameter names
2005-01-06 Daniel Borcasolved classic "char*" vs "char[]" conflict. we were...
2005-01-06 Daniel Borcaprotected against elfish directives
2005-01-06 Daniel Borcasemantic in parameter names
2005-01-06 Daniel Borcaremoved detritus
2005-01-06 Daniel Borcaadded "default" branch in `convertPalette'
2005-01-06 Daniel Borcafix dstRGB factor
2005-01-06 Vladimir DergachevTurns out the kfountain.kss (as well as lesson19) had...
2005-01-06 Vladimir DergachevAdd texture format to get lesson19 working again.
2005-01-06 Vladimir DergachevSwitch to a more complicated scheme of choosing texture...
next