mesa.git
2004-12-20 Keith WhitwellAdd a -fullscreen option
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-20 Daniel Borcamisc cleanup
2004-12-20 Daniel Borcaallow ARB vp/fp query program errors
2004-12-20 Daniel Borcareally protect against npot compressed textures (logbas...
2004-12-20 Ian RomanickUse GLX protocol code generated by glX_proto_send.py.
2004-12-20 Ian RomanickNo GLX protocol for GL_ATI_fragment_shader.
2004-12-19 Vladimir DergachevFix cut and paste error (reported by Jerome Glisse)
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
2004-12-18 Brian Pauladded GL_ARB_pixel_buffer_object extension string
2004-12-18 Brian PaulAdded PRINT instruction for GL_NV_fragment_program.
2004-12-18 Thomas HellströmUnichrome DRI driver:
2004-12-17 Felix KuehlingMade debugging output controllable via environment...
2004-12-17 Brian PaulVMS update
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 Brian Paulfix typos in texcoord setup - fixes perspective correct...
2004-12-16 Vladimir DergachevThe types uint32_t and uint8_t are not used in Mesa...
2004-12-16 Brian PaulExperimental PRINT instruction for NV_vertex_program.
2004-12-16 Brian Pauldon't divide texcoords by q if using a fragment program
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-15 Adam Jackson_glapi_* is effectively PUBLIC API for the DRI drivers.
2004-12-15 Adam JacksonMark the XF86DRI client-side extension API as PUBLIC.
2004-12-15 Adam Jacksonfxt1_decode_1() needs to be non-static for the tdfx...
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 Adam JacksonFix up glx/x11 to work when built with -fvisibility...
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 Keith WhitwellAdd some catchall commands to realclean target to remov...
2004-12-15 Daniel Borcaupdated makefiles for gcc 3.4.3 and bnu 2.15
2004-12-15 Daniel Borcaminor info update
2004-12-15 Daniel Borcaadded DMesaProc type to prevent gcc 3.4.3 warnings
2004-12-15 Daniel Borcaadded DMesaProc type to prevent gcc 3.4.3 warnings.
2004-12-15 Daniel Borcaprotected elfish code against non-elf compilers
2004-12-15 Brian Paulfixes for fragment programs
2004-12-15 Brian Paulinit span.w, dwdx, dwdy in case we're running a fragmen...
2004-12-15 Brian Paultweaks to the LIT instructions
2004-12-15 Brian Pauls/DP3/DP3_SAT/ to prevent negative values
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 Ian RomanickAdded many (hopefully all) missing 'output="true"'...
2004-12-13 Ian RomanickTrivial shell script to search the API definition file...
2004-12-13 Daniel Borcadisabled ClipMask usage in vb emitter (clipping bugs?)
2004-12-12 Brian Paulremoved unused visInfo var
2004-12-12 Brian Paulfix recursion problem introduced on Nov 27
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-10 Keith WhitwellFix a couple of glitches
2004-12-10 Daniel Borcaallow GetTexImage with RGBA format and COLOR_INDEX...
2004-12-09 Brian Paultypo
2004-12-09 Brian Paulbring in 6.2.1 changes
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 Borcamake sure we're cleaning up everything
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 Keith WhitwellDemonstrate using a color matrix for yuv-to-rgb convers...
2004-12-08 Alan HourihaneUse union type to avoid strict aliasing problems.
2004-12-08 Alan Hourihanesilence warnings
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-12-08 Alan Hourihanesilence warning
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 Borcaexplicit cast in a few places
2004-12-06 Daniel Borcadisable junk for mingw
2004-12-06 Daniel Borcasmall fix for debug paths
2004-12-06 Daniel Borcasync with glut/glx
2004-12-05 Brian Paulreport bugs at freedesktop.org
2004-12-05 Brian Pauldirect bug reports to freedesktop.org
2004-12-03 Ian RomanickMove common GLX code to glX_XML.py. This will make...
2004-12-03 Ian RomanickFix a minor bug in glXEnumFunction::PrintUsingTable...
2004-12-03 Brian Paulmask color indexes against palette size, per the spec
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 PaulUse the GL datatypes. Lots of assorted clean-ups.
2004-12-03 Brian Paulsilence warning
2004-12-03 Brian Paulre-disable TRACE
next