summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many ↵Brian2007-10-231-4/+7
| | | | instructions
* add directfb glut sources to tarballBrian2007-10-231-0/+3
|
* don't apply ColorMask to main gcBrian2007-10-221-7/+6
|
* i915tex: Don't emit 'empty' blit rectangles.Michel Dänzer2007-10-171-0/+3
| | | | | The hardware seems to interpret them differently and produce unexpected results...
* fix fog, rescale_normals bugs (from gallium branch)Brian2007-10-151-3/+5
|
* faster write_rgba_span_front()Andreas Micheler2007-10-151-17/+78
|
* replace 'brick' with correct program name in printfsBrian2007-10-104-10/+10
|
* fix force_s3tc_enable optionMrc Gran2007-10-101-1/+1
|
* Ignore more generated files in progs/Dan Nicholson2007-10-1016-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 bug9829Xiang, Haihao2007-10-041-1/+1
|
* minor fog calc cleanupRoland Scheidegger2007-10-031-12/+8
|
* fog: fix issues with negative fog coords (may fix #10529)Roland Scheidegger2007-10-031-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 updatedRoland Scheidegger2007-10-031-0/+2
|
* unbreak 3d textures (typo when setting tex layout)Roland Scheidegger2007-10-031-1/+1
|
* i915tex: Work around texture pitch related performance drops on i915 at least.Michel Dänzer2007-10-031-1/+10
|
* updated glext.h license info (Khronos), plus other clean-upsBrian2007-10-011-13/+16
|
* fix VBO-split infinite loop (bug 12164)Brian2007-09-291-4/+3
|
* add support for LDFLAGS env varDan Nicholson2007-09-2835-81/+93
|
* update the DRM/DRI instructionsBrian2007-09-281-36/+17
|
* i965: fix vblank on 965gm laptops by bringing in code from i915Dave Airlie2007-09-282-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 theXiang, Haihao2007-09-271-2/+5
| | | | max depth buffer value on 64bit system. fix bug #12095
* i965: handle all unfilled mode in clip stage. fix bug #12453Xiang, Haihao2007-09-271-0/+4
|
* prep for 7.0.2 releaseBrian2007-09-272-1/+8
|
* for Miniglx, use git sourcesBrian2007-09-271-0/+6
|
* bump versions to 7.0.2Brian2007-09-273-8/+8
|
* fix blend bug 12164Brian2007-09-271-0/+1
|
* Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-276-0/+78
|
* [i965] Bug #11812: Fix fwrite return value checks in AUB file code.Roland Bär2007-09-261-8/+8
|
* fix fd.o bug #12217, recalcuate urb when clip plane size changeZou Nan hai2007-09-261-1/+1
|
* i965: The cube map texture coordinates must be devided by theXiang, Haihao2007-09-261-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 hai2007-09-261-2/+2
| | | | fd.o bug #12132
* fix DrawRangeElements error msgBrian2007-09-231-1/+1
|
* fix -D_BSD_SOURCBrian2007-09-201-1/+1
|
* fix for __IBMC__Brian2007-09-201-1/+1
|
* added bluegene-xlc-osmesa, fortran fixesBrian2007-09-201-0/+2
|
* fixes for bluegene-xlc-osmesa configBrian2007-09-202-1/+2
|
* Added bluegene-xlc-osmesa config (Alexander Neundorf)Brian2007-09-201-0/+29
|
* fix bug 10604Brian2007-09-141-0/+1
|
* From trunk: mesa: bind VBO_ATTRIB_XXX to correct input array when executing ↵Brian2007-09-141-2/+4
| | | | | | a display list. fix #10604 This also fixes Bill Mitchell's Fortan/plot bug.
* updated linkBrian2007-09-141-1/+1
|
* fix glCopyPixel/glPixelZoom bug 12417)Brian2007-09-141-0/+1
|
* fix copypixels overlap test bug (#12417)Brian2007-09-141-2/+9
|
* fix ARB fp/vp parsing bug 12313Brian2007-09-131-0/+1
|
* added program_error2() function for better error reportingBrian2007-09-131-46/+59
|
* Fix state.texgen parsing error (bug 12313).Brian2007-09-131-5/+12
| | | | Replace *(*inst++) with *(*inst)++ in a few places.
* added .pc.in files to tarballsBrian2007-09-131-0/+4
|
* added DSTDIR, pkg-config itemsBrian2007-09-121-0/+2
|
* updated with pkg-config infoBrian2007-09-121-0/+20
|
* pkg-config supportDan Nicholson2007-09-129-4/+90
|
* DESTDIR support.Dan Nicholson2007-09-127-24/+32
|