Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set DO_DEBUG=0 | Brian Paul | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | only enabled memcpy timing if DO_DEBUG=1 | Brian Paul | 2006-11-03 | 1 | -23/+28 |
| | |||||
* | Fix GL_EXT_packed_depth_stencil crash, but shadowtex still broken | Brian Paul | 2006-11-02 | 2 | -1/+5 |
| | |||||
* | Fix fragment program fog problems found with Glean. | Brian Paul | 2006-11-02 | 1 | -1/+12 |
| | | | | | | 1. add PROGRAM_CONSTANT to switch() in src_vector(). 2. use _mesa_append_fog_code() to handle fog options in i915ProgramStringNotify(). 3. Re-enable some vertex attribute emit code that was previously disabled in i915ValidateFragmentProgram(). | ||||
* | Call _mesa_problem() from i915_program_error() so we get a nice error message. | Brian Paul | 2006-11-02 | 1 | -5/+2 |
| | |||||
* | Fixes Glean vertex/fragment test failures. Those tests never called | Brian Paul | 2006-11-02 | 1 | -0/+10 |
| | | | | glViewport so the viewport was 0 by 0 pixels. | ||||
* | remove GetBufferSize code | Brian Paul | 2006-11-02 | 1 | -28/+0 |
| | |||||
* | remove unneeded extern declaration of lockMutex | Brian Paul | 2006-11-02 | 1 | -3/+0 |
| | |||||
* | bump driver date | Brian Paul | 2006-11-02 | 1 | -1/+1 |
| | |||||
* | Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often | Brian Paul | 2006-11-02 | 3 | -2/+3 |
| | | | | | need to check for this condition before the later field has been computed. Fixes logicop bug #8860. | ||||
* | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 3 | -14/+7 |
| | |||||
* | Don't use the x/y/width/height params passed to Clear(). Get them | Brian Paul | 2006-11-01 | 2 | -31/+22 |
| | | | | after locking. Next: remove the params altogether. | ||||
* | disable debug printfs | Brian Paul | 2006-11-01 | 2 | -4/+7 |
| | |||||
* | fix compiler warnings | Keith Whitwell | 2006-11-01 | 1 | -0/+1 |
| | |||||
* | Patch from <[email protected]> -- pass program string | Keith Whitwell | 2006-11-01 | 1 | -0/+2 |
| | | | | notification callback through to tnl/ module, fixes glean crash. | ||||
* | Merge texmem-0-3-branch. | Keith Whitwell | 2006-11-01 | 1 | -0/+1 |
| | |||||
* | Import texmem i915 driver to its new location as i915tex. | Keith Whitwell | 2006-11-01 | 73 | -0/+25933 |