Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: flush bitmap cache on query and conditional render boundaries | Vadim Girlin | 2011-07-13 | 1 | -0/+5 |
| | | | | | | | | | | Bitmap caching shouldn't affect the results of the queries and conditional render. NOTE: This is a candidate for the 7.11 branch. Signed-off-by: Vadim Girlin <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | st/mesa: GenerateMipmap should not be killed by conditional rendering | Marek Olšák | 2011-05-30 | 1 | -2/+9 |
| | | | | | | NOTE: This is a candidate for the 7.10 branch. Reviewed-by: Brian Paul <[email protected]> | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | st/mesa: clean-up: use st_context() everywhere | Brian Paul | 2010-04-23 | 1 | -2/+2 |
| | |||||
* | st/mesa: Silence uninitialized variable warning. | Vinson Lee | 2010-01-26 | 1 | -0/+1 |
| | |||||
* | st/mesa: implement conditional rendering | Brian Paul | 2009-12-31 | 1 | -0/+95 |