aliasing was broken
[mesa.git] / src /
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 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 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-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 Ian RomanickRevert some accidental cross-merge changes. Remove...
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 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...
2005-01-06 Ben SkeggsAdded GL_POLYGON primitive. Single primitive between...
2005-01-05 Felix Kuehling* Fixed handling of scissors
2005-01-05 Alan Hourihanesupport 720x480 and 960x540 modes
2005-01-05 Alan HourihaneOnly try to free the front buffer when it's a pbuffer.
2005-01-05 Keith WhitwellMake the format of the fastpaths cleaner at the expense...
2005-01-05 Alan Hourihanefix build problem
2005-01-05 Keith WhitwellImprove some quad paths, gives gears a little boost.
2005-01-05 Keith WhitwellGive attributes with zero-stride a count of 1 to make...
2005-01-05 Keith Whitwellmake alloc-dma functions inline, rearrange some debug
2005-01-05 Keith WhitwellAvoid a segfault in multiarb.c
2005-01-05 Alan HourihaneBring VIA driver up-to-date with regard to drm_*_t...
2005-01-05 Keith WhitwellAdd a couple of hardwired fastpaths to t_vertex.c.
2005-01-05 Keith WhitwellIf there is only one normal, don't transform it multipl...
2005-01-05 Vladimir DergachevReduce the amount of debug output, while still printing...
2005-01-05 Vladimir DergachevPlay a little bit with texture formats.
2005-01-04 Vladimir DergachevSync with master copy.
2005-01-04 Vladimir DergachevPort code from r200 that implements color blending...
2005-01-04 Vladimir DergachevUnify rendering of textured and non-textured primitives.
2005-01-04 Vladimir DergachevMajor code restructuring:
2005-01-04 Brian Pauluse HIDDEN macro to export fewer symbols (bug 2210)
2005-01-04 Brian Pauldirectfb changes (Claudio Ciccani)
2005-01-04 Keith WhitwellAdd GL_EXT_fog_coord
2005-01-04 Keith WhitwellAdd GL_EXT_secondary_color
2005-01-04 Keith WhitwellTurn specular lighting state on/off appropriately.
2005-01-04 Keith WhitwellChange to use the t_vertex.c mechanisms for building...
2005-01-03 Felix KuehlingAdded support for floating point depth buffers on Savag...
2005-01-03 Felix KuehlingAdded a boolean option for a floating-point depth buffer.
2005-01-03 Ian RomanickThe opcode and command length fields of RenderLarge...
2005-01-03 Vladimir DergachevAdd structs describing vertex and pixel shader state...
2005-01-03 Brian PaulDirectFB driver (Claudio Ciccani)
2005-01-03 Brian Paulupdates from Jouk
2005-01-03 Vladimir DergachevTurns out I left flat primitives in vertex buffer mode...
2005-01-03 Vladimir DergachevEnable code to compute other constants that were used...
2005-01-03 Vladimir DergachevPort texture allocation code from R200.
2005-01-02 Vladimir DergachevAdd texture units registers
2005-01-02 Vladimir DergachevCleanup !
2005-01-02 Vladimir DergachevI think I fixed the lockups issue.
2005-01-02 Vladimir DergachevGet textures to work with NeHe lesson06.
2005-01-02 Adam Jacksonlinux-dri-x86 build fix from Andreas Stenglein.
next