fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL_INDEX8...
[mesa.git] / src / mesa / drivers / dri /
2005-10-28 Aapo TahkolaFix texture mixup when two or more contexts.
2005-10-28 Dave Airliefix missing commit for span changes
2005-10-28 Dave Airliefix up radeon span functions using latest r200 code...
2005-10-28 Aapo TahkolaCompiled arrays for vtxfmt_a path.
2005-10-28 Eric AnholtGC a bit of dead code I noticed while looking at texwrap.
2005-10-28 Eric AnholtCorrect the ordering of the blend constant color.
2005-10-27 Eric AnholtAdd support for GL_EXT_stencil_wrap, from hearing that...
2005-10-27 Eric AnholtBug #1028: Add hardware-accelerated stencil support...
2005-10-27 Eric AnholtBug #4900: Fix the non-fogcoord fog test on r100 (and...
2005-10-27 Eric AnholtAdd support for HW stencil spans, mirroring the depth...
2005-10-27 Eric AnholtBump driver date for recent extension adds.
2005-10-26 Aapo TahkolaCover my arse.
2005-10-26 Aapo TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-26 Aapo TahkolaRemove few outdated r200 files.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-10-26 Aapo TahkolaFix invalid vsf temp count for rv350.
2005-10-26 Eric AnholtFix the RGB order of the specular color emit, and turn...
2005-10-26 Eric AnholtAdd support for GL_EXT_fog_coord, tested using tests...
2005-10-26 Eric AnholtAdd disabled support for GL_EXT_fog_coord. While it...
2005-10-25 Eric AnholtMove the front.offset setting above a check to shortcut...
2005-10-25 Eric AnholtInitial add of some (disabled) SiS 6326 drawing code...
2005-10-24 Eric AnholtCut a bunch of code by not trying to precompute the...
2005-10-24 Eric AnholtIn the last commit I added in a fatal error on unknown...
2005-10-24 Eric AnholtFix and enable GL_MESA_ycbcr_texture. Looks fine with...
2005-10-24 Eric AnholtAdd support for GL_EXT_secondary_color, tested with...
2005-10-24 Eric AnholtTurn off the AGP dispatch path yet again, as it seems...
2005-10-24 Adam JacksonAdd RV350 AQ chip. (popolon at popolon dot org)
2005-10-24 Eric AnholtSince we memcpy texture data synchronously to the card...
2005-10-24 Eric Anholt- Add a few more hardware internal formats that are...
2005-10-24 Eric AnholtFix the GL_BLEND case (and remove the fallback associat...
2005-10-24 Eric AnholtFix texenv by moving a misplaced check for being in...
2005-10-24 Eric AnholtAdd support for GL_ARB_texture_border_clamp and GL_ARB_...
2005-10-24 Eric AnholtFix a typo in a fallback string.
2005-10-24 Eric AnholtAdd support for GL_EXT_stencil_wrap by guessing that...
2005-10-22 Roland Scheideggerdisable yuv textures (GL_MESA_ycbcr_texture) on rv250...
2005-10-21 Dave Airlieadd the tile bits for offset, and unk bit 31 of size
2005-10-20 Eric AnholtBump driver dates for the crasher fixes yesterday.
2005-10-20 Dave Airliefixes for r300_tex.c from Aapo Tahkola
2005-10-19 Eric AnholtMake SiS a little more like other drivers: Add SIS_DEBU...
2005-10-19 Eric AnholtRemove some long-dead code.
2005-10-19 Eric AnholtFix a missed merge for idr's dispatch changes: failure...
2005-10-19 Brian Pauls/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/
2005-10-19 Eric AnholtBug #4615: Fix the SiS driver for the renderbuffer...
2005-10-18 Eric AnholtFix a missed merge for idr's dispatch changes: failure...
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-18 Roland Scheideggeron r200, don't emit fog coords when fog isn't actually...
2005-10-17 Roland Scheideggeradd GL_EXT_fog_coord support to radeon driver. No vtxfm...
2005-10-16 Roland Scheideggerfix some obvious typos in radeon_reg.h (only currently...
2005-10-15 Roland Scheideggerenable cube maps on radeon (#2241 on bugzilla). No...
2005-10-15 Roland Scheideggerfix two bugs wrt calculating max possible texture sizes...
2005-10-13 Roland Scheideggerenable 3rd texture unit on radeon (default still 2...
2005-10-13 Roland Scheideggermake sure texture matrix is updated often enough with...
2005-10-13 Roland Scheideggerfix potential bug when emitting elts with lots of compo...
2005-10-11 Roland ScheideggerMinor driver cleanup. Remove unnecessery/unneded radeon...
2005-10-08 Roland Scheideggerdo not set format of the incoming vertices needed for...
2005-10-08 Roland Scheideggerremove code dealing with drm versions older than 1...
2005-10-05 Roland Scheideggerfix problems with some texgen modes by putting the...
2005-10-05 Roland Scheideggerreverse accidentally commited part of last commit ...
2005-10-05 Roland Scheideggerenable point sizes larger than 1 (for aliased points...
2005-10-05 Roland Scheideggerfix typo in radeon_maos_arrays.c from last commit ...
2005-10-05 Roland Scheideggerremove unneeded parameter from radeonUploadTexMatrix.
2005-10-05 Roland ScheideggerRemove the tcl fallback for texture rectangle (by manip...
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-28 Brian Paulupdated assertions (see bug 4590)
2005-09-26 Roland Scheideggerremove identity check for texgen planes (which was...
2005-09-26 Roland Scheideggerfix projective texturing for (swtcl) texture rectangles...
2005-09-25 Dave AirlieAdd support for texture compression to R300 driver
2005-09-25 Dave Airlieadd link for radeon_egl.c
2005-09-22 Ian RomanickEnable GL_ARB_texture_mirrored_repeat on Savage4. ...
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-21 Brian Paulreplace GLdepth with GLuint
2005-09-19 Brian Paulcompilation fixes, don't know if runtime works
2005-09-14 Dave Airliefix breakage from Brians changes earlier
2005-09-14 Brian Paulpageflip change from radeon driver
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Paulmake some funcs static
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Pauluse mklib script to make drivers instead of gcc -shared
2005-09-14 Brian Paulupdated comment
2005-09-14 Brian Paulmake some functions static
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Pauladded driUpdateFramebufferSize()
2005-09-13 Brian Paulreplace semicolon with &&
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian Pauljust some reformatting
2005-09-12 Roland Scheideggeradd complete support for ATI_fragment_shader for the...
2005-09-11 Dave Airlieadd 1002:5460 M22 X300 card
2005-09-10 Roland Scheideggeradd the new drm packets needed for ATI_fragment_shader...
2005-09-10 Roland Scheideggeradd reverse-engeneered register bits needed for ATI_fra...
2005-09-10 Brian PaulAdd offset and pitch fields to intelRegion. Remove...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-09 Brian Paulremove the redundant textureSize field, use tex.size...
2005-09-09 Roland Scheideggeradd missing fallback string for ARB_vertex_program
2005-09-09 Roland ScheideggerFix wrong fallback bit being set by the tcl fallback...
2005-09-08 Keith Whitwelluse an explicit reserved field, rather than magic numbe...
2005-09-08 Brian PaulFix the comment for the 'bound' field: it's a bitmask...
2005-09-08 Keith WhitwellTreat NegateBase as a bitfield, not a boolean.
2005-09-07 Brian Paultry to fix renderbuffer breakage, primarily in calculat...
2005-09-06 Brian Pauladded viaRenderbufferStorage() function
next