summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-20Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 0"Andreas Boll1-1/+1
2013-01-20tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr3-12/+13
2013-01-20r600g: Use LOOP_START_DX10 for loopsTom Stellard3-2/+11
2013-01-20gallivm: support more immediates in lp_build_tgsi_info()Brian Paul1-1/+1
2013-01-20clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr4-6/+22
2013-01-20gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr1-0/+5
2013-01-20radeon/r200: Fix tcl cullingsmoki2-18/+8
2013-01-20r200: fix broken tcl lightingsmoki1-10/+10
2013-01-20glsl: Don't add structure fields to the symbol tableIan Romanick1-1/+0
2013-01-20r300g: Fix visibility CFLAGS in automakeAdam Jackson1-0/+1
2013-01-20galahad, noop: Fix visibility CFLAGS in automakeAdam Jackson1-0/+2
2013-01-20glcpp: Typo fix.Adam Jackson1-1/+1
2013-01-20glcpp: Fix visibility CFLAGS in automakeAdam Jackson1-0/+1
2013-01-20clover: Install CL headers.Johannes Obermayr1-0/+10
2013-01-20build: Fix GLES linkage without libglapiAndreas Boll2-2/+10
2013-01-20glsl: fix uninitialised variable from constructorDave Airlie1-0/+1
2013-01-20glsl: initialise killed_all field.Dave Airlie1-0/+1
2013-01-20glsl: fix cut-n-paste error in error handling. (v2)Dave Airlie1-2/+2
2013-01-20util: added pipe_surface_release() functionBrian Paul1-0/+16
2013-01-20build: use git ls-files for adding all Makefile.in into the release tarballAndreas Boll1-48/+1
2013-01-20i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt1-1/+1
2013-01-20radeonsi: add a new SI pci idAlex Deucher1-0/+1
2013-01-20i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee1-1/+1
2013-01-20Add .dirstamp to toplevel .gitignoreAndreas Boll1-0/+1
2013-01-20egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace1-0/+64
2013-01-20i965: Validate requested GLES context version in brwCreateContextChad Versace1-33/+25
2013-01-20automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS tooMaarten Lankhorst1-2/+2
2013-01-20mesa: Fix segfault on reading from a missing color read buffer.Eric Anholt1-11/+11
2013-01-20mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák1-0/+4
2013-01-20i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke1-3/+1
2013-01-20glcpp: Reject garbage after #else and #endif tokensMatt Turner5-4/+15
2013-01-20mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner1-2/+5
2013-01-20mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke1-12/+4
2013-01-20glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie1-1/+1
2013-01-20meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat1-61/+4
2013-01-20mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat1-0/+9
2013-01-20mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt1-5/+11
2013-01-20mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().Eric Anholt1-8/+14
2013-01-20llvmpipe: Obey back writemask.José Fonseca1-2/+8
2013-01-20glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain1-2/+19
2013-01-20nv50/ir: restore use of long immediate encodingsChristoph Bumiller2-0/+9
2013-01-20i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke1-0/+1
2013-01-20i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke1-0/+1
2013-01-20glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2-12/+20
2013-01-20st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul1-1/+1
2013-01-20st/mesa: replace REALLOC() with realloc()Brian Paul1-8/+2
2013-01-20mesa: Don't flatten IF statements by default.Kenneth Graunke1-0/+1
2013-01-20radeonsi: add some new SI pci idsAlex Deucher1-0/+3
2013-01-20mesa: Fix a crash in update_texture_state() for external texture typeAbdiel Janulgue2-0/+10
2013-01-20util: null-out the node's prev/next pointers in list_del()Chris Fester1-0/+1