reindent, doxygen-style comments
[mesa.git] / src / mesa / drivers /
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-10-10 Keith WhitwellUse the mesa-provided texenv program rather than rollin...
2006-10-05 Keith Whitwellmissing file
2006-10-05 Keith WhitwellAccelerate glBitmap with a color expand blit. Nice...
2006-10-05 Keith WhitwellQuieten debug message.
2006-10-05 Keith Whitwelleliminate rhw divide under some circumstances
2006-10-05 Keith WhitwellQuieten debug message.
2006-10-02 Felix KuehlingBugzilla 6242: [mach64] Use private DMA buffers (only)
2006-09-29 Michel Dänzeri915: Fix wait for scheduled swap on secondary display.
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-28 Michel DänzerSynchronize drawable to the pipe where the bigger part...
2006-09-28 Michel DänzerAdd new I830 SAREA fields.
2006-09-28 Michel DänzerAdd helper function that returns the current vblank...
2006-09-28 Michel DänzerAdd helper function to calculate the area of the inters...
2006-09-28 Michel Dänzeri915: Handle DRM_VBLANK_SECONDARY when scheduling buffe...
2006-09-28 Michel Dänzeri915: Attempt to schedule buffer swap on target vertica...
2006-09-28 Michel DänzerAdd driGetVBlankInterval() helper function.
2006-09-28 Michel DänzerdriWaitForVBlank: Add support for secondary vertical...
2006-09-28 Michel DänzerSome restructuring of the driWaitForVBlank() code.
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-09-26 Jerome GlisseRemove r200 dependency
2006-09-26 Jerome GlisseRemove r200 dependency.
2006-09-25 Keith WhitwellFixup one place where attrsz was being used instead...
2006-09-22 Brian Paulfix the broken fallback string/debug stuff
2006-09-22 Brian Paulremove extra indentation
2006-09-22 Roland Scheideggerfix up access to vertex attrib components which don...
2006-09-22 Keith WhitwellExplicit test for +ve pitches in intelEmitCopyBlit()
2006-09-21 Keith WhitwellDo a better job of choosing texture formats to avoid...
2006-09-21 Keith Whitwelluse the requested internal texture format where possible
2006-09-21 Keith WhitwellCatch a couple of cases where we would have to delete...
2006-09-20 Roland Scheideggertry to use a 8888 texture format which will result...
2006-09-20 Keith WhitwellAdd a comment about the interactions of negative pitche...
2006-09-20 Keith Whitwellremove some dead code
2006-09-20 Keith WhitwellFix some warnings
2006-09-20 Roland Scheideggerfix mixed texgen/non-texgen with texgen modes requiring...
2006-09-20 Keith WhitwellSupport ARB_texture_rectangle.
2006-09-20 Keith Whitwell1) Add a new flag in the sarea (coopting the unused...
2006-09-20 Keith WhitwellBroadwater seems to prefer this style of blitting.
2006-09-20 Brian Paulmake current GLX context per-thread
2006-09-20 Brian Paulfix a memleak in DestroyContext()
2006-09-20 Keith Whitwelladd accelerated glCopyPixels path
2006-09-20 Keith Whitwellrestore debug output after brw_wm_fp compilation stage
2006-09-20 Keith WhitwellUse DEBUG_SYNC to switch between per-primitive and...
2006-09-18 Brian Paulchange make depend output redirection to 2>&1 (bug...
2006-09-14 Jerome GlisseFallback if ColorLogicOp is enabled. Cleanup a bit...
2006-09-14 Michel DänzerRemove MESA_LITTLE_ENDIAN guard for code that seems...
2006-09-14 Keith WhitwellVS nr of urb entries is constrained to be one of a...
2006-09-13 Roland Scheideggeralways use argb8888 instead of rgba8888, this is far...
2006-09-13 Roland ScheideggerAlways mark tex state atom as dirty when the texture...
2006-09-13 Roland Scheideggerdon't use derived value _ColorLogicOpEnabled as it...
2006-09-13 Roland Scheideggerfix GL_REFLECTION_MAP texgen by not using tex matrix...
2006-09-13 Roland Scheideggermake sure we upload the new vertex program if the progr...
2006-09-13 Brian Paulmake triangle smoothing a sw fallback (Martign van...
2006-09-12 Jerome GlisseFix compilation warning.
2006-09-12 Jerome GlisseRemoving some of r200 dependency, cleaning up code...
2006-09-12 Keith Whitwellquieten debug
2006-09-12 Keith WhitwellPotential fix for doom3 lockups. Seems that there...
2006-09-12 Keith WhitwellDisassemble active program when DEBUG_VS is set.
2006-09-12 Keith WhitwellAdd code to tweak aubfile state and primitives on replay.
2006-09-12 Keith WhitwellEncode a unique id in the aub header date fields.
2006-09-10 Roland Scheideggerremove code to deal with non-normalized texture coordin...
2006-09-10 Brian Pauldon't use xmesa_DrawPixels_8R8G8B() if there's a softwa...
2006-09-10 Roland Scheideggercause a raster fallback if a yuv texture is used on...
2006-09-08 Keith WhitwellBasic facility for playing back captured aubfiles....
2006-09-08 Roland Scheideggercause a vtxfmt fallback directly when hitting NewList...
2006-09-07 Keith WhitwellConsistent return values from the bm* functions.
2006-09-07 Keith WhitwellCope with memory pool fragmentation by allowing a secon...
2006-09-07 Keith WhitwellFix glitch with pool alignments.
2006-09-07 Keith WhitwellUse lower alignments where possible. Also pad out...
2006-09-07 Keith WhitwellMake sure bmBufferOffset is called for all active buffe...
2006-09-07 Roland Scheideggermake really sure R200_VAP_PROG_VTX_SHADER_ENABLE is...
2006-09-07 Eric AnholtFix a leak of the screen's option cache on cleanup...
2006-09-06 Keith WhitwellSimplify the immediate and displaylist code. Treat...
2006-09-05 Keith WhitwellDynamically allocate instruction store for tnl programs...
2006-09-04 Keith WhitwellFixes for calculating point attenuation
2006-09-04 Keith WhitwellDon't export NV_vertex_program as it's not supported...
2006-09-04 Rune PetersenManaged to make a commit that can't build... Sorry...
2006-09-04 Roland Scheideggerfog state atom contains (only) fog params necessary...
2006-09-03 Rune Petersenadd missing change to skip low impact RAST fallback...
2006-09-01 Roland Scheideggerfix the presumably broken check for the allow_large_tex...
2006-09-01 Roland Scheideggermake sure vertex programs are only enabled on the hw...
2006-09-01 Keith WhitwellCatch a few more cases of using a message reg as an...
2006-09-01 Keith Whitwellfix a couple of cases where a message reg is used as...
2006-08-31 Rune Petersenre-apply shader fix.
2006-08-31 Keith WhitwellWhen using the old technique to set up the front buffer...
2006-08-31 Rune PetersenGive the user posibility to choose speed over correctness.
2006-08-31 Brian Paulcheck if ext->name is null before strcmp()
2006-08-31 Roland Scheideggerdo not abort with not supported vertex prog output...
2006-08-30 Karl SchultzHandle API and dispatch table changes that removed...
2006-08-30 Brian PaulUse XAddExtension() to register an XCloseDisplay()...
2006-08-30 Roland ScheideggerMinor r200 vertex program cleanups. Remove disabled...
2006-08-30 Roland Scheideggerfix typo causing a segfault when a vertex program uses...
2006-08-28 Brian PaulCheck mesa_vp->Base.NumInstructions == 0 instead of...
2006-08-28 Brian Paulremove unused var
2006-08-28 Brian Paulfix the check for force_s3tc_enable (bug 8042)
2006-08-27 Aapo Tahkolaclose #6318
2006-08-26 Alan HourihaneFix bug 8010 - locking issues.
2006-08-26 Aapo Tahkolafix #8008
2006-08-25 Brian Paulinclude texobj.h to silence warning
2006-08-25 Ian RomanickAdd a couple of the missing GL 2.0 functions. Enable...
next