summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove long unused 'configure.ac' file.Kenneth Graunke2011-01-241-69/+0
* draw: Do not use LLVM's opaque types.José Fonseca2011-01-241-1/+1
* add machine generated files to .gitignoreTim Wiederhake2011-01-243-0/+4
* secure malloc in translate_cache_createTim Wiederhake2011-01-241-0/+4
* osmesa: mklib requires arguments before objectsChristopher James Halse Rogers2011-01-241-1/+1
* st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3.Michel Dänzer2011-01-241-4/+2
* r300g: remove unused functionMarek Olšák2011-01-241-22/+0
* r300g: remove any traces of depth_clampMarek Olšák2011-01-242-3/+2
* r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_paramMarek Olšák2011-01-241-0/+1
* r600c: only colors can be flat shadedAndre Maasikas2011-01-242-36/+9
* util: Add function logger helpersJakob Bornecrantz2011-01-242-0/+72
* Revert "r300g/swtcl: re-enable LLVM"Jakob Bornecrantz2011-01-243-24/+1
* draw: Init llvm if not providedJakob Bornecrantz2011-01-243-4/+18
* i915g: Remove draw_flushes and state that we don't need to trackJakob Bornecrantz2011-01-243-35/+16
* i915g: Improve constant handlingJakob Bornecrantz2011-01-241-7/+17
* r300g: Increase fragment shader limits for r400 cardsTom Stellard2011-01-238-72/+293
* gldirect: remove _NEW_ACCUMBrian Paul2011-01-233-6/+0
* i965: remove _NEW_ACCUMBrian Paul2011-01-231-1/+0
* nvc0: implement point coord replacementChristoph Bumiller2011-01-234-11/+59
* mesa: add ARB_framebuffer_sRGB as alias of the EXT variantMarek Olšák2011-01-231-0/+1
* mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupportedMarek Olšák2011-01-231-1/+8
* vega: sort filenames in Makefile, SConscriptBrian Paul2011-01-232-23/+24
* mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #definesBrian Paul2011-01-233-35/+30
* mesa: smarter glTexParameter state invalidationBrian Paul2011-01-231-25/+38
* r300g: support sRGB colorbuffersMarek Olšák2011-01-232-6/+52
* r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák2011-01-2313-121/+38
* nvc0: fix emit_cvt for ceil, floor and truncChristoph Bumiller2011-01-232-13/+22
* nvc0: remove bad assert and emit TEMP movs insteadChristoph Bumiller2011-01-231-2/+1
* nvc0: fix address and value slot assignment in load combiningChristoph Bumiller2011-01-231-1/+6
* nvc0: don't omit highest bit of branch targetChristoph Bumiller2011-01-231-1/+1
* nvc0: recognize r63 as zero in constant foldingChristoph Bumiller2011-01-233-13/+9
* nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller2011-01-236-4/+19
* nvc0: don't apply base vertex to per-instance arraysChristoph Bumiller2011-01-231-1/+3
* nvc0: commute sources of SET too if beneficialChristoph Bumiller2011-01-232-2/+2
* nvc0: accept neg abs modifiers on lg2Christoph Bumiller2011-01-231-1/+1
* glsl: Don't assert when the value returned by a function has no rvalueIan Romanick2011-01-221-13/+12
* st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul2011-01-225-18/+39
* softpipe: pass surface format to get/put_tile functionsBrian Paul2011-01-221-10/+12
* gallium/util: added pipe_put_tile_rgba_format()Brian Paul2011-01-222-1/+18
* gallium/util: simplify pipe_get_tile_rgba()Brian Paul2011-01-221-20/+1
* gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-223-70/+20
* softpipe: use proper type for format fieldBrian Paul2011-01-221-1/+1
* gallium/util: added util_format_linear()Brian Paul2011-01-221-1/+41
* st/mesa: update comment, use st_fb_orientation()Brian Paul2011-01-221-6/+8
* st/mesa: comments in update_viewport()Brian Paul2011-01-221-0/+4
* scons: Add support for GLES.Chia-I Wu2011-01-2212-9/+228
* mapi: ENTRY_CURRENT_TABLE_GET should be stringified.Chia-I Wu2011-01-221-1/+1
* glcpp: Regenerate parser files.Kenneth Graunke2011-01-211-229/+231
* glcpp: Remove use of talloc reference counting.Kenneth Graunke2011-01-211-13/+7
* glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke2011-01-216-15/+0