summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.Eric Anholt2010-05-131-11/+20
| | | | | | | | | This is similar to the GL_QUAD_STRIP -> TRIANGLE_STRIP optimization -- the GS usage to split the quads into tris is a huge bottleneck, so a quick check improves glean blendFunc time massively (width * height of the window of single-pixel GL_QUADS, many many times). This may also end up helping with cairo performance, which sometimes ends up drawing a single quad.
* intel: Don't update window system renderbuffers on TexImage.Eric Anholt2010-05-132-3/+5
| | | | | While sometimes rendering occurs in the form of blits for TexImage, it doesn't interact with the window system renderbuffers, so skip it.
* mesa: Remove no-op wrappers around trig functions.Eric Anholt2010-05-135-57/+7
|
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-139-26/+14
|
* r300g: fix texture transfersMarek Olšák2010-05-133-2/+8
| | | | | | | The regression has first shown up after this state tracker change: b0427bedde80e3189524651a327235bdfddbc613. FDO bug #28082.
* mesa: silence compiler warningAlan Hourihane2010-05-131-1/+3
|
* llvmpipe: Update instructions for MSVC builds.José Fonseca2010-05-131-1/+9
|
* egl: Drop broken _EGL_PLATFORM_NO_OS codeKristian Høgsberg2010-05-131-32/+0
| | | | | It would do strlen(library_suffix()) in _eglLoaderFile(), with library_suffix() returning NULL. So obviuosly not used or tested.
* egl: Don't try to load driver basename if the platform needs a suffixKristian Høgsberg2010-05-131-3/+5
| | | | That is, don't dlopen(egl_glx) when we know we need to append .so.
* trace: Add missing header.Vinson Lee2010-05-131-0/+1
| | | | Fixes GCC implicit function declaration warning.
* st/mesa: Remove unnecessary header.Vinson Lee2010-05-131-1/+0
|
* gallium: Add tokens for Cygwin.Vinson Lee2010-05-133-6/+11
|
* trace: Remove unnecessary headers.Vinson Lee2010-05-132-2/+0
|
* r300g: re-order capsMarek Olšák2010-05-131-40/+28
|
* r300g: fill out the shader limitsMarek Olšák2010-05-131-2/+56
|
* trace: Update READMEJakob Bornecrantz2010-05-121-25/+12
|
* rbug: Update and add READMEsJakob Bornecrantz2010-05-123-3/+64
|
* scons: Add -fvisibility=hidden to CFLAGS for gcc buildsJakob Bornecrantz2010-05-121-1/+2
|
* graw: Make functions publicJakob Bornecrantz2010-05-121-7/+7
|
* rbug: No need to have rbug as a inputJakob Bornecrantz2010-05-121-3/+3
|
* gallivm: Ensure PIPE_OS_xxx are defined.José Fonseca2010-05-121-0/+1
|
* gallivm: Use a more compact approach for lp_build_broadcast_scalar().José Fonseca2010-05-121-8/+10
| | | | | | | It produces exactly the same machine code, but it cuts 5% of the number of instructions generated for a typical shader. Also, preserve the scalar when length is 1.
* llvmpipe: Dump fs key's stencil state.José Fonseca2010-05-121-0/+10
|
* util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca2010-05-122-0/+30
|
* llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.José Fonseca2010-05-121-0/+5
| | | | Otherwise things start crashing.
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-1231-8/+47
| | | | | | Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress.
* trace: Remove rbug from traceJakob Bornecrantz2010-05-1210-1277/+5
|
* rbug: Use container of macroJakob Bornecrantz2010-05-121-7/+10
|
* rbug: Fix draw blockingJakob Bornecrantz2010-05-123-2/+84
|
* rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz2010-05-124-19/+39
|
* rbug: Fix shadersJakob Bornecrantz2010-05-125-36/+188
|
* rbug: Break out of traceJakob Bornecrantz2010-05-1215-8/+2807
|
* gallivm: additional commentsBrian Paul2010-05-122-6/+39
|
* llvmpipe: s/bool/boolean/ in test progsBrian Paul2010-05-123-6/+6
|
* gallivm: s/bool/booleanBrian Paul2010-05-121-3/+3
|
* gallivm: rename vars, update comments, etcBrian Paul2010-05-122-21/+23
|
* egl_dri2: Zero out driver structKristian Høgsberg2010-05-121-0/+1
| | | | Otherwise testing ->Probe for non-NULL and calling it goes boom.
* r300g: Correct viewport setup for SW TCL.Corbin Simpson2010-05-124-12/+9
| | | | | glxgears now renders in the right place on-screen, although it is still rather...psychedelic.
* r300g: Add VBO dumper for SW TCL.Corbin Simpson2010-05-121-0/+19
| | | | Commented out, not easily enabled. *Very* noisy.
* r300g: Immediate mode won't work with SW TCL right now.Corbin Simpson2010-05-121-1/+9
| | | | | This could be done later of course. SW TCL should have a much different threshold because it's much more worth it.
* r300g: Fix indentation.Corbin Simpson2010-05-121-10/+10
|
* gallivm: comment out LLVMUnionTypeKind caseBrian Paul2010-05-121-0/+2
|
* gallivm: rename texel result paramBrian Paul2010-05-122-17/+22
| | | | Be clear that this parameter returns four texel channel results.
* gallivm: add a few commentsBrian Paul2010-05-121-3/+3
|
* gallivm/llvmpipe: add const qualifiersBrian Paul2010-05-124-14/+14
|
* gallivm: added lp_typekind_name() util functionBrian Paul2010-05-122-0/+49
|
* tgsi: also count instructions in tgsi_scan_shader()Brian Paul2010-05-122-4/+4
|
* llvmpipe: Handle PIPE_CAP_GUARD_*.José Fonseca2010-05-121-0/+5
| | | | Without asserting.
* llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.José Fonseca2010-05-124-7/+8
|
* llvmpipe: Move the opaque flag computation into the variant.José Fonseca2010-05-122-14/+15
|