| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Standardize a few more uses of struct vs class keyword. | José Fonseca | 2010-08-14 | 5 | -12/+13 |
* | scons: Link talloc. | José Fonseca | 2010-08-14 | 1 | -0/+1 |
* | glsl: Silence gcc warning "control reaches end of non-void function". | José Fonseca | 2010-08-14 | 1 | -1/+1 |
* | mesa: Silence gcc warning "control reaches end of non-void function". | José Fonseca | 2010-08-14 | 1 | -0/+1 |
* | mesa: Silence gcc warning "missing initializer for member". | José Fonseca | 2010-08-14 | 1 | -28/+28 |
* | mesa: Recent versions of MSVC define the single precision functions already. | José Fonseca | 2010-08-14 | 1 | -1/+2 |
* | scons: Add new source files. | José Fonseca | 2010-08-14 | 1 | -0/+2 |
* | mesa: atan2f and powf need two args. | José Fonseca | 2010-08-14 | 1 | -2/+2 |
* | Merge branch 'master' into glsl2 | Ian Romanick | 2010-08-13 | 429 | -7546/+10325 |
|\ |
|
| * | r600g: fix color format, indentation, defines | Jerome Glisse | 2010-08-06 | 3 | -89/+93 |
| * | Revert "r600g: don't use dynamic state allocation for states" | Jerome Glisse | 2010-08-06 | 12 | -362/+647 |
| * | draw: Avoid mixed declarations and code. | Chia-I Wu | 2010-08-06 | 3 | -4/+4 |
| * | swrast: Reduce header file inclusion in s_aatriangle.h. | Vinson Lee | 2010-08-06 | 1 | -1/+1 |
| * | swrast: Reduce header file inclusion in s_aaline.h. | Vinson Lee | 2010-08-06 | 1 | -1/+1 |
| * | r300g: Remove unnecessary headers. | Vinson Lee | 2010-08-05 | 1 | -2/+0 |
| * | r600g: start to fix up multiple targets. | Dave Airlie | 2010-08-06 | 3 | -17/+50 |
| * | draw: Remove unnecessary vertex flag ANDs. | Chia-I Wu | 2010-08-06 | 1 | -19/+15 |
| * | draw: Mask out vertex flags in GS and stream output. | Chia-I Wu | 2010-08-06 | 2 | -2/+2 |
| * | draw: Include draw_decompose_tmp.h in draw_pt_decompose.h. | Chia-I Wu | 2010-08-06 | 2 | -296/+36 |
| * | draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h. | Chia-I Wu | 2010-08-06 | 2 | -138/+38 |
| * | draw: Include draw_decompose_tmp.h in draw_gs_tmp.h. | Chia-I Wu | 2010-08-06 | 2 | -171/+39 |
| * | draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h. | Chia-I Wu | 2010-08-06 | 2 | -252/+92 |
| * | draw: Add draw_decompose_tmp.h. | Chia-I Wu | 2010-08-06 | 1 | -0/+425 |
| * | r600g: add SRGB support. | Dave Airlie | 2010-08-06 | 3 | -4/+23 |
| * | r600g: fixup z format translations. | Dave Airlie | 2010-08-06 | 2 | -20/+24 |
| * | r600g: fix targetmask to work correctly. | Dave Airlie | 2010-08-06 | 1 | -2/+1 |
| * | r600g: improve supported format selection. | Dave Airlie | 2010-08-06 | 6 | -142/+212 |
| * | r600g: add bo wait after map. | Dave Airlie | 2010-08-06 | 1 | -0/+2 |
| * | st/mesa: Clean up header file inclusion in st_program.h. | Vinson Lee | 2010-08-05 | 3 | -5/+4 |
| * | r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0 | Marek Olšák | 2010-08-06 | 5 | -2/+18 |
| * | tgsi: Fix typo, so we follow what is in the comments | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+1 |
| * | tgsi: Add option to stop the sanity checker from printing | Jakob Bornecrantz | 2010-08-05 | 2 | -1/+15 |
| * | util: Add option to not dump cpu caps | Jakob Bornecrantz | 2010-08-05 | 1 | -17/+22 |
| * | st/mesa: Only get debug option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+3 |
| * | st/mesa: Only get mesa mvp dp4 option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+4 |
| * | llvmpipe: Only get no rast option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+5 |
| * | gallivm: Only get debug option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+3 |
| * | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee | 2010-08-05 | 2 | -1/+4 |
| * | nvfx: fix nv30 vertex program scalar opcodes | Luca Barbieri | 2010-08-06 | 1 | -1/+7 |
| * | nvfx: shut up unknown cap 64 warning | Luca Barbieri | 2010-08-06 | 1 | -0/+2 |
| * | st/mesa: Clean up header file inclusion in st_manager.h. | Vinson Lee | 2010-08-05 | 2 | -2/+6 |
| * | glsl: fix atan(0, -1) | Brian Paul | 2010-08-05 | 1 | -1/+1 |
| * | r600c: tiling require drm 2.6.0, not 2.5.0 | Alex Deucher | 2010-08-05 | 1 | -1/+1 |
| * | r600: add support for getting the tiling config via drm ioctl (v2) | Alex Deucher | 2010-08-05 | 1 | -0/+57 |
| * | r600: add new relocs for tiling support | Alex Deucher | 2010-08-05 | 2 | -18/+39 |
| * | r600: add span support for 2D tiling | Alex Deucher | 2010-08-05 | 4 | -5/+210 |
| * | r600g: don't use dynamic state allocation for states | Jerome Glisse | 2010-08-05 | 12 | -657/+361 |
| * | targets/egl: fix build | Joakim Sindholt | 2010-08-05 | 1 | -0/+1 |
| * | r300g: fix fb_state atom size | Marek Olšák | 2010-08-05 | 1 | -2/+6 |
| * | r300g: debug_print on startup whether we can use hyper-z | Marek Olšák | 2010-08-05 | 1 | -2/+4 |