summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-31darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...8.0Jeremy Huddleston Sequoia1-2/+0
2014-05-24darwin: Guard Core Profile usage behind a testing envvarJeremy Huddleston Sequoia1-10/+20
2014-05-24darwin: Write errors in choosing the pixel format to the crash logJeremy Huddleston Sequoia1-2/+16
2014-05-24appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...Jon TURNEY1-0/+5
2014-05-20darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia1-5/+9
2014-05-20glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia1-1/+1
2013-07-20Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia1-2/+0
2013-01-17dri/nouveau: don't use nested functionsnobled2-64/+78
2012-11-28mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()Brian Paul1-1/+2
2012-11-14glsl: initialise const force glsl extension warning in fake ctxDave Airlie1-0/+1
2012-11-14mesa: use .cherry-ignore in the get-pick-list.sh scriptAndreas Boll1-2/+2
2012-11-14mesa: update .cherry-ignore fileAndreas Boll1-0/+23
2012-11-14mesa: add initial .cherry-ignore file for the 8.0 branchIan Romanick1-0/+68
2012-10-30nvfx: handle some unknown PIPE_CAPsAndreas Boll1-0/+6
2012-10-26mesa: fix per-level max texture size error checkingBrian Paul1-15/+21
2012-10-25docs: add another fixed bug to mesa 8.0.5 release notesAndreas Boll1-0/+2
2012-10-24docs: Add 8.0.5 release md5sumsAndreas Boll1-1/+3
2012-10-24docs: Add 8.0.5 release notesmesa-8.0.5Andreas Boll1-0/+252
2012-10-24mesa: Bump version number to 8.0.5Andreas Boll3-4/+4
2012-10-24mesa: fix incorrect error for glCompressedSubTexImageBrian Paul1-3/+3
2012-10-24mesa: do internal format error checking for glTexStorage()Brian Paul1-0/+48
2012-10-24dri_util: Use calloc to allocate __DRIcontextIan Romanick1-1/+1
2012-10-24mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick1-0/+12
2012-10-24mesa: fix dropped && in glGetStringi()Chris Forbes1-1/+1
2012-10-24i965: Drop the confusing saturate argument to math instruction setup.Eric Anholt8-44/+6
2012-10-24mesa: In conditional rendering fallback, check the query status.Eric Anholt1-0/+2
2012-10-24mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.Eric Anholt1-0/+13
2012-10-24i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke1-1/+1
2012-10-24st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul1-1/+1
2012-10-24i965: Fix accumulator_contains() test to also reject swizzles of the dst.Eric Anholt1-1/+1
2012-10-24glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_fieldStéphane Marchesin1-1/+1
2012-10-24mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapperIan Romanick2-10/+4
2012-10-24mesa: Generate an error when glCopyTexImage border is invalidIan Romanick1-0/+2
2012-10-24mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base imageBrian Paul1-0/+2
2012-10-24st/mesa: index can be negative in the PROGRAM_CONSTANT caseNiels Ole Salscheider1-1/+1
2012-10-24gallium/u_blit: set dst format from pipe_resource, not pipe_surfaceMarek Olšák1-1/+1
2012-10-24intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke1-3/+3
2012-10-24softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul1-2/+4
2012-10-24st/mesa: fix renderbuffer validation bugBrian Paul1-0/+6
2012-10-24gallivm: fix crash in lp_sampler_static_state()Brian Paul1-4/+3
2012-10-24st/mesa: fix glCopyTexSubImage crashBrian Paul1-1/+9
2012-10-24i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.Eric Anholt1-0/+10
2012-10-24dri2: Fix bug in attribute handling for non-desktop OpenGL contextsIan Romanick1-6/+17
2012-10-24i965/vs: Don't clobber sampler message MRFs with subexpressions.Kenneth Graunke1-17/+42
2012-10-24swrast: Fix implicit declaration warningsChad Versace1-0/+1
2012-10-24i965: Fix regression in depth texture rendering on pre-SNBIan Romanick1-2/+4
2012-10-24st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer1-1/+4
2012-10-23mesa: add get-pick-list.sh script into bin/Andreas Boll1-0/+29
2012-10-19r600g: fix instance divisor on CaymanMarek Olšák1-19/+35
2012-10-19st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer1-1/+5