Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-24 | r600 : disable draw_prim for now. | Richard Li | |
2009-09-24 | gdi: Update for WGL state tracker interface changes. | José Fonseca | |
2009-09-24 | wgl: DWM integration. | José Fonseca | |
2009-09-24 | scons: Don't require -liberty on MinGW. | José Fonseca | |
Not always present. | |||
2009-09-24 | mesa: Fix missing finite symbol error on Windows. | José Fonseca | |
Caused by some weird logic regarding the __WIN32__ define which made the finite definition dependent on the header include order. | |||
2009-09-23 | r600: fix up ordering of functions in draw prims path | Alex Deucher | |
Shaders and IB need to be updated and allocated before calling validatebuffers. | |||
2009-09-23 | r600: fix r700PredictRenderSize for draw prims path | Alex Deucher | |
2009-09-23 | r600 : add hw index buffer draw support. | Richard Li | |
2009-09-23 | progs/perf: added glReadPixels benchmark | Brian Paul | |
2009-09-23 | progs/perf: also request a stencil buffer | Brian Paul | |
2009-09-23 | Finish removing glcore | Adam Jackson | |
2009-09-23 | r600: fix copy/paste typo | Alex Deucher | |
2009-09-23 | r600: fix some warnings | Alex Deucher | |
2009-09-23 | r600: add support for CUBE textures, also TXP | Andre Maasikas | |
seems to work here ... | |||
2009-09-23 | progs/perf: Actually bind the newly created vbo. | Michal Krol | |
2009-09-23 | llvmpipe: move tile cache datatypes into .c file since they're private | Brian Paul | |
2009-09-23 | softpipe: replace macros with inline functions | Brian Paul | |
And update comments. | |||
2009-09-23 | softpipe: white-space/formatting fixes and updated comments | Brian Paul | |
2009-09-23 | llvmpipe: added max texture/surface size sanity check | Brian Paul | |
Carried over from softpipe driver. | |||
2009-09-23 | llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture size | Brian Paul | |
2009-09-23 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/gallium/drivers/softpipe/sp_tile_cache.c | |||
2009-09-23 | softpipe: added max texture/surface size sanity check | Brian Paul | |
2009-09-23 | softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size | Brian Paul | |
2009-09-23 | Merge branch 'softpipe-opt' | Keith Whitwell | |
Conflicts: progs/demos/cubemap.c src/gallium/drivers/softpipe/sp_tex_sample.c src/gallium/drivers/softpipe/sp_texture.c | |||
2009-09-23 | gallium/include: update some comments | Keith Whitwell | |
2009-09-23 | st/xorg: fix a typo | Zack Rusin | |
it'd be too easy, eh | |||
2009-09-23 | st/xorg: keep the user buffer contents around | Zack Rusin | |
Michel noticed that they were getting out of scope | |||
2009-09-23 | progs/perf: set TexSubImage4=FALSE | Brian Paul | |
2009-09-23 | wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks. | José Fonseca | |
While the WGL API has been stale for decades now, the ICD interface has been updated with new Windows versions, so it is much easier to define everything in terms of the ICD interfaces, which is pretty much what Microsoft's opengl32.dll does anyway. | |||
2009-09-23 | gdi: Update for WGL statetracker source reorg. | José Fonseca | |
2009-09-23 | wgl: Flatten the source tree. | José Fonseca | |
It is easier to have the WGL API on top of the ICD callbacks as Microsoft's own implementation does, than to have a seperate shared entity. This source reorganization is in antecipation of that. | |||
2009-09-23 | wgl: Fix debug_printf format specifiers. | José Fonseca | |
2009-09-23 | gallium: Update vendor string. | José Fonseca | |
2009-09-22 | softpipe: fix bugs in POT texture sampling when texture is not square | root | |
Before, if level was greater than the logbase2(base size) we were doing a negative bit shift and winding up with garbage values. | |||
2009-09-22 | softpipe: additional assertions | Brian Paul | |
2009-09-22 | softpipe: disable a _debug_printf() | Brian Paul | |
2009-09-22 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-09-22 | mesa: don't re-use the meta glDrawPixels VBO; create a new one each time | Brian Paul | |
This should help to work around bugs 24083 and 23670. | |||
2009-09-22 | progs/perf: added glCopyTex[Sub]Image2D test | Brian Paul | |
2009-09-22 | r600 : add draw_prim support, make up one lost change. | Richard Li | |
2009-09-22 | r600 : add draw_prim support. | Richard Li | |
2009-09-22 | mesa: fix more buffer object error messages | Brian Paul | |
2009-09-22 | softpipe: need to write depth/stencil values even when stencil fails | Keith Whitwell | |
2009-09-22 | softpipe: set quad->facing value | Keith Whitwell | |
2009-09-22 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
Conflicts: src/mesa/main/bufferobj.c | |||
2009-09-22 | glx: include string.h to silence missing memset() prototype warning | Brian Paul | |
2009-09-22 | mesa: fix error message text | Brian Paul | |
2009-09-22 | r300: Fix crash reported in bug #24066 | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-09-22 | softpipe: fix polygon stipple | Keith Whitwell | |
2009-09-22 | progs/perf: test glGetTexImage() also | Brian Paul | |