mesa.git
2004-12-30 Keith WhitwellFix MagFilter state for texunit 0
2004-12-30 Vladimir DergachevUpdate vertex buffer code (still does not work properly..)
2004-12-30 Vladimir DergachevUpdate to recent r300_lib.
2004-12-30 Vladimir DergachevHooked up projection matrix - the gears actually rotate !
2004-12-30 Vladimir DergachevRestructure code.
2004-12-30 Vladimir DergachevChange default RS settings so that glxgears will displa...
2004-12-30 Vladimir DergachevClarify some of the unkXXXX atoms.
2004-12-30 Vladimir DergachevPort viewport setting code from R200.
2004-12-29 Keith WhitwellFix some wrapping bugs in the last commit. Probably...
2004-12-29 Keith WhitwellSimplfy clear() and swapbuffers() code.
2004-12-29 Keith WhitwellUse Point._Size in calculation
2004-12-29 Keith Whitwelluse clamped Line._Width in calculations
2004-12-29 Keith WhitwellDon't advertise wide lines or points.
2004-12-29 Keith WhitwellMake line stipple a fallback.
2004-12-29 Keith WhitwellDon't pingpong cliprects through sarea on CopyBuffer().
2004-12-29 Keith WhitwellFallback on 3d textures correctly.
2004-12-29 Keith WhitwellGet twoside-lit triangles working again
2004-12-29 Keith WhitwellLarge update
2004-12-29 Vladimir DergachevRearrange code so we don't dump state as often.
2004-12-29 Vladimir DergachevGet most primitives working using immediate mode.
2004-12-29 Vladimir DergachevBring in latest revision of r300_lib.
2004-12-27 Vladimir DergachevUse R300_CMD_END3D for end_3d().
2004-12-27 Adam JacksonFix read-from-uninitialized in s3vMakeCurrent()
2004-12-27 Adam JacksonUnused variable cleanup.
2004-12-27 Adam JacksonBug #1859: Initialize 'size' before first use in intelT...
2004-12-27 Adam JacksonBuild s3v and trident by default too.
2004-12-27 Adam JacksonGet s3v building with a minimum of warnings.
2004-12-27 Vladimir DergachevImplement rendering of (flat color) QUAD primitives...
2004-12-27 Ian RomanickFixed two problems with the handling of GLX protocol...
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 Ian RomanickUsed GCC's __builtin_expect when available. Change...
2004-12-21 Keith WhitwellPush a number of global variables into the viaContext...
2004-12-21 Ian RomanickAdded some comments and fixed typeos. Slightly refacto...
2004-12-21 Daniel Borca`t' was not initialized (use `texture' instead?)
2004-12-21 Brian Paulfix bug in _mesa_IsTexture()
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-21 Daniel Borcamissing `or' in preprocessor conditional
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
next