mesa.git
2010-03-12 Michel Dänzervmwgfx/dri: Fix SCons build.
2010-03-12 Michel Dänzerst/dri: Always try to set up R5G6B5 configs.
2010-03-12 Luc Verhaegendri/r700: include shader/programopt.h instead of progra...
2010-03-12 Jeff SmithAdd programs to .gitignore in redbook
2010-03-12 Jeff SmithAdd programs to .gitignore in xdemos
2010-03-12 Jeff SmithAdd -L$(libdir) for xdemos and egl so that the right...
2010-03-12 Jeff SmithGrammar and spelling fixes
2010-03-12 Vinson Leeradeon: Fix memory leaks from early return.
2010-03-11 Brian Paulst/mesa: s/BUFFER_FRONT_LEFT/surfIndex/
2010-03-11 Brian Paulst/mesa: fix st_set_framebuffer_surface() state validation
2010-03-11 Jakob Bornecrantzst/xorg: Fixup configure
2010-03-11 Brian PaulARB prog parser: added (float) casts and regenerate...
2010-03-11 Jakob Bornecrantzst/xorg: Include cursorstr.h
2010-03-10 Karl Schultzwindows: fix compilation errors and warnings
2010-03-10 Karl Schultzwindows: Quiet warning by not defining YY_NO_UNISTD_H.
2010-03-10 Brian Paulst/mesa: fix incorrect glCopyPixels between window/FBO
2010-03-10 Brian Paulst/mesa: fix incorrect glDrawPixels into FBO
2010-03-10 Michel Dänzerst/xorg: Work around cursor reference counting bugs...
2010-03-08 Alex Deucherradeon: don't attempt to use alternate blit formats...
2010-03-08 Brian Paulsoftpipe: zero-out entire clear_flags array in sp_tile_...
2010-03-08 Brian Paulst/mesa: don't detach renderbuffer, surface in st_finis...
2010-03-08 Alex Deucherr600: enable GL_ARB_pixel_buffer_object
2010-03-08 Brian Paulmesa: add additional missing z formats for render to...
2010-03-08 Alex Deucherradeon/r200/r600: allow src and dst BOs to be placed...
2010-03-08 Alex Deucherradeon/r200/r600: reset bos when validating buffers...
2010-03-08 Alex Deucherr600: recalculate point size, if point min/max size...
2010-03-08 Alex Deucherr600: no need to flush on context init
2010-03-08 Maciej Cencorar300: don't enable EXT_packed_depth_stencil
2010-03-08 Maciej Cencoraradeon: no need to emit full state twice after flush
2010-03-08 Maciej Cencorar300: allow src and dst BOs to be placed in GTT during...
2010-03-08 Maciej Cencorar300: reset bos when validating buffers during blit
2010-03-08 Maciej Cencoraradeon: fallback to software in glCopyTexImage if blit...
2010-03-08 Maciej Cencorar300: VAP flush is needed only when vertex program...
2010-03-08 Maciej Cencorar300: recalculate point size, if point min/max size...
2010-03-08 Maciej Cencorar300: no need to flush on context init
2010-03-08 Maciej Cencorar300: remove unnecessary code
2010-03-08 Brian Paulmesa: add render-to-texture case for MESA_FORMAT_S8_Z24
2010-03-08 Brian Paulmesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_F...
2010-03-08 Chia-I Wust/vega: Fix OpenVG demo segfaults.
2010-03-07 Vinson Leegallivm: Initialize variables for default cases.
2010-03-06 Vinson Leeprogs/demos: Add arbocclude2 to Makefile and .gitignore.
2010-03-06 Brian Paulglx: Move initialization of ext_list_first_time to...
2010-03-06 Brian Pauldocs: remove merge conflict garbage
2010-03-06 Ian Romanickmeta: Use the DrawBuffer's stencil size
2010-03-06 Ian Romanickswrast: Remove redundant test of the visual's accumulat...
2010-03-06 Ian Romanickswrast: Adjust colors based on ReadBuffer visual, not...
2010-03-06 Ian Romanickswrast: Remove stray comment that mentions ctx->Visual
2010-03-05 Brian Paulgallivm: checkpoint: code gen for mipmap selection
2010-03-05 Brian Paulllvmpipe: added code to set texture depth, max mipmap...
2010-03-05 Brian Paulgallivm: added methods for getting texture depth, num...
2010-03-05 Brian Paulgallivm: checkpoint: texture LOD computation code gen
2010-03-05 Brian Paulgallivm: added field for sampler lod
2010-03-05 Eric Anholti965: Only use the effective subset of the WM sampler...
2010-03-05 Eric Anholtintel: Remove support for the DRI1 TFP extension.
2010-03-05 Eric Anholti965: Remove the paths for making a const surface objec...
2010-03-05 Eric Anholti965: Remove the unused SDC BO pointer from the sampler...
2010-03-05 Eric Anholti965: Rename SNB brw_*_key structs to gen6_*_key structs.
2010-03-05 Eric Anholti965: Pack gen6 blend_state_key structure.
2010-03-05 Eric Anholtintel: Only do batchbuffer debug if --enable-debug...
2010-03-05 Eric Anholtintel: Replace batch macro contents with function calls.
2010-03-05 Eric Anholtintel: Move the assertions about reloc delta from the...
2010-03-05 Eric Anholtintel: Check that the batch is mapped per BEGIN, not...
2010-03-05 Eric Anholti965: Try to assign SNB SF inputs to outputs.
2010-03-05 Eric Anholti965: Fix the SNB SF input size.
2010-03-05 Chris WilsonAlways return VOLATILE for ObjectPurgeable(VOLATILE)
2010-03-05 Brian Paulllvmpipe: add pipe_thread_wait() calls
2010-03-05 Brian Paulgallium/docs: document additional wrap mode restrictions
2010-03-05 Brian Paulgallivm: minor arithmetic improvements
2010-03-05 Brian Paulgallivm: implement non-normalized texture wrap modes
2010-03-05 Brian Paulsoftpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for...
2010-03-05 Brian Paulmesa: minor reformatting, new comments
2010-03-05 Jesse Barnesprogs/xdemos: fix up GLX extension checking
2010-03-05 Jesse BarnesDRI2: expose OML_sync_control if possible
2010-03-05 Jesse BarnesGLX: remove debug prints from glXWaitForMscOML dispatch
2010-03-05 Jesse Barnesxdemos/omlsync: add waitformsc and swap interval code
2010-03-05 Michal Krolprogs: Add arbocclude2 demo.
2010-03-05 Brian Paulgallium/docs: updated/improve sampler state documentation
2010-03-05 Brian Pauldocs: document GL_APPLE_object_purgeable
2010-03-05 Brian Paulmesa: whitespace fixes, 80-column wrapping, etc.
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
2010-03-05 Chris WilsonAPPLE_object_purgeable: intel
2010-03-05 Chris WilsonAPPLE_object_purgeable: core
2010-03-05 Chia-I Wumesa/es: Update GLAPI and APISpec for GL_OES_EGL_image.
2010-03-05 Chia-I Wust/egl: Add support for EGL_KHR_image_base and EGL_KHR_...
2010-03-05 Chia-I Wust/egl: Add get_param to native display interface.
2010-03-05 Chia-I Wust/egl: Move modeset interface to native_modeset.h.
2010-03-05 Chia-I Wust/egl: Add event support to the native display interface.
2010-03-05 Vinson LeeRevert "mesa: Remove pointless comparison of unsigned...
2010-03-05 Eric Anholtintel: Remove non-kernel-exec-fencing support.
2010-03-05 Eric Anholtintel: Remove the unused s8 spans code. Not hit during...
2010-03-04 Michel DänzerFix comparison of unsigned value against < 0.
2010-03-04 Brian Paulsoftpipe: minor tweaks to texture filtering code
2010-03-04 Brian Paulgallivm: implement texture border color, plus tweaks...
2010-03-04 Brian Paulgallivm: added texture border_color field
2010-03-04 Brian Paulgallivm: added question/comment
2010-03-04 Brian Paulllvmpipe: new comment
2010-03-04 Brian Paulgallivm: comments
2010-03-04 Francisco Jerezdri/nouveau: Remove some CI remnants.
2010-03-04 Andrew Randrianasuludri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat.
2010-03-04 Andrew Randrianasuludri/nouveau: Enable GL_EXT_stencil_wrap.
next