mesa.git
2012-10-08 Stéphane Marchesini915g: Don't clobber I915_NEW_FS on new framebuffer.
2012-10-08 Eric Anholti965/fs: Improve performance of copy/constant propagation.
2012-10-08 Eric Anholti965/fs: Move constant propagation to the same codebase...
2012-10-08 Eric Anholti965: Remove the old ARB_fragment_program backend.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-10-08 Eric Anholti965: Reduce maximum GL_ARB_fragment_program instructio...
2012-10-08 Eric Anholti965/fs: Add a couple more algebraic cases that help...
2012-10-08 Eric Anholti965/fs: Pull ir_binop_min/ir_binop_max handling to...
2012-10-08 Eric Anholti965/fs: Refactor rectangle/GL_CLAMP texture coordinate...
2012-10-08 Eric Anholti965/fs: Pass fragment depth to the fb write as a fs_re...
2012-10-08 Eric Anholtmesa: Note that OPCODE_RFL is not part of ARB_fp (it...
2012-10-08 José Fonsecast/wgl: Don't cache HDC anywhere.
2012-10-08 Ian Romanickmeta: Make shader template literal strings be parameter...
2012-10-08 Ian Romanickmeta: Always enable GL_EXT_texture_array in mipmap...
2012-10-08 Ian Romanickmeta: Since mipmap output type is always vec4, don...
2012-10-08 Ian Romanickmeta: Don't use GLSL 1.30 shader on OpenGL ES 2
2012-10-08 Ian Romanickmeta: Rearrange shader creation in setup_glsl_generate_...
2012-10-08 Ian Romanickmeta: Remove unsafe global mem_ctx pointer
2012-10-06 Stéphane Marchesini915g: Call draw_set_mapped_vertex_buffer from draw_vbo
2012-10-06 Marek Olšákr600g: fix possible issue with stencil mipmap rendering
2012-10-06 Marek Olšákr600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0...
2012-10-06 Marek Olšákr600g: don't modify pipe_resource in resource_copy_regi...
2012-10-06 Marek Olšákr600g: fix streamout on RS780 and RS880
2012-10-06 Marek Olšákgallium: allow debug helpers in the release build
2012-10-05 Brian Paulmesa: remove the driverCtx parameter to _mesa_create...
2012-10-05 Brian Paulmesa: remove unused gl_context::DriverCtx field
2012-10-05 Brian Paulradeon/r200: remove use of gl_context::DriverCtx field
2012-10-05 Brian Paulradeon/r200: make radeon_context subclass of gl_context
2012-10-05 Kenneth Graunkemesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs...
2012-10-05 Stéphane Marchesini915g: Get rid of the fixup state functions.
2012-10-05 Stéphane Marchesini915g: Remove the i915_context->saved_* stuff.
2012-10-05 Stéphane Marchesini915g: Don't update I915_HW_PROGRAM in update_framebuffer
2012-10-05 Stéphane MarchesinRevert "i915g: Don't bind 0-length programs"
2012-10-05 Vinson Leeglapi: Do not use backtrace on Cygwin.
2012-10-04 Paul Berrymesa: don't enable glVertexPointer() when using API_OPE...
2012-10-04 Stéphane Marchesini915g: Don't bind 0-length programs
2012-10-04 Brian Paulmesa: don't call TexImage driver hooks for zero-sized...
2012-10-03 Rob Bradfordintel: Fix intel_texsubimage_tiled_memcpy to skip GL_EX...
2012-10-03 Matt Turnerdri drivers: Link dricommon before dynamic libraries
2012-10-03 Paul Berryregister_allocate: don't consider trivially colorable...
2012-10-03 Marek Olšákglx/dri2: use uint64_t instead of double to represent...
2012-10-03 Oliver McFaddenmesa: tests: EnumStrings.LookUpByNumber
2012-10-03 Andreas Bolldocs: add link to the GLSL compiler page
2012-10-03 Andreas Bolldocs: update shading documentation
2012-10-03 Matt Turnerbuild: Remove autoconf check for signbit
2012-10-03 Stéphane Marchesini915g: Implement srgb textures the easy way.
2012-10-03 Stéphane Marchesini915g: Use X tiling for textures
2012-10-02 Robert BraggSwapBuffersRegionNOK: invert rectangles on y axis
2012-10-02 Brian Paulmesa: remove bogus compressed texture size checks
2012-10-02 Michel Dänzerradeonsi: Fix double compilation of shader variants.
2012-10-02 Michel Dänzerradeonsi: Better indexing of parameters in the pixel...
2012-10-02 Michel Dänzerradeon/llvm: Disable SI flow control again for now.
2012-10-02 Andreas Bolldocs/helpwanted: cleanup todo list links
2012-10-02 Andreas Bolldocs: document how to apply a candidate to a stable...
2012-10-02 Andreas Bolldocs: document how to mark a candidate for a stable...
2012-10-02 Negreanu Marius... android: glcpp: fix abuse of yylex
2012-10-01 Matt Turnerbuild: Don't build libdricore if not building classic...
2012-10-01 Matt Turnerlibdricore: Remove dead C(XX)FLAGS_NOVISIBILITY
2012-10-01 Matt Turnerbuild: Add visibility CFLAGS to OSMesa
2012-10-01 Matt Turnerbuild: Link OSMesa with glapi, libdl, libstdc++
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/swrast
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/r200
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/radeon
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/nouveau
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/i915
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/common
2012-10-01 Matt Turnerbuild: Build src/glsl with visibility CFLAGS
2012-10-01 Matt Turnerbuild: Turn on visibility CFLAGS for core mesa
2012-10-01 Matt Turnerbuild: Order src/Makefile correctly
2012-10-01 Matt Turnerbuild: Use AX_PTHREAD's HAVE_PTHREAD preprocessor defin...
2012-10-01 Matt Turnerbuild: Use PTHREAD_LIBS and PTHREAD_CFLAGS
2012-10-01 Matt Turnerbuild: Set PTHREAD_LIBS for pkgconfig files if empty
2012-10-01 Tom Stellardllvmpipe: Fix build with LLVM 2.8
2012-10-01 Tom Stellardconfigure.ac: Use amdgpu component for LLVM 3.2
2012-10-01 Tom Stellardradeon/llvm: Only initialize the AMDGPU target
2012-10-01 Tom Stellardradeon: Fix build with LLVM 3.1
2012-10-01 Tom Stellardradeon: Support LLVM 3.2
2012-10-01 Tom Stellardr600g: Re-enable growing of the compute memory pool
2012-10-01 Tom Stellardr600g: Fix bug when adding new items to the compute...
2012-10-01 Tom Stellardr600g: Use a RAT buffer as the backing bo for the compu...
2012-10-01 Tom Stellardr600g: Make sure to init the compute memory pool with...
2012-10-01 Tom Stellardr600g: Add evergreen_init_color_surface_rat() v2
2012-10-01 Tom Stellardr600g: Add register field definitions for 028C70_RESOUR...
2012-10-01 Oliver McFaddenintel: add support for ANGLE_texture_compression_dxt.
2012-10-01 Alex Deucherradeonsi: emit PA_SU_PRIM_FILTER_CNTL
2012-10-01 Alex Deucherradeonsi: remove some old r600g cruft
2012-10-01 Alex Deucherradeonsi: fix range checking for state regs
2012-10-01 Alex Deucherradeonsi: drop some cayman remnants
2012-10-01 Christian Königradeonsi: define SGPR register numbers
2012-09-30 Christoph Bumillernvc0: make sure handles for unbound textures/samplers...
2012-09-30 Christoph Bumillernv50,nvc0: fix 3d engine blit for nvc0
2012-09-30 Christoph Bumillernv50,nvc0: implement blit
2012-09-30 Marek Olšákgallium: remove resource_resolve
2012-09-30 Marek Olšákst/mesa: implement decompress_with_blit using gallium...
2012-09-30 Marek Olšákst/mesa: implement BlitFramebuffer using gallium blit
2012-09-30 Marek Olšáksvga: implement blit
2012-09-30 Marek Olšáksoftpipe: implement blit
2012-09-30 Marek Olšákradeonsi: implement blit
2012-09-30 Marek Olšákr600g: implement blit
2012-09-30 Marek Olšákr300g: implement blit
next