Made debugging output controllable via environment variable
[mesa.git] / src / mesa / drivers / dri /
2004-12-17 Felix KuehlingMade debugging output controllable via environment...
2004-12-17 Daniel BorcafxRasterPrimitive wasn't always receiving the reduced...
2004-12-17 Felix KuehlingAdded a TNL pipeline stage that normalizes texture...
2004-12-16 Adam JacksonImport s3virge and trident drivers. Not functional...
2004-12-16 Vladimir DergachevThe types uint32_t and uint8_t are not used in Mesa...
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-15 Thomas HellströmUnichrome DRI:
2004-12-15 Thomas HellströmUnichrome DRI:
2004-12-15 Thomas HellströmUnichrome DRI:
2004-12-15 Thomas HellströmUnichrome DRI driver:
2004-12-15 Felix KuehlingAdded configuration support to the Savage driver. Three...
2004-12-15 Felix KuehlingFixed GL_CLAM_TO_EDGE. It's not supported in hardware...
2004-12-15 Felix KuehlingFixed initialization of some stencil-related S4 registe...
2004-12-15 Felix KuehlingMoved some code from savageCreateContext to savageInitD...
2004-12-15 Felix KuehlingFixed some missing uint8_t -> u_int8_t.
2004-12-15 Keith WhitwellAdd _mesa_delete_texture_object() call to viaDeleteTexture
2004-12-14 Alan Hourihaneuint*t -> u_int*t
2004-12-14 Alan Hourihanefix warning
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-12 Brian Paulfix recursion problem introduced on Nov 27
2004-12-09 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-09 Dave Airlieback out Keiths last checkin - for Solo the include...
2004-12-09 Dave Airliefixup pci code for Jon's last checkin for changing...
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-08 Alan HourihaneUse union type to avoid strict aliasing problems.
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-12-08 Dave AirlieFrom: Stephane Marchesin <marchesin@icps.u-strasbg.fr>
2004-12-08 Roland Scheideggerfix depth/stencil readback if coordinates are larger...
2004-12-03 Roland Scheideggeronly enable GL_MESA_ycbcr_texture for real r200 chips...
2004-12-03 Roland Scheideggerenable GL_EXT_stencil_wrap (patch from idr), including...
2004-12-02 Alan Hourihanesilence warnings
2004-12-02 Alan HourihaneFix some warnings
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-25 Keith WhitwellUpdate expected DRM version to 2.0.0
2004-11-23 Roland Scheideggerrevert enabling of hw quads for swtcl. It lead to probl...
2004-11-12 Roland Scheideggerenable hw quad primitive for swtcl
2004-11-12 Roland Scheideggeradd LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so...
2004-11-12 Roland Scheidegger(from r200 driver) If an application cleared before...
2004-11-12 Adam Jacksonbrown paper bag, r100 can't do hardware quads.
2004-11-12 Adam Jacksonmake render_quads_verts call EMIT_PRIM with the argumen...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-10 Roland Scheideggeradd some chip ids
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-11-02 Ian RomanickAdded MMX optimized version of the RGB565 ReadRGBASpan...
2004-11-02 Nicolai HaehnleNo visible changes, but commit the groundwork for furth...
2004-11-02 Nicolai HaehnleAdd culling registers, sync versions of r300_reg.h
2004-11-01 Keith WhitwellNicolai's sw-clipspan-fixes.patch
2004-10-27 Adam JacksonBug #1713: Some rare libGL's have __glXFindDRIScreen...
2004-10-26 Ian RomanickAs per suggestions my Michel Daenzer, improve the fix...
2004-10-25 Adam JacksonBug #1679: Link DRI drivers against DRI_LIB_DEPS, not...
2004-10-24 Nicolai HaehnleImplement ColorMask
2004-10-24 Nicolai HaehnleHardware accelerated depth clear
2004-10-23 Ian RomanickBig-endian fixes for R200 sw TCL path.
2004-10-19 Daniel Borcafix compilation error in `convertPalette' (still have...
2004-10-18 Ian RomanickSmall optimization for big-endian (e.g., PowerPC) systems.
2004-10-18 Daniel Borcaprint an error message in convertPalette before dying.
2004-10-18 Daniel Borcasmall fix to match new _mesa_rescale_teximage2d
2004-10-18 Ian RomanickFix compile errors when DEBUG is defined.
2004-10-17 Ian RomanickFix t_vertex byte-ordering issues for PowerPC. This...
2004-10-17 Ian RomanickFix hangs on big-endian (e.g., PowerPC) hardware.
2004-10-17 Nicolai Haehnle- FIX: flickering
2004-10-16 Ville SyrjalaFixed off by one errors in clipping.
2004-10-16 Eric AnholtAdd code to support projective texturing and fix mixed...
2004-10-16 Eric AnholtAlways turn on the TAM_DEBUG3=0x6 workaround on real...
2004-10-16 Ian RomanickOnly build the MMX/SSE/SSE2 versions for ReadRGBASpan...
2004-10-15 Ian RomanickFixed a few places that should have been using GET_SRC_PTR.
2004-10-15 Ian RomanickConvert MGA driver to use new spantmp2.h interface.
2004-10-15 Nicolai HaehnleHuge dumb drop. State:
2004-10-14 Ian RomanickAdd support for optimized versions of the code underlyi...
2004-10-13 Keith WhitwellAdd a license to this file. It was written on VA's...
2004-10-13 Ian RomanickAdded some documentation that I managed to figure out...
2004-10-13 Ian RomanickMake the GL_RENDERER string include the actual chipset...
2004-10-13 Ian RomanickInitial support for PowerPC specific code in Mesa and...
2004-10-13 Ian RomanickRefactor the code in driGetRendererString a bit to...
2004-10-13 Adam JacksonBug #1588: abort if no palette format matches. (Egbert...
2004-10-09 Eric AnholtThis statechange is vtx state, not tcl.
2004-10-08 Eric AnholtUse the right FALLBACK macro for projtex so that projec...
2004-10-08 Eric AnholtAdd fallback debugging (R128_DEBUG=fall) output, and...
2004-10-08 Eric AnholtDon't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS...
2004-10-08 Eric AnholtAdd support for NV_blend_square, and print errors if...
2004-10-08 Ian RomanickMassively cleaned up the code that calculates front...
2004-10-08 Alex DeucherApply Eric's stencil wrap patch (Eric Anholt)
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-07 Ian RomanickPrevent Y-offset from exceeding valid range in texture...
2004-10-07 Felix KuehlingFix emitting fog without secondary color and vice-versa.
2004-10-06 Ian RomanickConvert tdfxDDInitExtensions to use driInitExtensions.
2004-10-05 Daniel Borcastencil wrap works, either HW or SW (Ian Romanick)
2004-10-04 Ian RomanickUse the driFillInModes utility function.
2004-10-04 Ian RomanickAlso export fbconfigs with 0/0 depth/stencil modes...
2004-10-04 Ian RomanickAdd some Savage3D stencil documentation based on discus...
2004-10-04 Brian Paulmake clean should remove depend.bak too (Sérgio Moneiro...
2004-10-04 Ian RomanickSet MaxTextureImageUnits and MaxTextureCoordUnits to...
2004-10-04 Ian RomanickThe alpha post-scale and the RGB post-scale were mistak...
2004-10-03 Eric AnholtRemove empty r128_vb.h.
2004-10-02 Brian Paulfix _DrawDestMask[0][0] typos
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Eric AnholtIf an application cleared before any state had been...
2004-10-02 Eric AnholtConvert Rage 128 over to t_vertex.c. While it's slight...
next