summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-25docs: update glext.h to version 48Brian Paul1-1/+1
2009-03-25gl: update include/GL/glext.h to version 48Brian Paul1-10/+52
2009-03-24demos: add LDFLAGS for corender target, bug 20844Brian Paul1-1/+1
2009-03-23i965: Fix occlusion query when no other WM state updates occur.Eric Anholt1-2/+3
2009-03-23mesa: fix _glxapi_get_proc_address() for mangled namesTom Fogal1-0/+5
2009-03-23glapi: update find_entry() for mangled namesBrian Paul1-1/+7
2009-03-23mesa: regenerated gl_mange.h fileBrian Paul1-0/+298
2009-03-23mesa: remove unused 'out' labelBrian Paul1-1/+0
2009-03-23Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap spaceBrian Paul1-1/+1
2009-03-20docs: prep for 7.4 releasemesa_7_4_rc1Brian Paul2-2/+9
2009-03-20mesa: prep for 7.4-rc1 releaseBrian Paul2-5/+6
2009-03-20r300: don't crash on sw tcl hw if point size vertex attrib is sentBrian Paul1-2/+2
2009-03-18mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul1-31/+37
2009-03-18mesa: add no-change testing for a few more texture parametersBrian Paul1-9/+21
2009-03-18i965: fix polygon stipple when rendering to FBORobert Ellison2-7/+34
2009-03-18i965: fix polygon face orientation when rendering to FBORobert Ellison2-4/+18
2009-03-17swrast: use better _swrast_compute_lambda() functionBrian Paul1-6/+6
2009-03-16Mark current bits as 2009Q1-RC1 for Intel driver.intel_2009q1_rc1Ian Romanick1-1/+1
2009-03-13i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul1-3/+2
2009-03-13glsl: fix vec4_texp_rect IR code (need projective version) (cherry picked fro...Brian Paul1-1/+1
2009-03-13i965: check if we run out of GRF/temp registersBrian Paul1-2/+26
2009-03-13mesa: added _mesa_fprintf() wrapper (cherry picked from commit 596b8fbbbf65ce...Brian Paul2-1/+17
2009-03-13i965: fix emit_math1() function used for scalar instructionsBrian Paul1-9/+32
2009-03-13i965: rewrite the code for handling shader subroutine callsBrian Paul6-64/+187
2009-03-13intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt1-0/+2
2009-03-13i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison4-10/+40
2009-03-13mesa: don't draw arrays if vertex position array is not enabledBrian Paul1-3/+12
2009-03-13i965: texture fixes: bordered textures, fallback renderingRobert Ellison1-3/+31
2009-03-13texmem: fix typo from brianp's changes.Dave Airlie1-1/+1
2009-03-13mesa: use an array for current texture objectsBrian Paul15-264/+168
2009-03-13mesa: use an array for default texture objectsBrian Paul4-90/+72
2009-03-13Fix an i965 assertion failure on glClear()Robert Ellison1-1/+1
2009-03-13intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul1-1/+1
2009-03-13intel: Fix intelSetTexBuffer miptree leak.Kristian Høgsberg1-2/+7