Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-23 | r600: add support for CUBE textures, also TXP | Andre Maasikas | |
seems to work here ... | |||
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 | 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 | 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 | softpipe: fix occlusion counting | Keith Whitwell | |
2009-09-22 | st/xorg: Fix two leeks | Jakob Bornecrantz | |
We where leaking both surfaces in the composit code and textures from pixmaps. | |||
2009-09-22 | i915g: Activate trace | Jakob Bornecrantz | |
2009-09-22 | i915g: Do propper references of surfaces in context | Jakob Bornecrantz | |
2009-09-21 | vbo: added comment about max array index | Brian Paul | |
2009-09-21 | vbo: restore some lost warning output | Brian Paul | |
2009-09-21 | GLX: Warn only once about applications calling GLX 1.3 functions | Tormod Volden | |
The warnings introduced in 1f309c40b8065b8729fce631540c66e4b50b84df would pour out generously from some applications. This patch adds a "warn once" wrapper macro, heavily inspired by src/mesa/drivers/dri/r600/radeon_debug.h Signed-off-by: Tormod Volden <debian.tormod@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2009-09-21 | vbo: disable the GL_ARB_draw_elements_base_vertex rebase path | Brian Paul | |
This was introduced with commit 92d7ed8a20d4a018ce5324e6537ae7b478b9e5bf. It causes rendering of stray polygons (with sw rendering at least) when running the OGL Distilled / Picking demo (click on an object). This needs additional debugging to fix/restore. Found one suspect thing: in _tnl_draw_prims() there's some mixed signed/ unsigned arithmetic/comparing at line 422 that may be incorrect. | |||
2009-09-21 | selinux: Fix mmap() return value check | Adam Jackson | |
2009-09-21 | mesa: refine the error checking vbo_exec_DrawRangeElements() | Brian Paul | |
If the 'end' index is out of bounds issue a warning as before. But instead of just no-op'ing the draw call, examine the actual array indices to see if they're OK. If the max array index is out of bounds, issue another warning and no-op the draw call. Otherwise, draw normally. This is a debug build-only feature since it could impact performance. This "fixes" the missing torus in the OGL Distilled / Picking demo. | |||
2009-09-21 | mesa: make max_buffer_index() a non-static function | Brian Paul | |
2009-09-21 | radeon: update buffer map/unmap code for changes introduced in ↵ | Maciej Cencora | |
92033a9516942d7272ce4bf36ecd422009bbaf60 and 822c7964819ca1fcc270880d4ca8b3de8a4276d0 | |||
2009-09-21 | mesa: add some debug info to teximage.c | Maciej Cencora | |
2009-09-21 | r300: fix a typo | Maciej Cencora | |
2009-09-21 | swrast: fix cube face selection | Brian Paul | |
If arx and ary are equal, we still want to choose from one of them, and not arz. This is the same as Michal's softpipe fix. | |||
2009-09-21 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-21 | r600: fix typo in the last commit | Alex Deucher | |
128 gprs, 256 reg-based consts |