summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2005-09-14remove unused varsBrian Paul
2005-09-14remove _tnl_MakeCurrent callBrian Paul
2005-09-14Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul
2005-09-14fix breakage from Brians changes earlierDave Airlie
2005-09-14pageflip change from radeon driverBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-14make some funcs staticBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-14use mklib script to make drivers instead of gcc -sharedBrian Paul
2005-09-14updated commentBrian Paul
2005-09-14make some functions staticBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-14added driUpdateFramebufferSize()Brian Paul
2005-09-13replace semicolon with &&Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-13just some reformattingBrian Paul
2005-09-13init StencilOpSeparate to NULLBrian Paul
2005-09-12added a return upon out-of-memory, remove a needless assignmentBrian Paul
2005-09-12restore brace lost in previous check-inBrian Paul
2005-09-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger
2005-09-11add 1002:5460 M22 X300 cardDave Airlie
2005-09-11Silence some warnings.Brian Paul
2005-09-10fix a problem w/ color index mode when CHAN_BITS=16Brian Paul
2005-09-10add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger
2005-09-10add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...Roland Scheidegger
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul
2005-09-09add missing fallback string for ARB_vertex_programRoland Scheidegger
2005-09-09Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...Roland Scheidegger
2005-09-08use an explicit reserved field, rather than magic number in boundKeith Whitwell
2005-09-08Fix the comment for the 'bound' field: it's a bitmask, not an index.Brian Paul
2005-09-08Treat NegateBase as a bitfield, not a boolean.Keith Whitwell
2005-09-08 Committing in .Jouk Jansen
2005-09-07some clean-up and re-org for renderbuffersBrian Paul
2005-09-07some updates, but code still out of dateBrian Paul
2005-09-07try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()Brian Paul
2005-09-06added viaRenderbufferStorage() functionBrian Paul
2005-09-06Use mklib script instead of ar. Make libmesa.a instead of mesa.aBrian Paul
2005-09-05make some functions staticBrian Paul
2005-09-05make r128SpanRenderStart/Finish staticBrian Paul
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz
2005-09-05remove _swrast_DrawBufferKarl Schultz
2005-09-04just formatting clean-upsBrian Paul
2005-09-04Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul
2005-09-04Further clean-up and simplification of the span-related functions.Brian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-04Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()Brian Paul
2005-09-04minor clean-upsBrian Paul
2005-09-04replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul