Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Make all drm drivers use the new drm compat helper | Jakob Bornecrantz | 2010-06-06 | 42 | -13/+91 |
| | |||||
* | gallium: drm api compat helper | Jakob Bornecrantz | 2010-06-06 | 1 | -0/+46 |
| | | | | | This is temporary untill all drivers have moved to the new drm driver descriptor interface. | ||||
* | gallium: Convert state trackers to drm driver interface | Jakob Bornecrantz | 2010-06-06 | 13 | -98/+35 |
| | |||||
* | gallium: Add drm driver interface | Jakob Bornecrantz | 2010-06-06 | 1 | -0/+71 |
| | | | | | | | This interfacre replaces the drm_api api it works very much the same way as drm_api but with the exception that its meant for the target to implement it. And it does not export a get function and neither a destroy function. | ||||
* | i965g: Use Xorg template makefile | Jakob Bornecrantz | 2010-06-06 | 1 | -37/+10 |
| | |||||
* | nouveau: Use Xorg template makefile | Jakob Bornecrantz | 2010-06-06 | 1 | -45/+10 |
| | |||||
* | nouveau: Remove left over argument in drm api | Jakob Bornecrantz | 2010-06-06 | 1 | -2/+1 |
| | |||||
* | r300g: Use Xorg template makefile | Jakob Bornecrantz | 2010-06-06 | 1 | -42/+15 |
| | |||||
* | graw: remove references to unistd.h | Keith Whitwell | 2010-06-07 | 4 | -4/+1 |
| | |||||
* | util: new file u_dirty_flags.h | Keith Whitwell | 2010-06-07 | 1 | -0/+28 |
| | |||||
* | tests/graw: missing file tri.c | Keith Whitwell | 2010-06-07 | 1 | -0/+253 |
| | |||||
* | graw_xlib: build fixes | Keith Whitwell | 2010-06-07 | 1 | -0/+3 |
| | |||||
* | graw: update graw_null after interface changes and build graw tests again | Keith Whitwell | 2010-06-07 | 4 | -13/+28 |
| | |||||
* | softpipe: remove assert on setting constbufs greater than zero | Keith Whitwell | 2010-06-07 | 1 | -1/+0 |
| | |||||
* | llvmpipe: hook up basic gs and multiple constant buffer support | Keith Whitwell | 2010-06-07 | 8 | -10/+135 |
| | |||||
* | cell/spu: divorce from tgsi_exec.h | Keith Whitwell | 2010-06-07 | 3 | -2/+161 |
| | |||||
* | util: add u_box_3d | Keith Whitwell | 2010-06-07 | 1 | -0/+19 |
| | |||||
* | gallivm: eliminate tgsi_exec.h include | Keith Whitwell | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | include/st: new file swrast_screen_create.h | Keith Whitwell | 2010-06-07 | 1 | -0/+67 |
| | |||||
* | util: add util_framebuffer_min_size | Keith Whitwell | 2010-06-07 | 2 | -0/+40 |
| | |||||
* | util: allocate larger tmp_row in util_format_translate | Keith Whitwell | 2010-06-07 | 1 | -3/+4 |
| | | | | | | | | | The tmp_row storage allocation took into account the format's y block size by allocating y_step rows of data. However, the x block size was not being taken into account when deciding how wide those rows need to be. Now make sure that tmp_row is at least x_step by y_step in size. | ||||
* | tgsi: reject interpolation and semantics on vs inputs | Keith Whitwell | 2010-06-07 | 1 | -2/+6 |
| | |||||
* | regress: remove interpolation and semantic info from vs inputs | Keith Whitwell | 2010-06-07 | 30 | -56/+56 |
| | |||||
* | test/graw: add vp-test | Keith Whitwell | 2010-06-07 | 2 | -1/+508 |
| | |||||
* | tests/graw: add fp-test | Keith Whitwell | 2010-06-07 | 2 | -0/+513 |
| | |||||
* | r300g: fix 24-bit depth texturing | Marek Olšák | 2010-06-07 | 2 | -1/+4 |
| | | | | | This is a secret texture format, do not tell anybody. And it looks like we can read stencil in the shader too. | ||||
* | r600g: add shader literal constant support | Jerome Glisse | 2010-06-06 | 3 | -14/+75 |
| | | | | Signed-off-by: Jerome Glisse <[email protected]> | ||||
* | r300g: workaround index bias on chipsets that do not support it | Marek Olšák | 2010-06-06 | 3 | -47/+164 |
| | |||||
* | i915g: Use template Xorg makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -46/+10 |
| | |||||
* | gallium: Use correct defines in Xorg template makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -4/+4 |
| | |||||
* | gallium: Add winsys to include path to Xorg template makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -0/+1 |
| | |||||
* | gallium: always build drivers/sw | Joakim Sindholt | 2010-06-05 | 1 | -7/+9 |
| | |||||
* | r600g: split instruction into scalar | Jerome Glisse | 2010-06-05 | 4 | -147/+142 |
| | | | | | | | Split instruction into scalar in core compiler this simplify the way we translate the instruction in latter stage. Signed-off-by: Jerome Glisse <[email protected]> | ||||
* | Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query" | Roland Scheidegger | 2010-06-05 | 1 | -2/+0 |
| | | | | | This reverts commit acb20e7208341fb6a2b81ac10aa01f17e93a1dea. Oops should check commits after rebase... | ||||
* | i915g: fix bug in ds clear logic (still disabled) | Roland Scheidegger | 2010-06-05 | 1 | -2/+2 |
| | |||||
* | llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query | Roland Scheidegger | 2010-06-05 | 1 | -0/+2 |
| | | | | asserts on unknown caps | ||||
* | llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE. | José Fonseca | 2010-06-05 | 1 | -0/+2 |
| | |||||
* | mesa/st: add support for EXT_texture_swizzle. | Dave Airlie | 2010-06-05 | 3 | -0/+4 |
| | | | | | | | | | | | This passes on r300g, the only bit I'm not really sure about is the handling of the sampler_view in st_atom_texture.c, I unreference it there if the swizzle value changes and I also have to create a new set of functions to create a new one since the u_sampler.c ones don't handle swizzle so much. adds r300g + softpipe enables, I think other drivers could pass easily enough. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | i915g: Rename winsys c file. | Vinson Lee | 2010-06-04 | 1 | -1/+1 |
| | | | | | This was missed in commit e7f0f6bb72c63fd6e6ddcb7a815be68682f1764c. Fixes i915g SCons build. | ||||
* | llvmpipe: new -s option to run single test | Brian Paul | 2010-06-04 | 7 | -3/+63 |
| | | | | | Put specific test code in the test_single() function and pass -s to execute that code. | ||||
* | llvmpipe: Do unswizzling in parallel when flushing for transfers. | José Fonseca | 2010-06-04 | 1 | -0/+7 |
| | |||||
* | st/egl: Fix compiler warnings. | Chia-I Wu | 2010-06-04 | 1 | -0/+1 |
| | | | | Forgot to stage this chunk in last commit. | ||||
* | st/egl: Move sw screen creation to native helper. | Chia-I Wu | 2010-06-04 | 5 | -93/+52 |
| | | | | The code is shared by ximage and gdi backend. | ||||
* | r600g: implement clear_{render_target, depth_stencil}, resource_copy_region | Marek Olšák | 2010-06-04 | 1 | -0/+17 |
| | | | | | resource_copy_region uses a software fallback because it relies on texture samplers which haven't been implemented yet. | ||||
* | r600g: make blit functions static (private) | Marek Olšák | 2010-06-04 | 4 | -54/+34 |
| | |||||
* | r600g: use cast wrappers | Marek Olšák | 2010-06-04 | 7 | -35/+51 |
| | |||||
* | r600g: Move declaration before code. | Vinson Lee | 2010-06-03 | 1 | -1/+2 |
| | | | | Fixes SCons build. | ||||
* | util: Remove unnecessary header. | Vinson Lee | 2010-06-03 | 1 | -1/+0 |
| | |||||
* | nv50: Remove unnecessary header. | Vinson Lee | 2010-06-03 | 1 | -1/+0 |
| | |||||
* | svga: Remove unnecessary header. | Vinson Lee | 2010-06-03 | 1 | -1/+0 |
| |