aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dri_util: Use calloc to allocate __DRIcontextIan Romanick2012-10-241-1/+1
* mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick2012-10-241-0/+12
* mesa: fix dropped && in glGetStringi()Chris Forbes2012-10-241-1/+1
* i965: Drop the confusing saturate argument to math instruction setup.Eric Anholt2012-10-248-44/+6
* mesa: In conditional rendering fallback, check the query status.Eric Anholt2012-10-241-0/+2
* mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.Eric Anholt2012-10-241-0/+13
* i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke2012-10-241-1/+1
* st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul2012-10-241-1/+1
* i965: Fix accumulator_contains() test to also reject swizzles of the dst.Eric Anholt2012-10-241-1/+1
* glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_fieldStéphane Marchesin2012-10-241-1/+1
* mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapperIan Romanick2012-10-242-10/+4
* mesa: Generate an error when glCopyTexImage border is invalidIan Romanick2012-10-241-0/+2
* mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base imageBrian Paul2012-10-241-0/+2
* st/mesa: index can be negative in the PROGRAM_CONSTANT caseNiels Ole Salscheider2012-10-241-1/+1
* gallium/u_blit: set dst format from pipe_resource, not pipe_surfaceMarek Olšák2012-10-241-1/+1
* intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke2012-10-241-3/+3
* softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul2012-10-241-2/+4
* st/mesa: fix renderbuffer validation bugBrian Paul2012-10-241-0/+6
* gallivm: fix crash in lp_sampler_static_state()Brian Paul2012-10-241-4/+3
* st/mesa: fix glCopyTexSubImage crashBrian Paul2012-10-241-1/+9
* i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.Eric Anholt2012-10-241-0/+10
* dri2: Fix bug in attribute handling for non-desktop OpenGL contextsIan Romanick2012-10-241-6/+17
* i965/vs: Don't clobber sampler message MRFs with subexpressions.Kenneth Graunke2012-10-241-17/+42
* swrast: Fix implicit declaration warningsChad Versace2012-10-241-0/+1
* i965: Fix regression in depth texture rendering on pre-SNBIan Romanick2012-10-241-2/+4
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* mesa: add get-pick-list.sh script into bin/Andreas Boll2012-10-231-0/+29
* r600g: fix instance divisor on CaymanMarek Olšák2012-10-191-19/+35
* st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer2012-10-191-1/+5
* r600g: fix EXP on CaymanMarek Olšák2012-10-161-4/+2
* r600g: fix RSQ of negative value on CaymanMarek Olšák2012-10-161-0/+5
* winsys/radeon: fix relocs cachingVadim Girlin2012-10-162-8/+6
* r300g: fix colormask with non-BGRA formatsMarek Olšák2012-10-164-31/+160
* r600g: add additional evergreen pci idsAlex Deucher2012-10-161-0/+3
* r600g: add new Sumo, Palm, BTC pci idsAlex Deucher2012-10-161-0/+5
* r600g: 8.0.x support for TrinityAlex Deucher2012-10-164-3/+30
* radeon: fix Base/base typoBrian Paul2012-10-141-1/+1
* i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats.Eric Anholt2012-10-121-8/+3
* glsl: Fix #pragma invariant(all) language version check.Kenneth Graunke2012-10-121-1/+1
* i965: Support MESA_FORMAT_SIGNED_RGBA_16.Kenneth Graunke2012-10-121-1/+1
* st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, tooChristoph Bumiller2012-10-121-2/+3
* meta: fix glDrawPixels fallback test, stencil drawingBrian Paul2012-10-121-2/+2
* svga: fix invalid memory reference in needs_to_create_zero()Brian Paul2012-10-121-5/+5
* radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffersBrian Paul2012-10-121-0/+2
* xlib: add X error handler around XGetImage() callBrian Paul2012-10-121-0/+29
* mesa: loosen small matrix determinant checkBrian Paul2012-10-121-1/+1
* intel: move error on create context to proper pathJordan Justen2012-10-121-1/+1
* mesa: Prevent repeated glDeleteShader() from blowing away our refcounts.Kenneth Graunke2012-10-121-3/+5
* i830: Fix stack corruptionChad Versace2012-10-121-1/+1
* mesa: disable MSVC global optimization in pack.cJosé Fonseca2012-10-121-0/+13