summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
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-1316-115/+139
| | | | ctx->Driver.Stencil*Separate() functions.
* just some reformattingBrian Paul2005-09-131-8/+10
|
* 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
|
* 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-095-0/+5
| | | | _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
|
* 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
|
* 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
|
* 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
|
* remove dead codeBrian Paul2005-09-032-107/+7
|
* remove SetBufferBrian Paul2005-09-032-26/+0
|
* SetBuffer, renderbuffer changesBrian Paul2005-09-0343-967/+380
|
* added flippedData field for page flipping, code to flip stereo color buffersBrian Paul2005-09-032-28/+54
|
* added SetStencil/DepthPointer functionsBrian Paul2005-09-032-0/+31
|
* remove SetBuffer(). Misc renderbuffer changes.Brian Paul2005-09-034-87/+12
|
* silence misc warningsBrian Paul2005-09-035-16/+23
|
* set depthHasSurface for stencil renderbufferBrian Paul2005-09-021-0/+1
|
* change scratch pointer from _int32_t to u_int32_t to silence warning. Is ↵Brian Paul2005-09-021-1/+1
| | | | this field actually used for anything?
* remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS codeBrian Paul2005-09-021-3/+1
|
* set depthHasSurface field for stencil renderbufferBrian Paul2005-09-021-0/+1
|