summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-06util: Add a new flag, for formats that can be described as a bitmask.José Fonseca3-7/+12
2010-03-06progs/gallium/unit: Skip test cases which cannot be represented in 4ub.José Fonseca1-4/+23
2010-03-06progs/gallium/unit: Use the shortened name to reconstruct the function being ...José Fonseca1-1/+1
2010-03-06util: Add the shortened format name to the description.José Fonseca2-0/+8
2010-03-06progs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8U_NORM test cases.José Fonseca1-7/+6
2010-03-06gallivm: Add some notes about sampler static state construction.José Fonseca1-1/+17
2010-03-06gallivm: Answer question/comment.José Fonseca1-1/+11
2010-03-06scons: Refuse to use LLVM 2.7 for now.José Fonseca1-0/+10
2010-03-06scons: Fix version comparisons.José Fonseca1-1/+2
2010-03-06gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.José Fonseca1-0/+5
2010-03-06gallivm: Integrate udis86 on scons builds.José Fonseca1-0/+2
2010-03-06gallivm: Generate valid IR for LLVM 2.7.José Fonseca1-1/+14
2010-03-06scons: Detect and support LLVM 2.7.José Fonseca1-52/+80
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis12-7545/+0
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis15-35/+0
2010-03-06config: drop WINDOW_SYSTEM varGeorge Sapountzis7-10/+0
2010-03-05docs: skeleton for 7.9 release notesBrian Paul1-0/+50
2010-03-05mesa: bump version to 7.9Brian Paul3-5/+5
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY4-9/+3
2010-03-05meta: Use the DrawBuffer's stencil sizeIan Romanick1-1/+1
2010-03-05swrast: Remove redundant test of the visual's accumulation buffer sizeIan Romanick1-5/+1
2010-03-05swrast: Adjust colors based on ReadBuffer visual, not context visualIan Romanick1-9/+9
2010-03-05swrast: Remove stray comment that mentions ctx->VisualIan Romanick1-1/+0
2010-03-05gallivm: checkpoint: code gen for mipmap selectionBrian Paul1-0/+65
2010-03-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul4-5/+23
2010-03-05gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul1-0/+12
2010-03-05gallivm: checkpoint: texture LOD computation code genBrian Paul1-3/+126
2010-03-05gallivm: added field for sampler lodBrian Paul2-4/+6
2010-03-05i965: Only use the effective subset of the WM sampler key.Eric Anholt1-4/+9
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt7-144/+39
2010-03-05i965: Remove the paths for making a const surface object for a NULL BO.Eric Anholt2-20/+13
2010-03-05i965: Remove the unused SDC BO pointer from the sampler state key.Eric Anholt1-1/+0
2010-03-05i965: Rename SNB brw_*_key structs to gen6_*_key structs.Eric Anholt1-8/+8
2010-03-05i965: Pack gen6 blend_state_key structure.Eric Anholt1-2/+1
2010-03-05intel: Only do batchbuffer debug if --enable-debug is used.Eric Anholt1-0/+10
2010-03-05intel: Replace batch macro contents with function calls.Eric Anholt1-28/+39
2010-03-05intel: Move the assertions about reloc delta from the macros to the function.Eric Anholt2-2/+4
2010-03-05intel: Check that the batch is mapped per BEGIN, not each OUT.Eric Anholt1-1/+1
2010-03-05i965: Try to assign SNB SF inputs to outputs.Eric Anholt1-2/+41
2010-03-05i965: Fix the SNB SF input size.Eric Anholt1-1/+1
2010-03-05Always return VOLATILE for ObjectPurgeable(VOLATILE)Chris Wilson1-4/+16
2010-03-05llvmpipe: add pipe_thread_wait() callsBrian Paul1-0/+6
2010-03-05gallium/docs: document additional wrap mode restrictionsBrian Paul1-0/+3
2010-03-05gallivm: minor arithmetic improvementsBrian Paul1-9/+12
2010-03-05gallivm: implement non-normalized texture wrap modesBrian Paul1-39/+68
2010-03-05softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul1-6/+43
2010-03-05mesa: minor reformatting, new commentsBrian Paul1-2/+9
2010-03-05progs/xdemos: fix up GLX extension checkingJesse Barnes3-27/+6
2010-03-05DRI2: expose OML_sync_control if possibleJesse Barnes1-0/+3
2010-03-05GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes1-4/+0