mesa.git
2010-03-27 Chia-I Wuegl: Always return the previously bound context.
2010-03-27 George Sapountzisdrisw: add comment to libGL about stride
2010-03-27 George Sapountzisdrisw: make stride issue profound
2010-03-27 Vinson Leeidentity: Add id_drm.c to SCons build.
2010-03-27 Chia-I Wust/egl: Fix missing symbols.
2010-03-27 Mathias Fröhlichr300g: fix macrotiling for non-square textures
2010-03-27 George Sapountzisglx: try swrastg_dri, if swrast_dri fails
2010-03-27 Corbin Simpsonr300g: Make SWTCL clear work again.
2010-03-27 Vinson Leer300g: Remove unnecessary header.
2010-03-27 Vinson Leegallium: Fix Windows SCons build.
2010-03-27 Vinson Leest/dri: Fix SCons build.
2010-03-26 Chris Ligallium/llvmpipe: add PROGS target/rule to Makefile...
2010-03-26 Chris Liauto detect llvm version
2010-03-26 Vinson Leertasm: Silence gnu_printf format warnings.
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-26 Michel Dänzerdri/swrast: Fix frontbuffer rendering.
2010-03-26 Michel Dänzerdri/swrast: Fix missed conversion of one pixel pointer...
2010-03-26 George Sapountzisswrastg: allow for any of the software rasterizers.
2010-03-26 George Sapountzisdri/common: add comment about DRISW wrt DRI1 / DRI2
2010-03-26 George Sapountzisst/dri: add comment about the ifdef in dri_screen.c
2010-03-26 George Sapountzisst/dri: factor out common init_screen code
2010-03-26 George Sapountzisst/dri mv __driDriverExtensions to drisw.c and dri2.c
2010-03-26 George Sapountzisst/dri: fold dri_extensions.c into dri_context.c
2010-03-26 Brian Paulmesa: only call _mesa_update_state() when necessary...
2010-03-26 Jakob Bornecrantzswrastg: Use llvmpipe if built but only on scons
2010-03-26 Jakob Bornecrantzswrastg: Build with scons
2010-03-26 Jakob Bornecrantzgallium: Fix DRI driver build warnings under scons
2010-03-26 Jakob Bornecrantzsvga/drm: Fix build under scons
2010-03-26 Xavier Chantrysvga: Fix typo in configure script
2010-03-26 Corbin Simpsonr300/compiler: Lower CMP for vertex programs.
2010-03-26 Corbin SimpsonRevert "r300g: add generating texture coordinates for...
2010-03-26 Christoph Bumillernv50: fix FACE semantic check in FP input slot assignments
2010-03-26 Vinson Leertasm: Fix typos in comments.
2010-03-26 Vinson Leeidentity: Remove unnecessary header.
2010-03-26 Jakob Bornecrantzprogs/gallium: Add trivial gallium demos
2010-03-26 Eric Anholti965: Fix readpixels from ReadBuffer != DrawBuffer.
2010-03-26 Eric Anholti965: Fix inversion for glCopyPixels to/from FBOs.
2010-03-26 Eric Anholtintel: Rely on allocated region pitch for the miptree...
2010-03-26 Eric Anholtintel: Remove extra tiling setting after allocating...
2010-03-26 Eric Anholtintel: Respect src pitch in _mesa_copy_rect().
2010-03-26 Jakob Bornecrantzdraw: Add EMIT_4UB_BGRA format
2010-03-26 Jakob Bornecrantzdraw: Use translate function instead of switch cases
2010-03-25 Jakob Bornecrantzi915g: Rename winsys prefix to i915_ from intel_
2010-03-25 Jakob Bornecrantzst/dri: Move common files to common directory
2010-03-25 Jakob Bornecrantzst/dri: Reshuffle files and make it obvious which files...
2010-03-25 Tom FogalRegenerate gl_mangle.h
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-25 Brian PaulRevert "llvmpipe: optimize the lp_setup_fence() function"
2010-03-25 Brian Paulllvmpipe: disable an assertion
2010-03-25 Brian Paulglapi: return int = 0 from NoOpGeneric()
2010-03-25 Jakob Bornecrantzgallium: Add propper sanity checks in configure.ac
2010-03-25 Vinson Leeglslcompiler: Fix build.
2010-03-25 Jakob Bornecrantzst/dri: Don't include sw vs drm dri headers
2010-03-25 Jakob Bornecrantzst/dri: Add dri2 prefix for all dri2.c functions
2010-03-25 George Sapountzisconfigure:ac add swrastg_dri
2010-03-25 George Sapountzisst/dri: add TODO list for DRISW
2010-03-25 George Sapountzisswrastg_dri: hack for loader hardcoded stride
2010-03-25 George Sapountzisswrastg_dri: add winsys and target
2010-03-25 George Sapountzisswrastg_dri: add state_tracker
2010-03-25 George Sapountzisst/dri: add drisw
2010-03-25 George Sapountzisst/dri: add dri_wrapper.h
2010-03-25 George Sapountzisst/dri: export DRI1 surface / pipe
2010-03-25 George Sapountzisst/dri: split out DRI2 code
2010-03-25 George Sapountzisst/dri: make get_texture into validate_att
2010-03-25 George Sapountzisst/dri: flush_frontbuffer, allocate_textures for dri2
2010-03-25 George Sapountzisst/dri: flush_frontbuffer, allocate_textures for dri1
2010-03-25 George Sapountzisst/dri: minor cosmetic for buffers
2010-03-25 George Sapountzisst/dri: minor cosmetic for screen
2010-03-25 George Sapountzisst/dri: add inline for dri2 check done in multiple...
2010-03-25 George Sapountzisdrisw_util: add fields for gallium swrast_dri
2010-03-25 Joakim Sindholtr300g/radeong: fix scons build
2010-03-25 Jakob BornecrantzMerge branch 'gallium-targets'
2010-03-25 Jakob Bornecrantzgallium: Fix libgl-xlib path to sw xlib winsys
2010-03-25 Vinson Leer300g: Remove unnecessary header.
2010-03-25 Vinson Leeprogs/glsl: Fix vsraytrace GLSL compilation error.
2010-03-25 Vinson Leeprogs/glsl: Add raytracing demos to SCons build.
2010-03-25 Brian Paulllvmpipe: fix up some questionable fence code
2010-03-25 Brian Paulllvmpipe: optimize the lp_setup_fence() function
2010-03-25 Brian Paulllvmpipe: call lp_fence_signal()
2010-03-25 Brian Paulllvmpipe: added lp_fence_signal()
2010-03-24 Jakob Bornecrantzi915g: Correct and add supperted texture formats
2010-03-24 Jakob Bornecrantzst/dri: Fix for X server 1.6.0 (DRI2 version 1)
2010-03-24 Brian Paulllvmpipe: fix texture reference counting bug
2010-03-24 Brian Paulprogs/demos: add other modes/patterns to dissolve demo
2010-03-24 Alex Deucherr100/r200/r300/r600: enable accel for Copy/DrawPixels...
2010-03-24 Maciej Cencorar300: report correct state atom size
2010-03-24 Maciej Cencorar300: fix off by one
2010-03-24 Maciej Cencorar300: fix vertex programs with big number of params...
2010-03-24 Maciej Cencorar300: fix wpos/fog handling
2010-03-24 Maciej Cencorar300: clean fog_attr/wpos_attr if code accessing these...
2010-03-24 Jakob Bornecrantzgallium: Add warnings incase pipe drivers are not built...
2010-03-24 Jakob Bornecrantzgallium: Make scons build dri/xorg drivers again
2010-03-24 Eric Anholti965: Handle the negate and abs swizzles on brw_wm_glsl...
2010-03-24 Jakob Bornecrantzradeong: Fix scons build
2010-03-24 Jakob Bornecrantzgallium: Reorg winsys directories
2010-03-24 Jakob Bornecrantzgallium: Move xorg drivers to targets
2010-03-24 Jakob Bornecrantzgallium: Move egl drivers to targets
2010-03-24 Jakob Bornecrantzgallium: Move dri drivers to targets
2010-03-24 Jakob Bornecrantzgallium: Remove GALLIUM_WINSYS_DRM_DIRS
2010-03-24 Brian Paulprogs/glsl: remove/replace //-style comments
next