summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make TLS EGL dri2 driver search path behavior match TLS GLX dri2 behavior.Eric Anholt2010-05-201-9/+12
|
* Fix a substitution in glesv1_cm.pcEric Anholt2010-05-201-1/+1
|
* i965: remove disabled code for cycling through MRF registers in clipping.Eric Anholt2010-05-202-17/+2
| | | | | | | The idea would be that you could have multiple send messages going on if nothing depended on the previous message's results and you used a different send message. The problem is that the later send requires the VUE handle returned by the first send's allocate anyway.
* nv50: fixed other void pointer arithmetic errorsXavier Chantry2010-05-201-5/+6
|
* nv50: fix too long shader uploads by splitting themXavier Chantry2010-05-202-8/+19
|
* nv50: fill in shader limitsChristoph Bumiller2010-05-201-0/+28
|
* gallivm: rename a var: s/val/array_size/Brian Paul2010-05-201-3/+3
|
* gallivm: fix spelling in commentBrian Paul2010-05-201-1/+1
|
* gallivm: handle pointer types in lp_dump_llvmtype()Brian Paul2010-05-201-0/+5
|
* llvmpipe: more tweaks to dump_fs_variant_key()Brian Paul2010-05-201-5/+7
|
* gallium: fix/update tex target dumpingBrian Paul2010-05-201-0/+2
|
* llvmpipe: use util_dump_logicop()Brian Paul2010-05-201-1/+1
|
* gallium: added util_dump_logicop()Brian Paul2010-05-202-0/+46
|
* llvmpipe: put variant print/debug code into separate functionBrian Paul2010-05-201-59/+70
|
* intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg2010-05-204-35/+29
| | | | | | | | | | | Before we would throttle in the flush callback prior to round-tripping to the server to do copyregion or swapbuffer. Now, instead just note that we need to throttle and do it in intel_prepare_render(), which will be called after receiving the response from the server but before we start rendering the next frame. Even if the server also throttles us in swapbuffer, this just makes the throttling a no-op when we hit intel_prepare_render(). With that we can drop the using_dri2_swapbuffers hack and just always throttle.
* graw-null: Remove unnecessary header.Vinson Lee2010-05-201-2/+0
|
* st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2010-04-292-12/+27
|
* st/xorg: Remove save and restore hw stateJakob Bornecrantz2010-04-292-37/+0
|
* st/xorg: Get new connection status from kernelJakob Bornecrantz2010-04-293-12/+57
|
* egl: Link drivers back to libEGL.Chia-I Wu2010-05-192-2/+2
| | | | | Drivers need symbols from libEGL. Without back-linking, the build fails on Cygwin.
* gallium/docs: s/milli/nano/Mathias Fröhlich2010-05-191-1/+1
|
* graw: Disable build of tests/graw.Vinson Lee2010-05-191-1/+1
| | | | The SCons build is failing in src/gallium/tests/graw.
* fpclassify is available on C99-compliant Solaris releases tooAlan Coopersmith2010-05-191-1/+2
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* util: Remove unused imports from Python scripts.Vinson Lee2010-05-192-4/+0
|
* util: Remove unnecessary semicolons in Python scripts.Vinson Lee2010-05-192-5/+5
|
* Merge commit 'origin/graw-tests'Keith Whitwell2010-05-198-66/+570
|\
| * graw: add quad-tex graw test for basic texturingKeith Whitwell2010-05-142-1/+406
| |
| * graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-143-42/+51
| | | | | | | | | | Different environments seem to want to create these in different orders. Abstract over this by combining the calls.
| * graw: split util code into new fileKeith Whitwell2010-05-143-31/+37
| |
| * graw: move towards glut-like interface, add tri.cKeith Whitwell2010-05-144-27/+103
| |
| * scons: add 'targets' variable, for specifying ... targetsKeith Whitwell2010-05-141-6/+14
| | | | | | | | | | | | Ideally scons should be able to work backwards from the list of targets to figure out which drivers, state trackers and other convenience libraries need to be built.
* | softpipe: Calculate slice_stride field in get_transfer().Michal Krol2010-05-191-0/+4
| |
* | tgsi: Implement OPCODE_DIV.Michal Krol2010-05-191-1/+1
| |
* | dri2_glx: Put the invalidate b/c code back inKristian Høgsberg2010-05-181-6/+13
| | | | | | | | | | | | | | | | | | | | The backwards compatibility code calls the DRI driver invalidate hook on swap buffer and flush front buffer. This lets the DRI driver rely on invalidate callbacks and drop the glViewport() hack, even if the server doesn't send invalidate events. This is essentially a revert of 2d00d16da7f5d2255cb37b48edaf4cbb9ca7e930, except that we now also pass the __DRI_USE_INVALIDATE extension even when the server doesn't have DRI2 invalidate events.
* | dri2_glx: Terminate loader extension list outside #ifdefKristian Høgsberg2010-05-181-1/+1
| |
* | r300/compiler: Implement constant foldingNicolai Hähnle2010-05-191-1/+215
| | | | | | | | Signed-off-by: Nicolai Hähnle <[email protected]>
* | r300/compiler: Emit 0.5 swizzle when necessary.Tom Stellard2010-05-191-1/+3
| | | | | | | | Signed-off-by: Marek Olšák <[email protected]>
* | i965: Remove constant or ignored-by-hw args from FF sync message setup.Eric Anholt2010-05-184-64/+32
| |
* | i965: Revert accidental debug change in 562e2d114ec0cba8Eric Anholt2010-05-181-1/+1
| |
* | st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer2010-05-181-1/+1
| | | | | | | | Fixes DRI2 initialization with current xserver Git.
* | gen6 fix: fix a wrong bit in binding_table_pointerZou Nan hai2010-05-181-1/+1
| |
* | i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt2010-05-173-2/+24
| | | | | | | | | | | | | | | | This basically restores the previous state, where a vertex result slot is set up for the texcoord to be replaced with point coord. Fixes piglit point-sprite test. Bug #27625
* | i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt2010-05-173-2/+11
| |
* | llvmpipe: Fix link order for test appsJakob Bornecrantz2010-05-171-1/+1
| | | | | | | | | | | | | | When linking with --as-needed libgallium.a can't find the dl* symbols from -ldl since order matters more with --as-needed. Thanks to Nirbheek Chauhan and Adam Jackson
* | intel: Call intel_draw_buffer() again after _mesa_make_current()Kristian Høgsberg2010-05-171-0/+6
| | | | | | | | | | | | | | | | The initial call to intel_draw_buffers() happens when intel->ctx.DrawBuffer is still NULL. Call it again after calling _mesa_make_current(). https://bugs.freedesktop.org/show_bug.cgi?id=28112
* | gallium/docs: Fix missing ref.Corbin Simpson2010-05-171-7/+11
| | | | | | | | Can't ref in the middle of a paragraph.
* | gallium/docs: Update for timer queries.Corbin Simpson2010-05-172-3/+13
| |
* | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-1713-5/+57
| | | | | | | | Signed-off-by: Corbin Simpson <[email protected]>
* | r300g: Add RS block dump.Corbin Simpson2010-05-172-0/+85
| | | | | | | | Shows what's actually going on in the RS block.
* | st/mesa: call st_flush_bitmap_cache() from st_readpixels()Brian Paul2010-05-171-0/+3
| | | | | | | | | | | | Fixes regression from commit b0427bedde80e3189524651a327235bdfddbc613. Reviewed-by: José Fonseca <[email protected]>