aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-13r600g: fix int->bool conversion in fence_signalledMarek Olšák
2013-02-13xlib: handle _mesa_initialize_visual()'s return valueBrian Paul
2013-02-13mesa: add bounds checking for uniform array accessFrank Henigman
2013-02-13mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.Paul Berry
2013-02-13softpipe: fix unreliable FS variant binding bugBrian Paul
2013-02-13softpipe: fix up FS variant unbinding / deletionBrian Paul
2013-02-13mesa/uniform_query: Don't write to *params if there is an errorMatt Turner
2013-02-13r200: Initialize swrast before setting limitsStefan Dösinger
2013-02-13radeon: Initialize swrast before setting limitsStefan Dösinger
2013-02-13meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADERStefan Dösinger
2013-02-13draw: set precalc_flat flag for AA lines tooBrian Paul
2013-02-13draw: Properly limit vertex buffer fetches on draw arrays.José Fonseca
2013-02-13mesa: Disable GL_NV_primitive_restart extension in core contexts.Kenneth Graunke
2013-02-13st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul
2013-02-13mesa: Fix GL_LUMINANCE handling for textures in glGetTexImageAnuj Phogat
2013-02-13mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBSMatt Turner
2013-02-13mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyingsMatt Turner
2013-02-13mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)José Fonseca
2013-02-10configure.ac: Allow OpenGL ES1 and ES2 only with enabled OpenGLAndreas Boll
2013-02-01i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.Eric Anholt
2013-01-31r600g: add cs memory usage accounting and limit it v3 (backport for mesa 9.0)Jerome Glisse
2013-01-30cherry-ignore: Ignore candidates for the 9.1 branch.Kenneth Graunke
2013-01-30i965/disasm: Fix horizontal stride of dest registersChad Versace
2013-01-30i965/vs: Store texturing results into a vec4 temporary.Kenneth Graunke
2013-01-30i965/vs: Set LOD to 0 for ordinary texture() calls.Kenneth Graunke
2013-01-30i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type.Kenneth Graunke
2013-01-30i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.Kenneth Graunke
2013-01-30i965/fs: Don't generate saturates over existing variable values.Eric Anholt
2013-01-30cherry-ignore: Ignore i965 guardband bug fixes.Kenneth Graunke
2013-01-30i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edcEric Anholt
2013-01-30i965: Add chipset limits for Haswell GT1/GT2.Kenneth Graunke
2013-01-30i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.Kenneth Graunke
2013-01-30i965: Lower textureGrad() with samplerCubeShadow.Kenneth Graunke
2013-01-30i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke
2013-01-30i965: Refactor texture swizzle generation into a helper.Kenneth Graunke
2013-01-30i965: Fix primitive restart on Haswell.Kenneth Graunke
2013-01-22docs: add news item for 9.0.2 releaseAndreas Boll
2013-01-22docs: Add 9.0.2 release md5sumsAndreas Boll
2013-01-22docs: Add 9.0.2 release notesAndreas Boll
2013-01-22mesa: Bump version to 9.0.2Andreas Boll
2013-01-22egl/wayland: Destroy the pending buffer callback with the egl surfaceAnder Conselvan de Oliveira
2013-01-21Update LLVM bits for update to r171906.Stephen Hines
2013-01-20mesa: update .cherry-ignore listAndreas Boll
2013-01-20Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 0"Andreas Boll
2013-01-20tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr
2013-01-20r600g: Use LOOP_START_DX10 for loopsTom Stellard
2013-01-20gallivm: support more immediates in lp_build_tgsi_info()Brian Paul
2013-01-20clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr
2013-01-20gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr
2013-01-20radeon/r200: Fix tcl cullingsmoki