summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare changelog for uploadmesa-7.4-1Julien Cristau2009-04-011-2/+3
* update the changelog.Timo Aaltonen2009-03-301-0/+6
* Merge commit 'mesa_7_4' into debian-experimentalTimo Aaltonen2009-03-3032-230/+758
|\
| * docs: set 7.4 release datemesa_7_4Brian Paul2009-03-272-2/+2
| * mesa: set VERSION=7.4Brian Paul2009-03-271-1/+1
| * mesa: set version to 7.4Brian Paul2009-03-271-1/+1
| * intel: Add extra, stronger flushes around CopyTexSubImage blitsIan Romanick2009-03-273-2/+4
| * swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt2009-03-273-34/+122
| * Mark current bits as 2009Q1-RC2 for Intel driver.intel_2009q1_rc2Ian Romanick2009-03-261-1/+1
| * i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt2009-03-268-38/+79
| * i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.Eric Anholt2009-03-261-0/+50
| * i965: Clean up a bit of mess with unneeded variables in emit_interp.Eric Anholt2009-03-261-7/+2
| * i965: separate emit_op() and emit_tex_op() functionsBrian Paul2009-03-261-49/+63
| * i965: minor clean-up, comments, etc.Brian Paul2009-03-261-15/+31
| * docs: mention Solaris updates in release notesBrian Paul2009-03-251-0/+1
| * mesa: bump version to 7.4 rc2mesa_7_4_rc2Brian Paul2009-03-252-2/+2
| * define __builtin_expect for non-gcc compilers in two more glx filesAlan Coopersmith2009-03-252-0/+8
| * mklib improvements for SolarisAlan Coopersmith2009-03-252-23/+38
| * Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer2009-03-252-53/+0
| * docs: update glext.h to version 48Brian Paul2009-03-251-1/+1
| * gl: update include/GL/glext.h to version 48Brian Paul2009-03-251-10/+52
| * demos: add LDFLAGS for corender target, bug 20844Brian Paul2009-03-241-1/+1
| * i965: Fix occlusion query when no other WM state updates occur.Eric Anholt2009-03-231-2/+3
| * mesa: fix _glxapi_get_proc_address() for mangled namesTom Fogal2009-03-231-0/+5
| * glapi: update find_entry() for mangled namesBrian Paul2009-03-231-1/+7
| * mesa: regenerated gl_mange.h fileBrian Paul2009-03-231-0/+298
| * mesa: remove unused 'out' labelBrian Paul2009-03-231-1/+0
| * Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap spaceBrian Paul2009-03-231-1/+1
* | Prepare changelog for uploadmesa-7.4-rc1-1Julien Cristau2009-03-251-2/+2
* | Build-depend on linux-libc-dev >= 2.6.29 on linux archs.Julien Cristau2009-03-252-1/+3
* | update changelogJulien Cristau2009-03-231-1/+2
* | Merge tag 'mesa_7_4_rc1' into debian-experimentalJulien Cristau2009-03-23145-2894/+3792
|\|
| * docs: prep for 7.4 releasemesa_7_4_rc1Brian Paul2009-03-202-2/+9
| * mesa: prep for 7.4-rc1 releaseBrian Paul2009-03-202-5/+6
| * r300: don't crash on sw tcl hw if point size vertex attrib is sentBrian Paul2009-03-201-2/+2
| * mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul2009-03-181-31/+37
| * mesa: add no-change testing for a few more texture parametersBrian Paul2009-03-181-9/+21
| * i965: fix polygon stipple when rendering to FBORobert Ellison2009-03-182-7/+34
| * i965: fix polygon face orientation when rendering to FBORobert Ellison2009-03-182-4/+18
| * swrast: use better _swrast_compute_lambda() functionBrian Paul2009-03-171-6/+6
| * Mark current bits as 2009Q1-RC1 for Intel driver.intel_2009q1_rc1Ian Romanick2009-03-161-1/+1
| * i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul2009-03-131-3/+2
| * glsl: fix vec4_texp_rect IR code (need projective version) (cherry picked fro...Brian Paul2009-03-131-1/+1
| * i965: check if we run out of GRF/temp registersBrian Paul2009-03-131-2/+26
| * mesa: added _mesa_fprintf() wrapper (cherry picked from commit 596b8fbbbf65ce...Brian Paul2009-03-132-1/+17
| * i965: fix emit_math1() function used for scalar instructionsBrian Paul2009-03-131-9/+32
| * i965: rewrite the code for handling shader subroutine callsBrian Paul2009-03-136-64/+187
| * intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt2009-03-131-0/+2
| * i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-134-10/+40
| * mesa: don't draw arrays if vertex position array is not enabledBrian Paul2009-03-131-3/+12