Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / mesa /
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-11 Brian Paulmesa: handle more pixel types in mipmap generation...
2010-11-11 Brian Paulmesa: add missing formats in _mesa_format_to_type_and_c...
2010-11-11 Brian Paulmesa: improve error message
2010-11-11 Brian Paulmesa: #include mfeatures.h in enums.h
2010-11-11 Francisco Jerezdri/nouveau: Split hardware/software TNL instantiation...
2010-11-11 Vinson Leemesa: Fix printf format warnings.
2010-11-11 Ian Romanickmesa: Allow query of MAX_SAMPLES with EXT_framebuffer_m...
2010-11-10 Robert Hookerintel: Add a new B43 pci id.
2010-11-10 Eric Anholti965: re-enable gen6 IF statements in the fragment...
2010-11-10 Eric Anholti965: Work around strangeness in swizzling/masking...
2010-11-10 Francisco Jerezmeta: Handle bitmaps with alpha test enabled.
2010-11-10 Roland Scheideggermesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH...
2010-11-10 Roland Scheideggerr200: fix r200 large points
2010-11-10 Vinson Leemesa: Clean up header file inclusion in pixelstore.h.
2010-11-10 Vinson Leemesa: Clean up header file inclusion in pixel.h.
2010-11-10 Zhenyu WangRevert "i965: VS use SPF mode on sandybridge for now"
2010-11-10 Zhenyu Wangi965: fix dest type of 'endif' on sandybridge
2010-11-10 Eric Anholti965: Add support for math on constants in gen6 brw_wm_...
2010-11-10 Ian Romanickir_to_mesa: Refactor code for emitting DP instructions
2010-11-10 Eric Anholti965: Allow OPCODE_SWZ to put immediates in the first...
2010-11-09 Peter Cliftonintel: Add assert check for blitting alignment.
2010-11-09 Eric AnholtRevert "intel: Fix the client-side swapbuffers throttling."
2010-11-09 Eric Anholtintel: Fix the client-side swapbuffers throttling.
2010-11-09 Brian Paulmesa: no-op glBufferSubData() on size==0
2010-11-09 Vinson Leemesa: Clean up header file inclusion in nvprogram.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in multisample.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in matrix.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in lines.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in light.h.
2010-11-09 Vinson Leemesa: Add missing header and forward declarations in...
2010-11-09 Vinson Leemesa: Clean up header file inclusion in image.h.
2010-11-09 Thomas Hellstrommesa: Add talloc includes for gles
2010-11-09 Vinson Leemesa: Clean up header file inclusion in histogram.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in hint.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in framebuffer.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in fog.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in ffvertex_prog.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in fbobject.h.
2010-11-09 Johann Rudloffradeon: Implement GL_OES_EGL_image
2010-11-09 Johann Rudloffradeon: Implement __DRI_IMAGE and EGL_MESA_image_drm
2010-11-09 Johann Rudloffradeon: Implement EGL_MESA_no_surface_extension
2010-11-08 Mario Kleinermesa/r300classic: Fix dri2Invalidate/radeon_prepare_ren...
2010-11-08 Peter Cliftonintel: Fix emit_linear_blit to use DWORD aligned width...
2010-11-08 Alex Deucherr600c: properly align mipmaps to group size
2010-11-08 Vinson Leemesa: Clean up header file inclusion in extensions.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in enable.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in drawtex.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in drawpix.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in depthstencil.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in depth.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in debug.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in convolve.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in colortab.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in buffers.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in blend.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in attrib.h.
2010-11-08 Vinson Leemesa: Clean up header file inclusion in atifragshader.h.
2010-11-08 Brian Paulmesa: make fixed-pt and byte-valued arrays a runtime...
2010-11-08 Brian Paulmesa: remove stray GL_FLOAT case in _mesa_is_legal_form...
2010-11-08 Brian Paulmesa: implement uint texstore code
2010-11-08 Brian Paulmesa: rename vars in pixel pack/unpack code
2010-11-08 Brian Paulmesa: consolidate pixel packing/unpacking code
2010-11-07 Vinson Leemesa: Clean up header file inclusion in arrayobj.h.
2010-11-07 Vinson Leemesa: Include mfeatures.h in api_validate.c for FEATURE...
2010-11-07 Vinson Leemesa: Include mfeatures.h in api_loopback for FEATURE_b...
2010-11-07 Vinson Leemesa: Clean up header file inclusion in api_validate.h.
2010-11-07 Vinson Leemesa: Clean up header file inclusion in api_loopback.h.
2010-11-07 Vinson Leemesa: Clean up header file inclusion in version.h.
2010-11-07 Vinson Leemesa: Clean up header file inclusion in accum.h.
2010-11-06 Eric Anholtmesa: Fix delayed state flagging for EXT_sso-related...
2010-11-06 Francisco Jerezmeta: Don't try to disable cube maps if the driver...
2010-11-06 Francisco Jerezvbo: Avoid unnecessary copy to/from current in vertex...
2010-11-05 Vinson Leei965: Silence uninitialized variable warning.
2010-11-05 Vinson Leei965: Silence uninitialized variable warning.
2010-11-05 Vinson Leer300/compiler: Move declaration before code.
2010-11-05 Vinson Leer300/compiler: Move declaration before code.
2010-11-04 Francisco Jerezmeta: Fix incorrect rendering of the bitmap alpha compo...
2010-11-04 Francisco Jerezmeta: Don't leak alpha function/reference value changes.
2010-11-04 Tilman Sauerbeckst/mesa: Reset the constant buffers before destroying...
2010-11-04 Vinson Leedri/nouveau: Silence uninitialized variable warning.
2010-11-03 Brian Paulmesa: code to unpack RGBA as uints
2010-11-03 Eric Anholtintel: Remove leftover dri1 locking fields in the context.
2010-11-03 Eric Anholtintel: Remove duplicated teximage miptree to object...
2010-11-03 Eric Anholtintel: Avoid taking logbase2 of several things that...
2010-11-03 Eric Anholti965: Remove dead intel_structs.h file.
2010-11-03 Eric Anholtintel: Remove the magic unaligned memcpy code.
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
2010-11-02 Brian Paulmesa: silence new warnings in texobj.c
2010-11-02 Vinson Leesavage: Remove unnecessary header.
2010-11-02 Eric Anholtintel: For batch, use GTT mapping instead of writing...
2010-11-02 Eric Anholtmesa: Don't compute an unused texture completeness...
2010-11-02 Tilman Sauerbeckst/mesa: Reset the index buffer before destroying the...
2010-11-02 Chad Versacemesa: Fix C++ includes in sampler.cpp
2010-11-02 Keith Whitwellst/mesa: unbind constant buffer when not in use
2010-11-02 Brian Paulmesa: fix aux/accum comment and error message mixups
2010-11-02 Brian Paulmesa: remove always-false conditional in check_compatible()
2010-11-02 Brian Pauldri/util: add a bunch of comments
2010-11-02 Brian Paulmesa: move the gl_config struct declaration
2010-11-02 Brian Paulmesa: use GLubyte for edge flag arrays
next