summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Fix silly type mismatch error in multinoise demo.mesa_7_0_branchGary Wong1-4/+8
2008-12-13i965: Finish OPCODE_NOISEn instructions.Gary Wong1-14/+437
2008-12-13Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong3-0/+279
2008-12-13Ensure p.w is initialised in noise demo.Gary Wong1-0/+1
2008-11-05i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.Gary Wong2-10/+335
2008-11-03Fix for 58dc8b7: dest regions must not use HorzStride 0 in ExecSize 1Keith Packard1-0/+4
2008-10-31i965: implement the missing OPCODE_NOISE1 and OPCODE_NOISE2 instructions.Gary Wong2-3/+405
2008-10-29i965: support destination horiz strides in align1 access mode.Gary Wong2-3/+3
2008-10-28i965: Allocate temporaries contiguously with other regs in fragment shaders.Gary Wong2-3/+7
2008-09-29Fix fragment.position in textured CopyPixels.Gary Wong1-8/+12
2008-09-12i965: Add support for G41 chipset which is another 4 series chipset.Xiang, Haihao2-1/+3
2008-09-05mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul1-1/+1
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul10-224/+279
2008-09-02fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul1-6/+6
2008-08-28mesa: bump MAX_INSN to 350Brian Paul1-1/+1
2008-08-20added _mesa_get_uniformiv to mesa.defBrian Paul1-0/+1
2008-08-19mesa: fix float blend bugMark Anderson1-3/+4
2008-08-18mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul1-36/+53
2008-08-16added 7.0.4 tarball md5 checksumsBrian Paul1-0/+9
2008-08-167.0.4 updatesBrian Paul3-2/+9
2008-08-16added glu.exports to tarball listBrian Paul1-0/+1
2008-08-16wrap-up for 7.0.4Brian Paul1-1/+2
2008-08-15r300: Fix 3D texture support.Michel Dänzer2-3/+7
2008-08-15r300: some initial register info from doc dropDave Airlie3-4/+31
2008-08-13mesa: disable accidentally enabled debug codeBrian Paul1-2/+2
2008-08-11version 20 of glxext.hBrian Paul1-2/+34
2008-08-11version 41 of glext.hBrian Paul1-2/+380
2008-08-08mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul1-30/+90
2008-08-06mesa: glsl: count number of temp regs usedHaihao Xiang2-4/+36
2008-08-06fix some FBO/texture queries (bug 15296)Brian Paul1-2/+12
2008-08-04mesa: re-define NEED_SECONDARY_COLOR. fix #14310.Xiang, Haihao1-0/+2
2008-08-03added null ptr check (fix bug 16959)Brian Paul1-1/+2
2008-07-29disable GL_ARB_shading_language_120 until 1.20 features are completeBrian Paul1-2/+2
2008-07-28r300: Fix off-by-one error in calculation of scissor cliprect.Michel Dänzer1-2/+2
2008-07-18intel: fix texture border issue (bug #16697)Xiang, Haihao3-4/+13
2008-07-18i965: Add a MI_FLUSH before MI_BATCH_BUFFER_END.Xiang, Haihao1-6/+7
2008-07-17mesa: regenerated fileBrian Paul1-482/+483
2008-07-17mesa: fix/improve the atan(y,x) functionBrian Paul1-10/+11
2008-07-17mesa: added checks for OpenBSDBrad Smith1-0/+18
2008-07-16mesa: regenerated fileBrian Paul1-18/+18
2008-07-16mesa: fix temp re-use bug in emit_arith()Brian Paul1-8/+20
2008-07-16mesa: fix copy&paste errors in degrees() functionsBrian Paul1-3/+3
2008-07-16mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2-42/+30
2008-07-15additional preprocessor checks for stdint.h, inttypes.h, etcBlair Sadewitz2-7/+7
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz1-0/+8
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz1-1/+2
2008-07-15mesa: check for __INTERIX to typedef uintptr_tBlair Sadewitz1-0/+6
2008-07-15mesa: regenerated fileBrian Paul1-441/+442
2008-07-15mesa: add missing IR_LOG2 caseBrian Paul1-2/+3
2008-07-15mesa: fix some broken /= operatorsBrian Paul1-3/+4