summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Bump version to 9.0.2Andreas Boll2013-01-221-2/+2
* egl/wayland: Destroy the pending buffer callback with the egl surfaceAnder Conselvan de Oliveira2013-01-222-0/+7
* Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 0"Andreas Boll2013-01-201-1/+1
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-203-12/+13
* r600g: Use LOOP_START_DX10 for loopsTom Stellard2013-01-203-2/+11
* gallivm: support more immediates in lp_build_tgsi_info()Brian Paul2013-01-201-1/+1
* clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr2013-01-202-3/+4
* gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr2013-01-201-0/+5
* radeon/r200: Fix tcl cullingsmoki2013-01-202-18/+8
* r200: fix broken tcl lightingsmoki2013-01-201-10/+10
* glsl: Don't add structure fields to the symbol tableIan Romanick2013-01-201-1/+0
* r300g: Fix visibility CFLAGS in automakeAdam Jackson2013-01-201-0/+1
* galahad, noop: Fix visibility CFLAGS in automakeAdam Jackson2013-01-201-0/+2
* glcpp: Typo fix.Adam Jackson2013-01-201-1/+1
* glcpp: Fix visibility CFLAGS in automakeAdam Jackson2013-01-201-0/+1
* clover: Install CL headers.Johannes Obermayr2013-01-201-0/+10
* build: Fix GLES linkage without libglapiAndreas Boll2013-01-202-2/+10
* glsl: fix uninitialised variable from constructorDave Airlie2013-01-201-0/+1
* glsl: initialise killed_all field.Dave Airlie2013-01-201-0/+1
* glsl: fix cut-n-paste error in error handling. (v2)Dave Airlie2013-01-201-2/+2
* util: added pipe_surface_release() functionBrian Paul2013-01-201-0/+16
* i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt2013-01-201-1/+1
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2013-01-201-1/+1
* egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace2013-01-201-0/+64
* i965: Validate requested GLES context version in brwCreateContextChad Versace2013-01-201-33/+25
* mesa: Fix segfault on reading from a missing color read buffer.Eric Anholt2013-01-201-11/+11
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2013-01-201-0/+4
* i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke2013-01-201-3/+1
* glcpp: Reject garbage after #else and #endif tokensMatt Turner2013-01-205-4/+15
* mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner2013-01-201-2/+5
* mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke2013-01-201-12/+4
* glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie2013-01-201-1/+1
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2013-01-201-61/+4
* mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat2013-01-201-0/+9
* mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt2013-01-201-5/+11
* mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().Eric Anholt2013-01-201-8/+14
* llvmpipe: Obey back writemask.José Fonseca2013-01-201-2/+8
* glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain2013-01-201-2/+19
* nv50/ir: restore use of long immediate encodingsChristoph Bumiller2013-01-202-0/+9
* i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke2013-01-201-0/+1
* i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke2013-01-201-0/+1
* glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2013-01-202-12/+20
* st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul2013-01-201-1/+1
* st/mesa: replace REALLOC() with realloc()Brian Paul2013-01-201-8/+2
* mesa: Don't flatten IF statements by default.Kenneth Graunke2013-01-201-0/+1
* mesa: Fix a crash in update_texture_state() for external texture typeAbdiel Janulgue2013-01-202-0/+10
* util: null-out the node's prev/next pointers in list_del()Chris Fester2013-01-201-0/+1
* android: generate matching remap_helper to dispatch tableTapani Pälli2013-01-201-1/+1
* svga: don't use uninitialized framebuffer stateBrian Paul2013-01-201-2/+4
* i965/vs: Implement register spilling.Kenneth Graunke2013-01-203-1/+144