summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-02scons: Add Mac OS to target platform list.Vinson Lee
2009-12-02progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee
2009-12-02progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee
2009-12-02demos/glsl: Add missing break statement to noise test.Vinson Lee
2009-12-02progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Add missing break statement in multinoise.c.Vinson Lee
2009-12-02progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee
2009-12-02progs/glsl: Include local headers before installed headers during compilation.Vinson Lee
2009-12-02progs/glsl: minor Makefile clean-upsBrian Paul
2009-12-02progs: Ignore Mac OS dSYM directories.Vinson Lee
2009-12-02cell: added tex_usage param to xm_surface_buffer_create()Brian Paul
2009-12-01progs/demos: remove unused glFogCoordPointer_ext varBrian Paul
2009-12-01Simplify hackery added to fix AIX build.Tom Fogal
2009-12-01intel: Remove GL_NV_point_sprite from extension listIan Romanick
2009-11-30mesa: set version string to 7.6.1-rc2Ian Romanick
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick
2009-11-29i915: Enable point sprite coordinate generationIan Romanick
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-23i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick
2009-11-23shaderutil: Fix detection of shadersIan Romanick
2009-11-23autoconf: Fix case for not having packageJakob Bornecrantz
2009-11-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer
2009-11-19docs: document fixes for AIXBrian Paul
2009-11-19gl: added mangled glXGetProcAddressARB defineTom Fogal
2009-11-19progs: Fix quoting issue with empty set of PROGRAM_DIRS.Tom Fogal
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal
2009-11-19docs: removed VC6/7 project filesBrian Paul
2009-11-19docs: update news file for 7.6.1 releaseBrian Paul
2009-11-19docs: remove VC6/7 project file infoBrian Paul
2009-11-19mesa: omit VC6, VC7 project files from tarballsBrian Paul
2009-11-19windows: remove old VC6 project files directoryBrian Paul
2009-11-18r600: disable compressed texture supportAlex Deucher
2009-11-18docs: Add note about r600Alex Deucher
2009-11-18Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher
2009-11-18mesa: set version string to 7.6.1-rc1Brian Paul
2009-11-18xorg/st: fixup builds against later dpms headers.Brian Paul
2009-11-17docs: i965 clipping fixBrian Paul
2009-11-12i965: Fix Ironlake shadow comparisons.Eric Anholt
2009-11-12i965: Fix VBO last-valid-offset setup on Ironlake.Eric Anholt
2009-11-11i965: fix EXT_provoking_vertex supportRoland Scheidegger
2009-11-10i965: Fix VS constant buffer value loading.Eric Anholt
2009-11-10i965: Unalias src/dst registers for SGE and friends.Eric Anholt
2009-11-10i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.Eric Anholt
2009-11-09r600: don't emit htile regsAlex Deucher
2009-11-07prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNVIan Romanick
2009-11-07prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARBIan Romanick