summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-15docs: set 7.4.2 release datemesa_7_4_2Brian Paul3-2/+9
2009-05-14mesa: bump version to 7.4.2Brian Paul3-5/+6
2009-05-13i965: fix render to FBO/texture orientation bugsBrian Paul1-6/+7
2009-05-11docs: updated bug fix list for 7.4.2Brian Paul1-0/+4
2009-05-11mesa: Fixed a texture memory leakBrian Paul1-0/+3
2009-05-05Flag GLSL programs as depending on constant state when they use uniforms.Eric Anholt1-0/+5
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul2-2/+2
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul1-5/+16
2009-04-30docs: fix typosBrian Paul3-3/+3
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer4-9/+11
2009-04-28mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul1-3/+9
2009-04-28R300: add quadpipe overridesAlex Deucher1-4/+13
2009-04-28docs: fix swrast texrect bug 21461Brian Paul1-0/+2
2009-04-28swrast: add missing break in clamp_rect_coord_linear()Brian Paul1-0/+1
2009-04-24demos: ensure display lists are destroyed for next generationAlan Hourihane1-0/+4
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt1-7/+11
2009-04-23intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt1-3/+3
2009-04-20fixed intel front-buffer rendering segfaultBrian Paul1-0/+1
2009-04-20intel: added null screen->dri2.loader pointer checkBrian Paul1-1/+2
2009-04-18docs: create 7.4.2 release notes pageBrian Paul2-0/+60
2009-04-18docs: remove unused sectionsBrian Paul1-9/+0
2009-04-18docs: MD5 sums for 7.4.1 releaseBrian Paul1-1/+9
2009-04-18intel: update driver date, remove RC3 designationBrian Paul1-1/+1
2009-04-18mesa: bump version to 7.4.1Brian Paul1-1/+1
2009-04-18docs: prep for 7.4.1 releaseBrian Paul3-2/+9
2009-04-18mesa: bump version to 7.4.1Brian Paul2-4/+4
2009-04-18mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul1-0/+1
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer1-0/+5
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul1-0/+2
2009-04-16docs: fixed user clip plane restore bug in glPopAttrib()Brian Paul1-0/+1
2009-04-16mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Brian Paul1-1/+1
2009-04-16mesa: add distclean target to top-level MakefileBrian Paul1-1/+5
2009-04-16demos: use larger buffer for snprintf() call, see bug 21220Brian Paul1-1/+1
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