Age | Commit message (Expand) | Author |
2010-02-05 | st/mesa: allow negative index for PROGRAM_STATE_VAR | Brian Paul |
2010-02-05 | mesa: debug output for ARL | Brian Paul |
2010-02-05 | docs: Fix a typo in mesa3d.org HTML. | Brian Paul |
2010-02-05 | osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs. | Brian Paul |
2010-02-05 | progs/demos: fix typo | Brian Paul |
2010-02-05 | egl_dri2: Use pkg-config cflags and libs from configure output | Kristian Høgsberg |
2010-02-05 | nouveau: Fix warning for void function returning value. Add missing include f... | Patrice Mandin |
2010-02-05 | glapi: Add back the reduced Noop dispatch | Kristian Høgsberg |
2010-02-05 | glx: Don't mark the XF86DRI functions PUBLIC | Kristian Høgsberg |
2010-02-05 | egl_dri2: Log both driver and core extensions | Kristian Høgsberg |
2010-02-05 | egl_dri2: Audit and fix errors paths | Kristian Høgsberg |
2010-02-05 | egl_dri2: Just cast the pointer difference to an int | Kristian Høgsberg |
2010-02-05 | st/mesa: 'fix' point coord semantic info | Brian Paul |
2010-02-05 | tgsi: remove special-case code for fragment position | Brian Paul |
2010-02-05 | allow make to build lp_test_* for llvmpipe | Chris Li |
2010-02-05 | llvmpipe: Disable multithreading on windows. | José Fonseca |
2010-02-05 | os: Don't assert on missing implementation of barrier init/destroy. Just usage. | José Fonseca |
2010-02-05 | Merge remote branch 'origin/master' | José Fonseca |
2010-02-05 | Merge remote branch 'origin/lp-binning' | José Fonseca |
2010-02-05 | r200: Optimize polygon stipple emit. | Pauli Nieminen |
2010-02-05 | r200: Add trace logging to r200PointSize. | Pauli Nieminen |
2010-02-05 | Merge commit 'fj/mesa-next' | Keith Whitwell |
2010-02-05 | r100: Add the polygon stipple state to the state list. | Pauli Nieminen |
2010-02-05 | egl: Add debug messages to config validation and matching. | Chia-I Wu |
2010-02-05 | egl: Clean up eglconfig.h. | Chia-I Wu |
2010-02-05 | docs: Update the developer section of egl.html. | Chia-I Wu |
2010-02-05 | egl: Remove egl_xdri. | Chia-I Wu |
2010-02-05 | egl: Update the comments to typecast macros. | Chia-I Wu |
2010-02-05 | egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS. | Chia-I Wu |
2010-02-05 | egl: Clarify IsLinked and IsBound. | Chia-I Wu |
2010-02-05 | egl_dri2: Do not destroy linked resources. | Chia-I Wu |
2010-02-05 | egl_dri2: Fix a snprintf warning. | Chia-I Wu |
2010-02-05 | egl_dri2: Add a debug print for DRI2 extensions. | Chia-I Wu |
2010-02-05 | configure.ac: Check for xcb-dri2 to enable EGL dri2 driver. | Chia-I Wu |
2010-02-04 | egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually work | Kristian Høgsberg |
2010-02-04 | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul |
2010-02-04 | r200: Add the polygon stipple state to the state list. | Pauli Nieminen |
2010-02-04 | r200: Add logging for glPolygonStripple. | Pauli Nieminen |
2010-02-04 | radeon: Make debugging automaticaly increase logging verbosity for debug build. | Pauli Nieminen |
2010-02-04 | Nuke the nv0x-nv2x gallium pipe drivers. | Francisco Jerez |
2010-02-04 | Import a classic DRI driver for nv0x-nv2x. | Francisco Jerez |
2010-02-04 | egl: Add driver for EGL on X with DRI2 | Kristian Høgsberg |
2010-02-04 | scons: Eliminate mixed space/tabs. | José Fonseca |
2010-02-04 | scons: Only override scons CC selection in the embedded platform. | José Fonseca |
2010-02-04 | trace: util_stream -> os_stream | José Fonseca |
2010-02-04 | auxiliary: util_stream -> os_stream | José Fonseca |
2010-02-04 | os: Ensure header includes are outside extern "C" {}. | José Fonseca |
2010-02-04 | util: Reimplement u_time on top of os_time. | José Fonseca |
2010-02-04 | gallium: Add a define for deprecated function attribute. | José Fonseca |
2010-02-04 | os: Time abstractions. | José Fonseca |