aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)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
| | | | | call driUpdateFramebufferSize() when we detect changes in window size/ position in radeonGetLock().
* 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
| | | | ctx->Driver.Stencil*Separate() functions.
* 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 ↵Roland Scheidegger2005-09-1211-79/+795
| | | | code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me
* 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
| | | | the r200 and radeon driver
* add reverse-engeneered register bits needed for ATI_fragment_shader (Dave ↵Roland Scheidegger2005-09-101-7/+97
| | | | Airlie, me)
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-1011-66/+58
| | | | backOffset, backPitch, depthOffset, depthPitch, textureOffset fields.
* add _tnl_arb_vertex_program_stage to all drivers which already have ↵Roland Scheidegger2005-09-096-0/+6
| | | | _tnl_vertex_program_stage. Fixes crashes when using vertex programs. Tested on r200 only (fix by Keith Whitwell)
* remove the redundant textureSize field, use tex.size instead, it's always ↵Brian Paul2005-09-097-8/+6
| | | | the same value
* 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 ↵Roland Scheidegger2005-09-092-2/+2
| | | | ARB_vertex_program. Disable ARB_vertex_program by default - it is incredibly slow, and just plain doesn't work anyway (arbvptorus fails an assertion, arbvpmesh has bogus output)
* 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
| | | | In driTexturesGone(), set bound = 0, not 99.
* Treat NegateBase as a bitfield, not a boolean.Keith Whitwell2005-09-081-1/+5
|
* Committing in .Jouk Jansen2005-09-081-0/+3
| | | | | | | | Define suseconds_t for OpenVMS Modified Files: Mesa/src/mesa/drivers/x11/xm_dd.c ----------------------------------------------------------------------
* 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 ↵Karl Schultz2005-09-053-33/+34
| | | | warnings.
* 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
| | | | driNewRenderbuffer().
* Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()Brian Paul2005-09-043-10/+6
| | | | with pfCurrentPage value, in case it's initially 1 instead of 0.
* 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
|