summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-15intel: Bump driver dateintel_2009q1_rc3Ian Romanick1-1/+1
2009-04-15docs: more bug fixes for Mesa 7.4.1Ian Romanick1-0/+4
2009-04-15glx: added null pointer check in glXGetFBConfigs()Brian Paul1-1/+2
2009-04-11DRI2: Don't fault on NULL DrawBufferIan Romanick1-1/+1
2009-04-09dri2: Don't crash if the server returns more buffers than expected.Eric Anholt1-1/+1
2009-04-09intel / DRI2: Accept fake front-buffer from loaderIan Romanick1-0/+5
2009-04-09DRI2: Assume that there is always a front bufferIan Romanick1-7/+3
2009-04-09intel / DRI2: Track and flush front-buffer renderingIan Romanick3-0/+46
2009-04-09DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick2-1/+24
2009-04-09mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul1-4/+14
2009-04-07swrast: fix point rendering function selectionBrian Paul1-1/+4
2009-04-07docs: more bug fixes for Mesa 7.4.1Brian Paul1-0/+2
2009-04-07mesa: in mesa_add_named_constant(), avoid adding duplicate constantsBrian Paul1-7/+12
2009-04-07mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul1-5/+2
2009-04-07mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul1-2/+2
2009-04-07mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul1-3/+2
2009-04-07mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()Brian Paul1-2/+2
2009-04-06radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer1-14/+17
2009-04-03mesa: don't normalize spot light direction until validation timeBrian Paul1-2/+7
2009-04-03mesa: fix TexParameter functionsRoland Scheidegger1-58/+82
2009-04-02docs: fix TXB texture unit bias errorBrian Paul1-0/+1
2009-04-02mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul1-0/+3
2009-04-02mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul1-24/+28
2009-04-02mesa: use correct tex unit lod bias for TXB instructionBrian Paul1-2/+2
2009-04-02swrast: fix glDrawBuffer(GL_FRONT_AND_BACK)Brian Paul1-2/+8
2009-04-01docs: fix bug 20986Brian Paul1-0/+2
2009-04-01glsl: fix texgen state variable tokens in emit_statevars()Brian Paul1-8/+16
2009-03-31docs: first 7.4.1 bug fixesBrian Paul1-0/+2
2009-03-31mesa: fix bug in GPU codegen for fixed-function two-sided lightingBrian Paul1-2/+12
2009-03-31docs: prep for Mesa 7.4.1 release notesBrian Paul2-0/+69
2009-03-31Updated CPU_TO_LE32 to work on darwinJeremy Huddleston1-1/+4
2009-03-31Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedJeremy Huddleston1-0/+60
2009-03-31Updated darwin config for when X11 is not in the same location as we're insta...Jeremy Huddleston1-6/+8
2009-03-27docs: 7.4 release md5 sumsBrian Paul1-1/+9
2009-03-27docs: set 7.4 release datemesa_7_4Brian Paul2-2/+2
2009-03-27mesa: set VERSION=7.4Brian Paul1-1/+1
2009-03-27mesa: set version to 7.4Brian Paul1-1/+1
2009-03-27intel: Add extra, stronger flushes around CopyTexSubImage blitsIan Romanick3-2/+4
2009-03-27swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt3-34/+122
2009-03-26 Mark current bits as 2009Q1-RC2 for Intel driver.intel_2009q1_rc2Ian Romanick1-1/+1
2009-03-26i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt8-38/+79
2009-03-26i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.Eric Anholt1-0/+50
2009-03-26i965: Clean up a bit of mess with unneeded variables in emit_interp.Eric Anholt1-7/+2
2009-03-26i965: separate emit_op() and emit_tex_op() functionsBrian Paul1-49/+63
2009-03-26i965: minor clean-up, comments, etc.Brian Paul1-15/+31
2009-03-25docs: mention Solaris updates in release notesBrian Paul1-0/+1
2009-03-25mesa: bump version to 7.4 rc2mesa_7_4_rc2Brian Paul2-2/+2
2009-03-25define __builtin_expect for non-gcc compilers in two more glx filesAlan Coopersmith2-0/+8
2009-03-25mklib improvements for SolarisAlan Coopersmith2-23/+38
2009-03-25Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer2-53/+0