Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: create code path to handle primitive restart in hardware | Jordan Justen | 2012-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | For newer hardware we disable the VBO module's software handling of primitive restart. We now handle primitive restarts in brw_handle_primitive_restart. The initial version of brw_handle_primitive_restart simply calls vbo_sw_primitive_restart, and therefore still uses the VBO module software primitive restart support. Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | i965/gen6+: Add support for GL_ARB_blend_func_extended. | Eric Anholt | 2012-05-23 | 1 | -1/+1 |
| | | | | | | | v2: Add support for gen6, and don't turn it on if blending is disabled. (fixes GPU hang), and note it in docs/GL3.txt Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: add link to 8.0.3 release notes | Brian Paul | 2012-05-21 | 1 | -0/+1 |
| | |||||
* | docs: fix a typo | Homer Hsing | 2012-05-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | Import release notes for 8.0.3, add news item | Ian Romanick | 2012-05-18 | 2 | -0/+327 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | i965: Add support for GL_ARB_draw_buffers_blend. | Eric Anholt | 2012-05-04 | 1 | -1/+1 |
| | | | | | | Tested with piglit fbo-draw-buffers-blend and intel oglconform. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: another viewperf bug | Brian Paul | 2012-05-04 | 1 | -0/+5 |
| | |||||
* | docs: recommend 2GB of RAM for Viewperf tests | Brian Paul | 2012-04-20 | 1 | -0/+4 |
| | |||||
* | docs: overhaul the Mesa build/install instructions | Brian Paul | 2012-04-19 | 1 | -128/+123 |
| | | | | Rearrange thing in general. Mark the legacy Makefile system as deprecated. | ||||
* | docs: freshen up the download/unpack instructions | Brian Paul | 2012-04-19 | 1 | -21/+22 |
| | |||||
* | docs: Update GLSL 1.40 status. | Eric Anholt | 2012-04-16 | 1 | -1/+2 |
| | | | | Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Update that int textures got done for GL3. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Update that ARB_draw_instanced is on in i965. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Update TBO support. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
| | | | | | | | | All I know of that needs finishing in Mesa is to enable the extension in a GL3.1 core context on i965 -- we're not going to expose it in non-3.1 core contexts. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: document another viewperf bug in Maya-03 | Brian Paul | 2012-04-13 | 1 | -0/+31 |
| | |||||
* | docs: update GL3.txt for ARB_blend_func_extended | Dave Airlie | 2012-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Dave Airlie <[email protected]> | ||||
* | docs: document yet another viewperf bug | Brian Paul | 2012-04-11 | 1 | -1/+14 |
| | |||||
* | docs/GL3.txt: document ARB_blend_func_extended state | Dave Airlie | 2012-03-24 | 1 | -1/+1 |
| | | | | | I've written softpipe version in my tree, + gallium/mesa/glsl changes, however r600 currently hangs the GPU. | ||||
* | docs: fix html in bugs.html | Christopher Yeleighton | 2012-03-22 | 1 | -1/+2 |
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=47310 Signed-off-by: Brian Paul <[email protected]> | ||||
* | docs: Add 8.0.2 md5sums | Jakob Bornecrantz | 2012-03-21 | 1 | -1/+3 |
| | | | | | Signed-off-by: Jakob Bornecrantz <[email protected]> (cherry picked from commit 0bf0ba44de0cde5e041c188b409513866b7f5ab2) | ||||
* | docs: Add 8.0.2 release notes | Jakob Bornecrantz | 2012-03-21 | 3 | -0/+167 |
| | | | | | Signed-off-by: Jakob Bornecrantz <[email protected]> (cherry picked from commit 5f7204c3bbc070fce2f3351419a64362fe15a8c6) | ||||
* | docs: add info for installing dependencies on fedora | Alex Hultman | 2012-03-17 | 1 | -0/+8 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | docs: fix html in banner.html | Christopher Yeleighton | 2012-03-14 | 1 | -23/+23 |
| | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=47304 Signed-off-by: Brian Paul <[email protected]> | ||||
* | docs: fix up html tags in autoconf.html | Christopher Yeleighton | 2012-03-12 | 1 | -61/+37 |
| | | | | | | http://bugs.freedesktop.org/show_bug.cgi?id=47241 Signed-off-by: Brian Paul <[email protected]> | ||||
* | docs: Fix unclosed anchor tag in xlibdriver.html. | Kenneth Graunke | 2012-03-11 | 1 | -1/+1 |
| | | | | Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47205 | ||||
* | docs: add more MinGW prerequisite tips | Brian Paul | 2012-03-07 | 1 | -0/+8 |
| | | | | Provided by Charles Huber on the mesa-users list. | ||||
* | docs: remove mention of components no longer in main Mesa tree | Brian Paul | 2012-02-29 | 1 | -10/+0 |
| | |||||
* | docs: News and release notes link for 8.0.1 | Ian Romanick | 2012-02-16 | 2 | -0/+8 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | docs: Add 8.0.1 release md5sums | Ian Romanick | 2012-02-16 | 1 | -1/+3 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> (cherry picked from commit d38a2952895d6e859e04bc5dc6d7cfa9f8c36f17) | ||||
* | docs: Add 8.0.1 release notes | Ian Romanick | 2012-02-16 | 1 | -0/+151 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> (cherry picked from commit fe77fd3983ba3da16ec53c58a790c381b07387ce) | ||||
* | docs: replace gitweb link with cgit link | Brian Paul | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | docs: remove link to the GLSL compiler page | Brian Paul | 2012-02-10 | 1 | -1/+0 |
| | | | | | The page is terribly out of date. (cherry picked from commit 65526d54aa2599b069bd443d3e6e9762e613042d) | ||||
* | docs: add VMware link | Brian Paul | 2012-02-10 | 1 | -1/+2 |
| | | | | (cherry picked from commit 6aa9ce2687637ee678fa4258eb9efa695fca8690) | ||||
* | docs: update info about supported systems, GPUs, APIs | Brian Paul | 2012-02-10 | 1 | -12/+56 |
| | | | | | Add link to Intel's Linux graphics page, etc. (cherry picked from commit 14cf3dd826938f0a8a6f32a81c634ecc835f7319) | ||||
* | docs: add news item for 8.0 release | Brian Paul | 2012-02-10 | 1 | -0/+10 |
| | | | | (cherry picked from commit 7aef839760d5216ec2a413092cae35fd223678a4) | ||||
* | docs: Add 8.0 MD5 checksums | Ian Romanick | 2012-02-10 | 1 | -1/+3 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> (cherry picked from commit fb56b0972dad8921bc43e1eeb4eebf5e3550e213) | ||||
* | Rename R300_NO_TCL envvar to RADEON_NO_TCL | Matt Turner | 2012-01-30 | 1 | -2/+2 |
| | | | | | | | | The envvar works for R100 and R200 too, and the classic R300 driver doesn't even exist anymore. "RADEON_NO_TCL" is already mentioned in the code and is the same envvar used for the R300g driver. | ||||
* | docs: add more potential dependencies for vmware guest driver | Brian Paul | 2012-01-18 | 1 | -1/+4 |
| | |||||
* | docs: add links to xf86-video-vmware wiki pages | Brian Paul | 2012-01-13 | 1 | -0/+9 |
| | |||||
* | docs: new page describing how to build, install VMware SVGA3D guest driver | Brian Paul | 2012-01-13 | 2 | -0/+186 |
| | |||||
* | docs: freshen up the introduction page with Mesa 8.0 info, etc | Brian Paul | 2012-01-13 | 1 | -4/+27 |
| | |||||
* | docs/GL3: consolidate FBO extensions into one ARB | Marek Olšák | 2012-01-12 | 1 | -3/+1 |
| | |||||
* | docs/GL3: document r300 extension support | Marek Olšák | 2012-01-12 | 1 | -24/+24 |
| | |||||
* | docs/GL3: document what's missing for GL3 | Marek Olšák | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Clean up GL3 status | Matt Turner | 2012-01-11 | 1 | -39/+39 |
| | | | | | Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Matt Turner <[email protected]> | ||||
* | softpipe: Document new llvm flag | Jakob Bornecrantz | 2012-01-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Jakob Bornecrantz <[email protected]> | ||||
* | mesa: Bump version to 8.0 (devel) | Kenneth Graunke | 2012-01-09 | 2 | -6/+6 |
| | | | | | | | Also update the release notes to mention that Mesa 8.0 implements OpenGL 3.0. Signed-off-by: Kenneth Graunke <[email protected]> | ||||
* | docs: update GL3 status | Marek Olšák | 2011-12-17 | 1 | -2/+2 |
| | |||||
* | docs: list GL_OES_compressed_ETC1_RGB8_texture in 7.12 release notes | Chia-I Wu | 2011-12-02 | 1 | -0/+1 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | gallium/failover: Remove the deprecated module. | Kai Wasserbäch | 2011-11-30 | 1 | -4/+3 |
| | | | | | Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: José Fonseca <[email protected]> |