summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis
2010-03-05mesa: bump version to 7.9Brian Paul
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY
2010-03-05meta: Use the DrawBuffer's stencil sizeIan Romanick
2010-03-05swrast: Remove redundant test of the visual's accumulation buffer sizeIan Romanick
2010-03-05swrast: Adjust colors based on ReadBuffer visual, not context visualIan Romanick
2010-03-05swrast: Remove stray comment that mentions ctx->VisualIan Romanick
2010-03-05gallivm: checkpoint: code gen for mipmap selectionBrian Paul
2010-03-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul
2010-03-05gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul
2010-03-05gallivm: checkpoint: texture LOD computation code genBrian Paul
2010-03-05gallivm: added field for sampler lodBrian Paul
2010-03-05i965: Only use the effective subset of the WM sampler key.Eric Anholt
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt
2010-03-05i965: Remove the paths for making a const surface object for a NULL BO.Eric Anholt
2010-03-05i965: Remove the unused SDC BO pointer from the sampler state key.Eric Anholt
2010-03-05i965: Rename SNB brw_*_key structs to gen6_*_key structs.Eric Anholt
2010-03-05i965: Pack gen6 blend_state_key structure.Eric Anholt
2010-03-05intel: Only do batchbuffer debug if --enable-debug is used.Eric Anholt
2010-03-05intel: Replace batch macro contents with function calls.Eric Anholt
2010-03-05intel: Move the assertions about reloc delta from the macros to the function.Eric Anholt
2010-03-05intel: Check that the batch is mapped per BEGIN, not each OUT.Eric Anholt
2010-03-05i965: Try to assign SNB SF inputs to outputs.Eric Anholt
2010-03-05i965: Fix the SNB SF input size.Eric Anholt
2010-03-05Always return VOLATILE for ObjectPurgeable(VOLATILE)Chris Wilson
2010-03-05llvmpipe: add pipe_thread_wait() callsBrian Paul
2010-03-05gallium/docs: document additional wrap mode restrictionsBrian Paul
2010-03-05gallivm: minor arithmetic improvementsBrian Paul
2010-03-05gallivm: implement non-normalized texture wrap modesBrian Paul
2010-03-05softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul
2010-03-05mesa: minor reformatting, new commentsBrian Paul
2010-03-05DRI2: expose OML_sync_control if possibleJesse Barnes
2010-03-05GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes
2010-03-05gallium/docs: updated/improve sampler state documentationBrian Paul
2010-03-05mesa: whitespace fixes, 80-column wrapping, etc.Brian Paul
2010-03-05Merge branch 'object-purgeable'Chris Wilson
2010-03-05APPLE_object_purgeable: intelChris Wilson
2010-03-05APPLE_object_purgeable: coreChris Wilson
2010-03-05mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image.Chia-I Wu
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
2010-03-05st/egl: Add get_param to native display interface.Chia-I Wu
2010-03-05st/egl: Move modeset interface to native_modeset.h.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-04Revert "mesa: Remove pointless comparison of unsigned integer with a negative...Vinson Lee
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt
2010-03-04intel: Remove the unused s8 spans code. Not hit during no_rast piglit.Eric Anholt
2010-03-05Fix comparison of unsigned value against < 0.Michel Dänzer
2010-03-04softpipe: minor tweaks to texture filtering codeBrian Paul
2010-03-04gallivm: implement texture border color, plus tweaks to some wrap modesBrian Paul