summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: set 7.4.2 release datemesa_7_4_2Brian Paul2009-05-153-2/+9
* mesa: bump version to 7.4.2Brian Paul2009-05-143-5/+6
* i965: fix render to FBO/texture orientation bugsBrian Paul2009-05-131-6/+7
* docs: updated bug fix list for 7.4.2Brian Paul2009-05-111-0/+4
* mesa: Fixed a texture memory leakBrian Paul2009-05-111-0/+3
* Flag GLSL programs as depending on constant state when they use uniforms.Eric Anholt2009-05-051-0/+5
* glx: replace Xmalloc() calls with Xcalloc()Brian Paul2009-05-042-2/+2
* mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul2009-05-011-5/+16
* docs: fix typosBrian Paul2009-04-303-3/+3
* r300: Increase reference count of texture objects referenced by current state.Michel Dänzer2009-04-304-9/+11
* mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul2009-04-281-3/+9
* R300: add quadpipe overridesAlex Deucher2009-04-281-4/+13
* docs: fix swrast texrect bug 21461Brian Paul2009-04-281-0/+2
* swrast: add missing break in clamp_rect_coord_linear()Brian Paul2009-04-281-0/+1
* demos: ensure display lists are destroyed for next generationAlan Hourihane2009-04-241-0/+4
* i965: Support drawing to FBO cube faces other than positive X.Eric Anholt2009-04-231-7/+11
* intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt2009-04-231-3/+3
* fixed intel front-buffer rendering segfaultBrian Paul2009-04-201-0/+1
* intel: added null screen->dri2.loader pointer checkBrian Paul2009-04-201-1/+2
* 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