mesa.git
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Younes Mantonnouveau: nv40 swizzled mipmap fixes.
2009-02-10 Patrice Mandinnouveau: nv30: fix miptree organization to have swizzle...
2009-02-10 Patrice Mandinnouveau: revert all my changes here, not the right way
2009-02-10 Patrice Mandinnouveau: stop with 0 dimension
2009-02-10 Patrice Mandinnouveau: we already have the right src offset
2009-02-10 José Fonsecaprogs: Build samples dir with scons and glew.
2009-02-10 Patrice Mandinnouveau: do not forget to half dimension.
2009-02-10 Patrice Mandinnouveau: revert most parts of recent mipmap+swizzle...
2009-02-10 José Fonsecaprogs: Build rebook with scons too.
2009-02-10 Keith Whitwellwgl: return before locking if stw_icd is NULL
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 José Fonsecascons: Use parallel builds by default.
2009-02-10 Keith Whitwellwgl: mutex-protect the shared stw_icd struct
2009-02-10 Patrice Mandinnouveau: dst offset is correct
2009-02-10 José Fonsecapipebuffer: Drop reliance on pipe_winsys.
2009-02-10 Patrice MandinMissing: tgsi: Fix build -- rename Size to NrTokens.
2009-02-10 Patrice Mandinnouveau: recalc sub width and height for each mipmap...
2009-02-10 Jakob Bornecrantzmesa: Build both software rasterizers for debug
2009-02-10 Jakob Bornecrantzgallium: Don't rebuild common drm code
2009-02-10 Jakob Bornecrantzgallium: Install DRI drivers into lib/gallium
2009-02-10 Jakob Bornecrantzgallium: Introduce new subdirs build variables
2009-02-10 Jakob BornecrantzRevert "cell: update linux-cell config"
2009-02-10 Jakob BornecrantzRevert "mesa: added new linux-gallium and linux-gallium...
2009-02-10 Michal Krolnv40: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolnv30: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolnv20: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolbrw: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroli915: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolgallivm: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroldraw: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroltgsi: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolgallium: Rename Size member of TGSI token to NrTokens.
2009-02-10 Keith Whitwellvmw/icd: remove bogus current_context value
2009-02-10 José Fonsecamesa: Compare formats using nominal bytes per pixel.
2009-02-10 Michel Dänzergallium: Fixups for driCreateConfigs MSAA support.
2009-02-10 José Fonsecawgl: Fix null pointer reference.
2009-02-10 José Fonsecastw: Hack for applications which use wglSetPixelFormat...
2009-02-10 José Fonsecaglut: Use the official WGL functions.
2009-02-10 José Fonsecaglut: DESCRIPTION .def clause deprecated.
2009-02-10 José Fonsecawgl: s/0x%p/%p/g
2009-02-09 Brian Paulmesa: add x86/rtasm/x86sse.c to fix linux-x86 build
2009-02-09 Roland Scheideggermesa: fixes for srgb formats
2009-02-09 Roland Scheideggerfix _mesa_get_teximage for srgb textures
2009-02-09 Brian Paulre-add MSAA support
2009-02-09 José Fonsecaindices: Fix typo.
2009-02-09 Brian Paulcell: update linux-cell config
2009-02-09 Brian Paulmesa: build/use libmesagallium.a for gallium builds
2009-02-09 Brian Paulmesa: added new linux-gallium and linux-gallium-debug...
2009-02-09 Brian Paulsoftpipe: add null ptr check in softpipe_map_constant_b...
2009-02-09 Brian Paulmesa: prefix #includes with main/
2009-02-09 Brian Paulswrast: fix typo: s/drapix/drawpix/
2009-02-09 Brian Paulmesa: remove old 'sources' file in favor of 'sources...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-09 Siddhartha... mesa: autoconf fixes for OS X
2009-02-09 Brian Paulmesa: rework _mesa_reference_framebuffer() to look...
2009-02-08 Patrice Mandinnouveau: include and calc offset before changing dimens...
2009-02-08 Patrice Mandinnouveau: upload and swizzle each mipmap level in turn
2009-02-08 Corbin Simpsonr300: Accidentally removed a pipe_buffer_reference...
2009-02-08 Corbin Simpsonr300: Add SW TCL paths for clear.
2009-02-08 Corbin Simpsonr300: Update to match pipe_surface changes.
2009-02-07 Brian Paulcell: remove unused var
2009-02-07 Brian Paulcell: compile fix: many updates to cell texture code...
2009-02-07 Brian Paulsoftpipe: simplify an assertion
2009-02-07 Brian Paulcell: compile fix: no-op xlib_create_brw_screen() for...
2009-02-07 Brian Paulcell: compile fix: alpha.ref is now alpha.ref_value
2009-02-07 Brian Paulcell: compile fix: pipe_constant_buffer no longer has...
2009-02-07 Brian Paulcell: compile fix: pipe_constant_buffer no longer has...
2009-02-07 Brian Paulmesa: minor fixes to incomplete texture debug code
2009-02-07 Brian Paulmesa: debug code for printing info about textures,...
2009-02-07 Brian Paulmesa: code refactoring: move texcombine code into updat...
2009-02-07 Brian Paulmesa: minor clean-ups, remove unneeded conditional
2009-02-07 Brian Paulmesa: fix logic error in computing enableBits in update...
2009-02-07 Younes Mantonnouveau: Need to surface_copy() without a pipe context.
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2' of git://anongit.freedesktop...
2009-02-06 Corbin SimpsonReadd trace to list of default pipe drivers.
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-06 Corbin SimpsonRename winsys amd to radeon.
2009-02-06 Corbin SimpsonRemove r300 from default build.
2009-02-06 Younes Mantong3dvl: Catch up to gallium changes, fix build.
2009-02-06 Younes Mantonnouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.
2009-02-06 Younes Mantonnouveau: Frontbuffer pitch needs to be set.
2009-02-06 Brian Paulmesa: fix tnl->render_inputs_bitset setup for fragment...
2009-02-06 Brian Paulswrast: return (0,0,0,1) when sampling incomplete textu...
2009-02-06 Brian Paulglsl: new MESA_GLSL env var for GLSL debugging features
2009-02-06 Brian Paulmesa: tweak output of _mesa_write_shader_to_file()
2009-02-06 Brian PaulRevert "mesa: meaningless whitespace change to see...
2009-02-06 Brian Paulmesa: meaningless whitespace change to see if git's...
2009-02-06 Dave Airlieradeon: remove include that breaks build in !OLD_PACKET...
2009-02-06 Corbin Simpsonr300: Clean up CS counting.
2009-02-05 Joakim Sindholtr300: working trivial/clear for r5xx
2009-02-05 Corbin Simpsonr300: Add framebuffer setup stub.
2009-02-05 Pekka Paalanennv20: copy miptree flags from nv40
2009-02-05 Pekka Paalanennv04-nv40: fix nv##_surface_copy() for flipped
2009-02-05 Pekka Paalanennv04: fix pasto in nv04_surface_2d_init()
2009-02-05 Keith Whitwellindices: quad fixes
2009-02-05 Keith Whitwellgallium: add new aux lib for index list translations
2009-02-05 Brian Paulmesa: remove oddball linux-directfb-install makefile...
2009-02-05 Brian Paulmesa: minor Makefile improvement for versioning
2009-02-05 Brian Paulgallium: fixup #includes: p_screen.h does not need...
next