Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many ↵ | Brian | 2007-10-23 | 1 | -4/+7 |
| | | | | instructions | ||||
* | add directfb glut sources to tarball | Brian | 2007-10-23 | 1 | -0/+3 |
| | |||||
* | don't apply ColorMask to main gc | Brian | 2007-10-22 | 1 | -7/+6 |
| | |||||
* | i915tex: Don't emit 'empty' blit rectangles. | Michel Dänzer | 2007-10-17 | 1 | -0/+3 |
| | | | | | The hardware seems to interpret them differently and produce unexpected results... | ||||
* | fix fog, rescale_normals bugs (from gallium branch) | Brian | 2007-10-15 | 1 | -3/+5 |
| | |||||
* | faster write_rgba_span_front() | Andreas Micheler | 2007-10-15 | 1 | -17/+78 |
| | |||||
* | replace 'brick' with correct program name in printfs | Brian | 2007-10-10 | 4 | -10/+10 |
| | |||||
* | fix force_s3tc_enable option | Mrc Gran | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | Ignore more generated files in progs/ | Dan Nicholson | 2007-10-10 | 16 | -17/+180 |
| | | | | | | | | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. Conflicts: progs/demos/.gitignore progs/tests/.gitignore progs/xdemos/.gitignore | ||||
* | Brian's fix for bug9829 | Xiang, Haihao | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | minor fog calc cleanup | Roland Scheidegger | 2007-10-03 | 1 | -12/+8 |
| | |||||
* | fog: fix issues with negative fog coords (may fix #10529) | Roland Scheidegger | 2007-10-03 | 1 | -7/+22 |
| | | | | | | | Rework tnl fog a bit. Make sure we always use ABS(eyez) when fog coord source is depth, OTOH it does not seem to be necessary to use it (as was done before in some cases) if fog coord source is fogcoord (just to save some work). This fixes tests/fog (the first 2 cases) with i915/i915tex. | ||||
* | make sure optimized fog params get updated | Roland Scheidegger | 2007-10-03 | 1 | -0/+2 |
| | |||||
* | unbreak 3d textures (typo when setting tex layout) | Roland Scheidegger | 2007-10-03 | 1 | -1/+1 |
| | |||||
* | i915tex: Work around texture pitch related performance drops on i915 at least. | Michel Dänzer | 2007-10-03 | 1 | -1/+10 |
| | |||||
* | updated glext.h license info (Khronos), plus other clean-ups | Brian | 2007-10-01 | 1 | -13/+16 |
| | |||||
* | fix VBO-split infinite loop (bug 12164) | Brian | 2007-09-29 | 1 | -4/+3 |
| | |||||
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 35 | -81/+93 |
| | |||||
* | update the DRM/DRI instructions | Brian | 2007-09-28 | 1 | -36/+17 |
| | |||||
* | i965: fix vblank on 965gm laptops by bringing in code from i915 | Dave Airlie | 2007-09-28 | 2 | -1/+45 |
| | | | | | jbarnes has better fixes for this in 7.1, but for 7.0.2 this seems like the best plan, for distros to pick it up. | ||||
* | mesa: make sure the gotten value isn't greater than the | Xiang, Haihao | 2007-09-27 | 1 | -2/+5 |
| | | | | max depth buffer value on 64bit system. fix bug #12095 | ||||
* | i965: handle all unfilled mode in clip stage. fix bug #12453 | Xiang, Haihao | 2007-09-27 | 1 | -0/+4 |
| | |||||
* | prep for 7.0.2 release | Brian | 2007-09-27 | 2 | -1/+8 |
| | |||||
* | for Miniglx, use git sources | Brian | 2007-09-27 | 1 | -0/+6 |
| | |||||
* | bump versions to 7.0.2 | Brian | 2007-09-27 | 3 | -8/+8 |
| | |||||
* | fix blend bug 12164 | Brian | 2007-09-27 | 1 | -0/+1 |
| | |||||
* | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian | 2007-09-27 | 6 | -0/+78 |
| | |||||
* | [i965] Bug #11812: Fix fwrite return value checks in AUB file code. | Roland Bär | 2007-09-26 | 1 | -8/+8 |
| | |||||
* | fix fd.o bug #12217, recalcuate urb when clip plane size change | Zou Nan hai | 2007-09-26 | 1 | -1/+1 |
| | |||||
* | i965: The cube map texture coordinates must be devided by the | Xiang, Haihao | 2007-09-26 | 1 | -1/+51 |
| | | | | | component with the largest absolute value before they are delivered. fix bug #12421 | ||||
* | fix a bug in 965 ARB_occlusion_query, | Zou Nan hai | 2007-09-26 | 1 | -2/+2 |
| | | | | fd.o bug #12132 | ||||
* | fix DrawRangeElements error msg | Brian | 2007-09-23 | 1 | -1/+1 |
| | |||||
* | fix -D_BSD_SOURC | Brian | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | fix for __IBMC__ | Brian | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | added bluegene-xlc-osmesa, fortran fixes | Brian | 2007-09-20 | 1 | -0/+2 |
| | |||||
* | fixes for bluegene-xlc-osmesa config | Brian | 2007-09-20 | 2 | -1/+2 |
| | |||||
* | Added bluegene-xlc-osmesa config (Alexander Neundorf) | Brian | 2007-09-20 | 1 | -0/+29 |
| | |||||
* | fix bug 10604 | Brian | 2007-09-14 | 1 | -0/+1 |
| | |||||
* | From trunk: mesa: bind VBO_ATTRIB_XXX to correct input array when executing ↵ | Brian | 2007-09-14 | 1 | -2/+4 |
| | | | | | | a display list. fix #10604 This also fixes Bill Mitchell's Fortan/plot bug. | ||||
* | updated link | Brian | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | fix glCopyPixel/glPixelZoom bug 12417) | Brian | 2007-09-14 | 1 | -0/+1 |
| | |||||
* | fix copypixels overlap test bug (#12417) | Brian | 2007-09-14 | 1 | -2/+9 |
| | |||||
* | fix ARB fp/vp parsing bug 12313 | Brian | 2007-09-13 | 1 | -0/+1 |
| | |||||
* | added program_error2() function for better error reporting | Brian | 2007-09-13 | 1 | -46/+59 |
| | |||||
* | Fix state.texgen parsing error (bug 12313). | Brian | 2007-09-13 | 1 | -5/+12 |
| | | | | Replace *(*inst++) with *(*inst)++ in a few places. | ||||
* | added .pc.in files to tarballs | Brian | 2007-09-13 | 1 | -0/+4 |
| | |||||
* | added DSTDIR, pkg-config items | Brian | 2007-09-12 | 1 | -0/+2 |
| | |||||
* | updated with pkg-config info | Brian | 2007-09-12 | 1 | -0/+20 |
| | |||||
* | pkg-config support | Dan Nicholson | 2007-09-12 | 9 | -4/+90 |
| | |||||
* | DESTDIR support. | Dan Nicholson | 2007-09-12 | 7 | -24/+32 |
| |