mesa.git
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-22 Eric AnholtFix FreeBSD build by building libGL in the order desire...
2005-10-21 Brian Paulfix GLX server resize/crash when resizing windows
2005-10-21 Brian Paulcheck span.y >=0 (bug 4842)
2005-10-21 Keith Whitwellnew depth tests
2005-10-21 Keith Whitwellsimplify, remove sgi messages
2005-10-21 Brian PaulDarwin version fix (SF bug 1334274)
2005-10-21 Brian Paulfix broken SWZ instruction
2005-10-21 Brian Paulfix broken KIL
2005-10-21 Keith Whitwellbetter looking tests
2005-10-21 Keith WhitwellMake test visible
2005-10-21 Keith WhitwellBetter looking test.
2005-10-21 Dave Airlieadd the tile bits for offset, and unk bit 31 of size
2005-10-20 Brian Paulrestore FASTCALL stuff
2005-10-20 Brian Paulfix bad loops in TransposeMatrix[fd]()
2005-10-20 Keith WhitwellA bunch of little tests which exercise each ARB_fp...
2005-10-20 Brian Pauladded mm.c mm.h execmem.c
2005-10-20 Brian Paulfix another renderbuffer wrapping bug
2005-10-20 Brian PaulDisable the FASTCALL optimization because it still...
2005-10-20 Eric AnholtBump driver dates for the crasher fixes yesterday.
2005-10-20 Jouk Jansen descrip.mms syntax correction
2005-10-20 Dave Airliefixes for r300_tex.c from Aapo Tahkola
2005-10-19 Brian Pauls/glut_gz2/glut_bz2/
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 Paulupdated for new mm.c, execmem.c files
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 Eric AnholtAttempt to fix libGL on FreeBSD, where the library...
2005-10-18 Brian Paulmove _mesa_exec_malloc/free() up near other malloc...
2005-10-18 Brian PaulLots of clean-ups. Replace __inline__ with INLINE...
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 Brian Pauladded some header files to DRI_FILES (Donnie Berkholz)
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-12 Brian Paulremove unused _mesa_log2() (bug 4468)
2005-10-12 Brian Paulchange includes (bug 4468)
2005-10-12 Brian Paulfix GLAPI/extern problem (bug 4757)
2005-10-11 Roland ScheideggerMinor driver cleanup. Remove unnecessery/unneded radeon...
2005-10-11 Ian Romanickifdef out some code to make glapi.c linkable in libglx...
2005-10-11 Brian Paulcheck for PIXMAP in clip routine (SF bug 1323215)
2005-10-10 Brian Paulfixed constant fogcoord bug (#4729)
2005-10-10 Ian RomanickAdd 'get' data for glGetFramebufferAttachmentParameteri...
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-08 Brian Paulchange test for presence of accum buffer
2005-10-08 Brian PaulQuery/print GL_RED/GREEN/BLUE/ALPHA_BITS
2005-10-08 Brian PaulFix some issues with state updates and renderbuffers...
2005-10-07 Brian PaulMATH_DEBUG changes from bug #4468.
2005-10-07 Keith WhitwellPopulate arb_fp_instruction negate field correctly.
2005-10-07 Brian PaulFix a number of point size attenuation problems.
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 Brian Paulfix byteswapping bug in _mesa_texstore_ycbcr() (Benjami...
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 PaulRemove _IsPowerOfTwo from gl_texture_object, not really...
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-05 Brian Pauladded GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorS...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-04 Brian Paulcheck if deleting currently bound frame/renderbuffer...
2005-10-04 Brian PaulglBindTexture changes, new assertions
2005-10-04 Brian Paulfix glIsRender/FramebufferEXT() assertions
2005-10-04 Brian Paulfix behaviour of glIsFrame/Renderbuffer()
2005-10-04 Brian PaulUse Visual.depthBits rather than Renderbuffer::DepthBit...
2005-10-04 Brian Paulchange initialization of renderbuffer DepthBits
2005-10-03 Adam JacksonBug #1155: Define IEEE_ONE on Super-H as well.
2005-10-03 Brian Pauldisable a warning
2005-10-03 Brian Pauladded a few calls to _mesa_update_framebuffer_visual()
2005-10-03 Brian Paulfinish up some missing code
2005-10-03 Ian RomanickChange the 'count' for COMPRESSED_TEXTURE_FORMATS from...
2005-10-03 Ian RomanickRemove the non-existant --get-alias-set option from...
2005-10-01 Brian Paulcheck for GL_DEPTH_STENCIL_EXT
2005-10-01 Brian Paulplug in _mesa_texstore_z24_s8()
2005-10-01 Brian Pauladded _mesa_texstore_z24_s8()
2005-10-01 Brian PaulGL_EXT_packed_depth_stencil changes
2005-10-01 Brian Pauladditional error checking for GL_EXT_packed_depth_stencil
2005-10-01 Brian Paulfix an assertion
2005-10-01 Brian Paulsimplify the read_depth_stencil_pixels() function
2005-10-01 Brian Paulfix broken z24_s8 fetcher
2005-10-01 Brian Paulupdated comment
2005-10-01 Brian Pauladded _mesa_pack_depth_stencil_span()
2005-10-01 Brian Paulmove around some error checking
next