mesa.git
2010-02-09 Zack Rusinscons: don't assume llvm is always present
2010-02-09 Zack Rusinllvmpipe: switch to using dynamic stack allocation...
2010-02-09 Vinson Leeidentity: Remove unnecessary header.
2010-02-09 Vinson Leesoftpipe: Remove unnecessary headers.
2010-02-09 Brian Paulgallivm: added lp_bld_misc.cpp to sources list
2010-02-09 Brian Paulllvmpipe: include gallivm/lp_bld_misc.h
2010-02-09 Brian Paulgallivm: added gallivm/lp_bld_misc.cpp to Makefile
2010-02-09 Brian Paulllvmpipe: remove files moved to gallivm/ from llvmpipe...
2010-02-09 Brian Paulllvmpipe: s/textured/texture/
2010-02-08 Brian Paulllvmpipe: added counters for color tile clear, load...
2010-02-08 Brian Paulllvmpipe: use new os time functions
2010-02-08 Francisco Jerezglx: Fix SwapBuffers regression introduced by 01923fb72d.
2010-02-08 Zack Rusinllvmpipe: export the tgsi translation code to a common...
2010-02-08 Corbin Simpsonradeong: Provide drm_api::destroy hook.
2010-02-08 Corbin Simpsonradeong: Always return something for create_screen.
2010-02-08 Keith Whitwellst/dri: fix compile breakage
2010-02-08 Keith Whitwellegl: re-fix context_create typo
2010-02-08 Keith Whitwellsvga: remove dead debug sleep
2010-02-08 Keith Whitwellgallium: remove softpipe references in other drivers
2010-02-08 Keith Whitwelldrm/radeon: remove softpipe references
2010-02-08 Marc Dietrichcell: fix the usual cell breakage
2010-02-08 Keith Whitwellgallium: squash-merge of gallium screen context
2010-02-08 Keith Whitwellglx: permit building with older protocol headers
2010-02-08 Joakim Sindholtprogs/demos: update .gitignore
2010-02-08 Vinson Leeprogs/xdemos: Silence uninitialized variable warning.
2010-02-08 Dave Airlieradeon: fix UMS since stp addition.
2010-02-07 Pauli Nieminenmesa: Fix mesa_next_pow_two to return same value if...
2010-02-07 Pauli Nieminenr200: Fix LOD min/max emit.
2010-02-07 Pauli Nieminenr100/r200/r300/r600: Set MaxCombinedTextureImageunits.
2010-02-07 Pauli Nieminenr200: Fix lod bias correction.
2010-02-07 Vinson Leellvmpipe: Silence GCC 'type qualifiers ignored on funct...
2010-02-07 Vinson Leesvga: Remove unnecessary header.
2010-02-07 Vinson Leellvmpipe: Remove unnecessary headers.
2010-02-07 Marek Olšákr300g: cleanup XXXs in the DSA state
2010-02-07 Marek Olšákr300g: make a local copy of framebuffer state
2010-02-07 Marek Olšákr300g: fix color channel masks
2010-02-07 Marek Olšákr300g: remove useless GA_COLOR_CONTROL emit
2010-02-07 Marek Olšákr300g: add L8_SRGB and A8L8_SRGB texture formats
2010-02-06 Pauli Nieminenr200: Add some debug output to texture function.
2010-02-06 Pauli Nieminenr300: Fix emit size prediction to know about primitive...
2010-02-06 Pauli Nieminenradeon: Add some debug output to texture function.\n
2010-02-06 Pauli Nieminenradeon: Use _mesa_next_pow_two_32 instead of own implem...
2010-02-06 Pauli Nieminenmesa/main: Add function to find next higher power of...
2010-02-06 Pauli Nieminenradeon: Add some debug output to miptree code.
2010-02-06 Pauli Nieminenradeon: Remove the loop from stride size calculation.
2010-02-06 Alan CoopersmithGallium: Add Solaris atomic function definitions to...
2010-02-06 Damien Lespiauintel: Allow L8 PBO blit uploads.
2010-02-06 Eric Anholti965: Keep the CURBE BO mapped and memcpy instead of...
2010-02-06 Eric Anholti965: Reset the "need new CURBE BO" flag when we make...
2010-02-06 Eric Anholtintel: Check aperture size when doing a blit glClear.
2010-02-06 Eric Anholtintel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_...
2010-02-06 Vinson Leellvmpipe: Silence GCC 'no previous prototype' warning.
2010-02-06 Vinson Leei965g: Remove unnecessary headers.
2010-02-06 Alan Coopersmitheglplatform.h: recognize __unix as well for Solaris...
2010-02-06 Zack Rusingallium/python: support two more formats in retrace...
2010-02-05 Brian Paulst/mesa: allow negative index for PROGRAM_STATE_VAR
2010-02-05 Brian Paulmesa: debug output for ARL
2010-02-05 Brian Pauldocs: Fix a typo in mesa3d.org HTML.
2010-02-05 Brian Paulosmesa: Add OSMesaColorClamp and OSMesaGetProcAddress...
2010-02-05 Brian Paulprogs/demos: fix typo
2010-02-05 Kristian Høgsbergegl_dri2: Use pkg-config cflags and libs from configure...
2010-02-05 Patrice Mandinnouveau: Fix warning for void function returning value...
2010-02-05 Kristian Høgsbergglapi: Add back the reduced Noop dispatch
2010-02-05 Kristian Høgsbergglx: Don't mark the XF86DRI functions PUBLIC
2010-02-05 Kristian Høgsbergegl_dri2: Log both driver and core extensions
2010-02-05 Kristian Høgsbergegl_dri2: Audit and fix errors paths
2010-02-05 Kristian Høgsbergegl_dri2: Just cast the pointer difference to an int
2010-02-05 Brian Paulst/mesa: 'fix' point coord semantic info
2010-02-05 Brian Paultgsi: remove special-case code for fragment position
2010-02-05 Chris Liallow make to build lp_test_* for llvmpipe
2010-02-05 José Fonsecallvmpipe: Disable multithreading on windows.
2010-02-05 José Fonsecaos: Don't assert on missing implementation of barrier...
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-05 Pauli Nieminenr200: Optimize polygon stipple emit.
2010-02-05 Pauli Nieminenr200: Add trace logging to r200PointSize.
2010-02-05 Keith WhitwellMerge commit 'fj/mesa-next'
2010-02-05 Pauli Nieminenr100: Add the polygon stipple state to the state list.
2010-02-05 Chia-I Wuegl: Add debug messages to config validation and matching.
2010-02-05 Chia-I Wuegl: Clean up eglconfig.h.
2010-02-05 Chia-I Wudocs: Update the developer section of egl.html.
2010-02-05 Chia-I Wuegl: Remove egl_xdri.
2010-02-05 Chia-I Wuegl: Update the comments to typecast macros.
2010-02-05 Chia-I Wuegl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS.
2010-02-05 Chia-I Wuegl: Clarify IsLinked and IsBound.
2010-02-05 Chia-I Wuegl_dri2: Do not destroy linked resources.
2010-02-05 Chia-I Wuegl_dri2: Fix a snprintf warning.
2010-02-05 Chia-I Wuegl_dri2: Add a debug print for DRI2 extensions.
2010-02-05 Chia-I Wuconfigure.ac: Check for xcb-dri2 to enable EGL dri2...
2010-02-05 Kristian Høgsbergegl: Implement eglCopyBuffers for DRI2, make pixmap...
2010-02-04 Brian Paulmesa: change ctx->Driver.ProgramStringNotify() to retur...
2010-02-04 Pauli Nieminenr200: Add the polygon stipple state to the state list.
2010-02-04 Pauli Nieminenr200: Add logging for glPolygonStripple.
2010-02-04 Pauli Nieminenradeon: Make debugging automaticaly increase logging...
2010-02-04 Francisco JerezNuke the nv0x-nv2x gallium pipe drivers.
2010-02-04 Francisco JerezImport a classic DRI driver for nv0x-nv2x.
2010-02-04 Kristian Høgsbergegl: Add driver for EGL on X with DRI2
2010-02-04 José Fonsecascons: Eliminate mixed space/tabs.
2010-02-04 José Fonsecascons: Only override scons CC selection in the embedded...
2010-02-04 José Fonsecatrace: util_stream -> os_stream
next