summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: create 7.4.2 release notes pageBrian Paul2009-04-182-0/+60
* docs: remove unused sectionsBrian Paul2009-04-181-9/+0
* docs: MD5 sums for 7.4.1 releaseBrian Paul2009-04-181-1/+9
* intel: update driver date, remove RC3 designationBrian Paul2009-04-181-1/+1
* mesa: bump version to 7.4.1Brian Paul2009-04-181-1/+1
* docs: prep for 7.4.1 releaseBrian Paul2009-04-183-2/+9
* mesa: bump version to 7.4.1Brian Paul2009-04-182-4/+4
* mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul2009-04-181-0/+1
* intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer2009-04-181-0/+5
* intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul2009-04-171-0/+2
* docs: fixed user clip plane restore bug in glPopAttrib()Brian Paul2009-04-161-0/+1
* mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Brian Paul2009-04-161-1/+1
* mesa: add distclean target to top-level MakefileBrian Paul2009-04-161-1/+5
* demos: use larger buffer for snprintf() call, see bug 21220Brian Paul2009-04-161-1/+1
* intel: Bump driver dateintel_2009q1_rc3Ian Romanick2009-04-151-1/+1
* docs: more bug fixes for Mesa 7.4.1Ian Romanick2009-04-151-0/+4
* glx: added null pointer check in glXGetFBConfigs()Brian Paul2009-04-151-1/+2
* DRI2: Don't fault on NULL DrawBufferIan Romanick2009-04-111-1/+1
* dri2: Don't crash if the server returns more buffers than expected.Eric Anholt2009-04-091-1/+1
* intel / DRI2: Accept fake front-buffer from loaderIan Romanick2009-04-091-0/+5
* DRI2: Assume that there is always a front bufferIan Romanick2009-04-091-7/+3
* intel / DRI2: Track and flush front-buffer renderingIan Romanick2009-04-093-0/+46
* DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick2009-04-092-1/+24
* mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul2009-04-091-4/+14
* swrast: fix point rendering function selectionBrian Paul2009-04-071-1/+4
* docs: more bug fixes for Mesa 7.4.1Brian Paul2009-04-071-0/+2
* mesa: in mesa_add_named_constant(), avoid adding duplicate constantsBrian Paul2009-04-071-7/+12
* mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul2009-04-071-5/+2
* mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul2009-04-071-2/+2
* mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul2009-04-071-3/+2
* mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()Brian Paul2009-04-071-2/+2
* radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer2009-04-061-14/+17
* mesa: don't normalize spot light direction until validation timeBrian Paul2009-04-031-2/+7
* mesa: fix TexParameter functionsRoland Scheidegger2009-04-031-58/+82
* docs: fix TXB texture unit bias errorBrian Paul2009-04-021-0/+1
* mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul2009-04-021-0/+3
* mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul2009-04-021-24/+28
* mesa: use correct tex unit lod bias for TXB instructionBrian Paul2009-04-021-2/+2
* swrast: fix glDrawBuffer(GL_FRONT_AND_BACK)Brian Paul2009-04-021-2/+8
* docs: fix bug 20986Brian Paul2009-04-011-0/+2
* glsl: fix texgen state variable tokens in emit_statevars()Brian Paul2009-04-011-8/+16
* docs: first 7.4.1 bug fixesBrian Paul2009-03-311-0/+2
* mesa: fix bug in GPU codegen for fixed-function two-sided lightingBrian Paul2009-03-311-2/+12
* docs: prep for Mesa 7.4.1 release notesBrian Paul2009-03-312-0/+69
* Updated CPU_TO_LE32 to work on darwinJeremy Huddleston2009-03-311-1/+4
* Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedJeremy Huddleston2009-03-311-0/+60
* Updated darwin config for when X11 is not in the same location as we're insta...Jeremy Huddleston2009-03-311-6/+8
* docs: 7.4 release md5 sumsBrian Paul2009-03-271-1/+9
* docs: set 7.4 release datemesa_7_4Brian Paul2009-03-272-2/+2
* mesa: set VERSION=7.4Brian Paul2009-03-271-1/+1