mesa.git
2012-10-09 Eric Anholtegl: Quit checking for a bug in old xcb when we require...
2012-10-09 Eric Anholtegl: Drop xcb ifdefs by just requiring a version from...
2012-10-09 Eric Anholtegl: Unifdef dri_interface.h defines.
2012-10-09 Eric Anholtglx: Unifdef some dri_interface.h defines.
2012-10-09 Eric Anholtglx: Require xcb_dri2 for building glxdri2.c.
2012-10-09 Eric Anholtglx: Remove the last user of -DUSE_XCB.
2012-10-09 Eric Anholtglx: Unifdef USE_XCB.
2012-10-09 Eric Anholtegl: Cleanly cast EGLNative* pointers to X11 types.
2012-10-09 Vincent Lejeuner600g: use a select to handle front/back color in llvm
2012-10-09 Vincent Lejeuner600g: frontcolor tracks its associated backcolor
2012-10-09 Matt TurnerRemove VAAPI support.
2012-10-09 Marcin Slusarznv50: fix build after "nv50: fix printf warning"
2012-10-09 Marcin Slusarznouveau: use pre-calculated stride for resource_get_handle
2012-10-09 Tom Stellardr600g: Fix build with --enable-opencl
2012-10-09 Ian Romanickmesa/tests: Remove driverCtx parameter from call to...
2012-10-09 Quentin Glidicintel: Add missing #include <time.h>
2012-10-09 Kenneth Graunkei965: Delete some dead code from brw_eu_emit.c.
2012-10-09 Andreas Bolldocs: add missing release date
2012-10-09 Andreas Bolldocs: update release notes for 9.0
2012-10-09 Andreas Bolldocs: add news item for 9.0 release
2012-10-09 Brian Paulmesa: remove unused _mesa_cpal_compressed_format_type...
2012-10-09 Marek Olšáknv50: fix printf warning
2012-10-09 Marek Olšáknv30: fix type conversion warning
2012-10-09 Marek Olšáki915g: fix unused variable and type conversion warnings
2012-10-09 Daniel Stoneteximage: Remove unnecessary compressed format check
2012-10-09 Andreas Bolldocs: update FAQ
2012-10-08 Ben Skeggsnv50: point vertex runout at a valid address
2012-10-08 Ben Skeggsnvc0: point vertex runout at a valid address
2012-10-08 Ben Skeggsnvc0: fix missing permanent bo reference on poly cache
2012-10-08 Brian PaulRevert "st/mesa: remove unused variables to fix compile...
2012-10-08 Brian Paulmesa: minor whitespace fixes in teximage.c
2012-10-08 Marek Olšákst/mesa: remove unused variables to fix compile warnings
2012-10-08 Marek Olšákmesa: remove unused variables to fix compile warnings
2012-10-08 Marek Olšáksoftpipe: initialize quadColor2 to fix compile warnings
2012-10-08 Marek Olšákr600g: remove unused variables to fix compile warnings
2012-10-08 Marek Olšákllvmpipe: remove unused variables to fix compile warnings
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
next