aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* use mklib script to make drivers instead of gcc -sharedBrian Paul2005-09-141-3/+2
* updated commentBrian Paul2005-09-141-2/+4
* make some functions staticBrian Paul2005-09-141-2/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-7/+3
* added driUpdateFramebufferSize()Brian Paul2005-09-142-2/+29
* replace semicolon with &&Brian Paul2005-09-131-3/+3
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-1320-128/+152
* just some reformattingBrian Paul2005-09-131-8/+10
* init StencilOpSeparate to NULLBrian Paul2005-09-131-0/+1
* added a return upon out-of-memory, remove a needless assignmentBrian Paul2005-09-121-2/+2
* restore brace lost in previous check-inBrian Paul2005-09-121-0/+1
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-1211-79/+795
* add 1002:5460 M22 X300 cardDave Airlie2005-09-111-0/+2
* Silence some warnings.Brian Paul2005-09-111-4/+9
* fix a problem w/ color index mode when CHAN_BITS=16Brian Paul2005-09-101-3/+3
* add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger2005-09-102-0/+58
* add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...Roland Scheidegger2005-09-101-7/+97
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-1011-66/+58
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-096-0/+6
* remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul2005-09-097-8/+6
* add missing fallback string for ARB_vertex_programRoland Scheidegger2005-09-091-1/+2
* Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...Roland Scheidegger2005-09-092-2/+2
* use an explicit reserved field, rather than magic number in boundKeith Whitwell2005-09-082-2/+5
* Fix the comment for the 'bound' field: it's a bitmask, not an index.Brian Paul2005-09-082-2/+5
* Treat NegateBase as a bitfield, not a boolean.Keith Whitwell2005-09-081-1/+5
* Committing in .Jouk Jansen2005-09-081-0/+3
* some clean-up and re-org for renderbuffersBrian Paul2005-09-074-113/+132
* some updates, but code still out of dateBrian Paul2005-09-072-54/+8
* try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()Brian Paul2005-09-071-11/+27
* added viaRenderbufferStorage() functionBrian Paul2005-09-061-2/+13
* Use mklib script instead of ar. Make libmesa.a instead of mesa.aBrian Paul2005-09-062-2/+2
* make some functions staticBrian Paul2005-09-052-8/+15
* make r128SpanRenderStart/Finish staticBrian Paul2005-09-051-2/+4
* Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz2005-09-053-33/+34
* remove _swrast_DrawBufferKarl Schultz2005-09-051-1/+0
* just formatting clean-upsBrian Paul2005-09-041-9/+13
* Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul2005-09-043-21/+21
* Further clean-up and simplification of the span-related functions.Brian Paul2005-09-042-49/+44
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-0420-249/+373
* Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()Brian Paul2005-09-043-10/+6
* minor clean-upsBrian Paul2005-09-043-6/+3
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-046-42/+24
* Use InitPointers helperBrian Paul2005-09-047-124/+29
* Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.Brian Paul2005-09-041-23/+29
* Added InitPointers helper functionBrian Paul2005-09-041-0/+10
* replace assertion with a conditional returnBrian Paul2005-09-041-2/+6
* Remove last remnants of pre-renderbuffer code.Brian Paul2005-09-031-2/+2
* renderbuffer updatesBrian Paul2005-09-031-68/+14
* SetBuffer, renderbuffer changesBrian Paul2005-09-034-147/+32
* use new InitStencil/DepthPointer functionsBrian Paul2005-09-033-127/+16