summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-26mesa: s/height/depth/ in texsubimage()7.10Brian Paul1-1/+1
2011-05-26glsl: Fix memory error when creating the supported version string.Kenneth Graunke1-1/+1
2011-05-19intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke1-2/+11
2011-05-18draw: Fix draw_variant_output::format's type.José Fonseca2-3/+4
2011-05-18glsl: add cast to silence signed/unsigned comparison warningBrian Paul1-1/+1
2011-05-18glsl: add static qualifier to silence warningBrian Paul2-2/+2
2011-05-13r300/compiler: align memory allocations to 8-bytesMatt Turner1-1/+1
2011-05-12mesa: Fix GetVertexAttrib* inside display lists.José Fonseca1-3/+3
2011-05-11r300/compiler: Limit instructions to 3 source selectsTom Stellard3-37/+102
2011-05-06configure: bump LIBDRM_REQUIRED to 2.4.24Alex Buell1-1/+1
2011-05-06r600c/g: Add pci id for FirePro 2270Kostas Georgiou3-0/+3
2011-05-03r600g: add new pci idsAlex Deucher1-0/+4
2011-05-03r600c: add new pci idsAlex Deucher2-0/+8
2011-04-30mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.José Fonseca1-1/+1
2011-04-21glsl: Regenerate compiler and glcpp files from cherry picksIan Romanick1-39/+43
2011-04-21glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).Carl Worth1-1/+5
2011-04-21glcpp: Simplify calling convention of parser's active_list functionsCarl Worth1-38/+38
2011-04-20i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke3-15/+25
2011-04-20intel: Fix ROUND_DOWN_TO macroIan Romanick1-3/+27
2011-04-20i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.Eric Anholt3-4/+14
2011-04-20intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.Kenneth Graunke1-5/+8
2011-04-20i965: Resolve implied moves in brw_dp_READ_4_vs_relative.Kenneth Graunke1-1/+3
2011-04-20i965: Refactor Sandybridge implied move handling.Kenneth Graunke1-36/+31
2011-04-20i965: Align interleaved URB write length to 2Zou Nan hai1-1/+9
2011-04-20docs: replace llvmpipe/README with docs/llvmpipe.htmlBrian Paul2-34/+101
2011-04-20llvmpipe: document issue with LLVM 2.8 and earlier with AVXBrian Paul1-0/+4
2011-04-20llvmpipe: Update readme.José Fonseca1-21/+2
2011-04-20Check for out of memory when creating fenceAlan Hourihane1-0/+3
2011-04-20gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee1-0/+2
2011-04-19Makefile: add missing Scons filesBrian Paul1-0/+12
2011-04-19scons: remove dangling reference to state_trackers/python/SConscriptBrian Paul1-1/+0
2011-04-18r300/compiler: Fix dataflow analysis bug with ELSE blocksTom Stellard1-0/+7
2011-04-16r300/compiler: Fix incorrect presubtract conversionTom Stellard1-0/+24
2011-04-11ir_to_mesa: Handle shadow compare w/projection and LOD bias correctlyIan Romanick1-2/+26
2011-04-11glsl: Fix off-by-one error setting max_array_access for non-constant indexingIan Romanick1-1/+1
2011-04-11i965/fs: Switch W and 1/W in Sandybridge interpolation setup.Kenneth Graunke1-4/+4
2011-04-11docs: add link to 7.10.2 release notesBrian Paul1-0/+1
2011-04-06docs: Add 7.10.2 md5sumsIan Romanick1-2/+7
2011-04-06docs: update news.html with 7.10.2 releasemesa-7.10.2Ian Romanick1-0/+7
2011-04-06docs: Add change log to 7.10.2 release notesIan Romanick1-1/+121
2011-04-06mesa: Remove nonexistant files from _FILES listsIan Romanick1-3/+1
2011-04-06mesa: set version string to 7.10.2Ian Romanick2-3/+3
2011-04-06docs: Initial bits of 7.10.2 release notesIan Romanick1-0/+81
2011-04-06r300/compiler: Don't try to convert RGB to Alpha in full instructionsTom Stellard1-1/+2
2011-04-05Revert "i965: bump VS thread number to 60 on SNB"Ian Romanick2-11/+2
2011-04-05glcpp: Refresh autogenerated lexer filesIan Romanick1-291/+223
2011-04-05r300/compiler: Fix vertex shader MAD instructions with constant swizzlesTom Stellard1-0/+18
2011-04-05glsl: silence warning in printf() with a castBrian Paul1-1/+1
2011-04-05st/mesa: Apply LOD from texture objectFabian Bieler1-1/+2
2011-04-05st/mesa: Apply LOD bias from correct texture unitBrian Paul1-1/+1