Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau/nvfx: Fill more PIPE_CAP_MAX_ values | Patrice Mandin | 2010-05-21 | 1 | -13/+14 |
| | | | | Signed-off-by: Patrice Mandin <[email protected]> | ||||
* | Add __DragonFly__ in querymatrix for fpclassify() | David Shao | 2010-05-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | progs/tests: print more info in copypixrate.c | Brian Paul | 2010-05-21 | 1 | -0/+3 |
| | |||||
* | docs: update 7.8.2 relnotes with Cell driver fixes | Brian Paul | 2010-05-21 | 1 | -1/+2 |
| | |||||
* | cell: assorted compilation fixes | Brian Paul | 2010-05-21 | 4 | -14/+32 |
| | |||||
* | cell: fix breakage from earlier draw module changes | Brian Paul | 2010-05-21 | 2 | -2/+2 |
| | |||||
* | gallium: remnants of old ccw state | Keith Whitwell | 2010-05-21 | 6 | -10/+6 |
| | |||||
* | Merge branch 'gallium-front-ccw' | Keith Whitwell | 2010-05-21 | 33 | -411/+401 |
|\ | |||||
| * | docs: update rasterizer for ccw changes | Keith Whitwell | 2010-05-21 | 1 | -55/+80 |
| | | | | | | | | Also rearrange some of the fields into point/line/polygon categories. | ||||
| * | llvmpipe: fix front/back tri culling mix-up | Brian Paul | 2010-05-17 | 1 | -2/+2 |
| | | |||||
| * | draw: fix front/back error in unfilled pipeline stage | Keith Whitwell | 2010-05-14 | 1 | -3/+4 |
| | | |||||
| * | draw: fix typo checking for unfilled polygons | Keith Whitwell | 2010-05-14 | 1 | -1/+1 |
| | | |||||
| * | softpipe: restore culling code | Keith Whitwell | 2010-05-14 | 1 | -3/+21 |
| | | |||||
| * | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 11 | -74/+79 |
| | | | | | | | | The linux-debug target builds... | ||||
| * | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 28 | -293/+234 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use front/back instead of cw/ccw throughout. Also, use offset_point/line/fill instead of offset_cw/ccw. Brings gallium representation of this state into line with its main user, and also what turns out to be the most common hardware representation. This fixes a long-standing bias in the interface towards the architecture of the software rasterizer. | ||||
* | | scons: Remove debug print statement. | Vinson Lee | 2010-05-20 | 1 | -2/+0 |
| | | | | | | | | Fixes Python IndexError exception with default SCons build. | ||||
* | | Make TLS EGL dri2 driver search path behavior match TLS GLX dri2 behavior. | Eric Anholt | 2010-05-20 | 1 | -9/+12 |
| | | |||||
* | | Fix a substitution in glesv1_cm.pc | Eric Anholt | 2010-05-20 | 1 | -1/+1 |
| | | |||||
* | | i965: remove disabled code for cycling through MRF registers in clipping. | Eric Anholt | 2010-05-20 | 2 | -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 errors | Xavier Chantry | 2010-05-20 | 1 | -5/+6 |
| | | |||||
* | | nv50: fix too long shader uploads by splitting them | Xavier Chantry | 2010-05-20 | 2 | -8/+19 |
| | | |||||
* | | nv50: fill in shader limits | Christoph Bumiller | 2010-05-20 | 1 | -0/+28 |
| | | |||||
* | | scons: add comments and whitespace | Brian Paul | 2010-05-20 | 1 | -0/+9 |
| | | |||||
* | | scons: fix llvm detection | Brian Paul | 2010-05-20 | 1 | -1/+11 |
| | | | | | | | | | | | | The test for env['platform'] caused an exception since 'env' is not defined at that point. Instead, determine the target platform by scanning sys.argv[]. | ||||
* | | gallivm: rename a var: s/val/array_size/ | Brian Paul | 2010-05-20 | 1 | -3/+3 |
| | | |||||
* | | gallivm: fix spelling in comment | Brian Paul | 2010-05-20 | 1 | -1/+1 |
| | | |||||
* | | gallivm: handle pointer types in lp_dump_llvmtype() | Brian Paul | 2010-05-20 | 1 | -0/+5 |
| | | |||||
* | | llvmpipe: more tweaks to dump_fs_variant_key() | Brian Paul | 2010-05-20 | 1 | -5/+7 |
| | | |||||
* | | gallium: fix/update tex target dumping | Brian Paul | 2010-05-20 | 1 | -0/+2 |
| | | |||||
* | | llvmpipe: use util_dump_logicop() | Brian Paul | 2010-05-20 | 1 | -1/+1 |
| | | |||||
* | | gallium: added util_dump_logicop() | Brian Paul | 2010-05-20 | 2 | -0/+46 |
| | | |||||
* | | llvmpipe: put variant print/debug code into separate function | Brian Paul | 2010-05-20 | 1 | -59/+70 |
| | | |||||
* | | intel: Throttle after doing copyregion/swapbuffers round trip | Kristian Høgsberg | 2010-05-20 | 4 | -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 Lee | 2010-05-20 | 1 | -2/+0 |
| | | |||||
* | | st/xorg: Try hard to not touch hardware after dropping the master | Jakob Bornecrantz | 2010-04-29 | 2 | -12/+27 |
| | | |||||
* | | st/xorg: Remove save and restore hw state | Jakob Bornecrantz | 2010-04-29 | 2 | -37/+0 |
| | | |||||
* | | st/xorg: Get new connection status from kernel | Jakob Bornecrantz | 2010-04-29 | 3 | -12/+57 |
| | | |||||
* | | progs/egl: Fix building on cygwin. | Chia-I Wu | 2010-05-19 | 11 | -12/+35 |
| | | | | | | | | | | Update the Makefiles to use variables such as EGL_LIB_NAME. Define M_PI if it hasn't been defined yet. | ||||
* | | egl: Link drivers back to libEGL. | Chia-I Wu | 2010-05-19 | 2 | -2/+2 |
| | | | | | | | | | | Drivers need symbols from libEGL. Without back-linking, the build fails on Cygwin. | ||||
* | | gallium/docs: s/milli/nano/ | Mathias Fröhlich | 2010-05-19 | 1 | -1/+1 |
| | | |||||
* | | graw: Disable build of tests/graw. | Vinson Lee | 2010-05-19 | 1 | -1/+1 |
| | | | | | | | | The SCons build is failing in src/gallium/tests/graw. | ||||
* | | fpclassify is available on C99-compliant Solaris releases too | Alan Coopersmith | 2010-05-19 | 1 | -1/+2 |
| | | | | | | | | | | Signed-off-by: Alan Coopersmith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | | util: Remove unused imports from Python scripts. | Vinson Lee | 2010-05-19 | 2 | -4/+0 |
| | | |||||
* | | util: Remove unnecessary semicolons in Python scripts. | Vinson Lee | 2010-05-19 | 2 | -5/+5 |
| | | |||||
* | | Merge commit 'origin/graw-tests' | Keith Whitwell | 2010-05-19 | 9 | -66/+593 |
|\ \ | |||||
| * | | graw: add quad-tex graw test for basic texturing | Keith Whitwell | 2010-05-14 | 2 | -1/+406 |
| | | | |||||
| * | | graw: combine graw_init and graw_create_window functions | Keith Whitwell | 2010-05-14 | 3 | -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 file | Keith Whitwell | 2010-05-14 | 3 | -31/+37 |
| | | | |||||
| * | | graw: move towards glut-like interface, add tri.c | Keith Whitwell | 2010-05-14 | 4 | -27/+103 |
| | | | |||||
| * | | scons: add 'targets' variable, for specifying ... targets | Keith Whitwell | 2010-05-14 | 2 | -6/+37 |
| |/ | | | | | | | | | | | 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. |