Implement rendering of (flat color) QUAD primitives as an experiment.
[mesa.git] / src / mesa / drivers /
2004-12-27 Vladimir DergachevImplement rendering of (flat color) QUAD primitives...
2004-12-26 Vladimir DergachevExpose primitive types being rendered, in preparation...
2004-12-26 Vladimir DergachevUpdate with most recent version.
2004-12-24 Adam JacksonGet trident building and -Werror clean.
2004-12-23 Felix KuehlingSimplified and optimized _savage_texnorm_stage.
2004-12-23 Keith WhitwellRemove the VIA_PERFORMANCE code. A step towards moving...
2004-12-23 Keith WhitwellChop out more dead code.
2004-12-22 Keith WhitwellFix merge error.
2004-12-22 Keith WhitwellRemove dead code.
2004-12-22 Felix KuehlingEnabled hardware rendering of 1D textures. No need...
2004-12-22 Felix Kuehling- Fake projective textures on a single texture unit...
2004-12-21 Keith WhitwellRemove debug code which referenced an old global variable.
2004-12-21 Keith WhitwellPush a number of global variables into the viaContext...
2004-12-21 Keith WhitwellNote that state is dirty on contended lock. Allows...
2004-12-21 Keith WhitwellAdd missing swap-control calculations.
2004-12-21 Keith WhitwellAdd vsync swapbuffers. This waits on the irq so gears...
2004-12-21 Daniel Borcaadded GL_EXT_stencil_two_side (yes, it works)
2004-12-20 Keith WhitwellRemove #ifdef DEBUG's in code, but still allow compiler...
2004-12-20 Daniel Borcaput back clipmask code; it proved to be a MinGW/gcc...
2004-12-20 Daniel Borcause float constants.
2004-12-20 Daniel Borcaremoved ifdef'ed out code (to whom it may concern:...
2004-12-20 Daniel Borcaremoved detritus (ncc).
2004-12-20 Daniel Borcacomment reorg.
2004-12-20 Daniel Borcamade some functions static.
2004-12-20 Daniel Borcacomment reorg.
2004-12-20 Daniel Borcaallow greater swappendingcount for older hw (v1/v2)
2004-12-19 Vladimir DergachevFix cut and paste error (reported by Jerome Glisse)
2004-12-18 Thomas HellströmUnichrome DRI driver:
2004-12-17 Felix KuehlingMade debugging output controllable via environment...
2004-12-17 Daniel BorcafxRasterPrimitive wasn't always receiving the reduced...
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-15 Daniel Borcaadded DMesaProc type to prevent gcc 3.4.3 warnings.
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-13 Daniel Borcadisabled ClipMask usage in vb emitter (clipping bugs?)
2004-12-12 Brian Paulfix recursion problem introduced on Nov 27
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-09 Brian Paulcheck if using a PBuffer in clip_for_xgetimage()
2004-12-09 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-09 Daniel Borcasimplistic ICD implementation for fx/Mesa
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-07 Daniel Borcafixed an include path
2004-12-06 Daniel Borcasmall fix for debug paths
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-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-12-02 Alan Hourihanesilence warnings
2004-12-02 Alan Hourihanereverse some debug that slipped through
2004-12-02 Alan HourihaneFix some warnings
2004-11-29 Brian Paulsilence a warning
2004-11-28 Brian Paulfix missing width/height error
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-27 Brian PaulRemove the redundant width, height fields in xmesa_buff...
2004-11-27 Brian Paulnew GetOverlayInfo() function to reduce code and silenc...
2004-11-27 Brian PaulHave OSMesaGetProcAddress() return new OSMESAproc typedef.
2004-11-25 Brian PaulUse a generic function typedef instead of void * to...
2004-11-25 Brian PaulUse __GLXextFuncPtr type instead of void * for generic...
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-15 Daniel Borcamoved windoze specific code outside drivers/glide/
2004-11-15 Daniel Borcawork around a bug in gcc 3.3.3 (which duplicates ASM...
2004-11-15 Daniel Borcafix _mesa_image_address2d invocation
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 Daniel Borcaadded a few sanity checks
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-09 Brian Pauldo clipping prior to XGetImage, just in case the image...
2004-11-09 Brian PaulRemoved _swrast_clip_pixelrect(). Use _mesa_clip_drawp...
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
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
next