summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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