Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: Include missing header in lp_flush.c. | Vinson Lee | 2010-08-28 | 1 | -0/+1 |
| | | | | Include p_screen.h for complete type to pipe_screen. | ||||
* | r300g: fix blitting between 2D NPOT mipmaps | Marek Olšák | 2010-08-28 | 4 | -23/+51 |
| | | | | | | | | | Even though MIP filtering is not supported, we can bind an arbitrary mipmap as the zero mipmap level. NPOT textures now follow GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MIN_LOD. This fixes piglit/fbo-copyteximage. | ||||
* | r300g: fix min/max lod computation | Mathias Fröhlich | 2010-08-28 | 1 | -2/+2 |
| | |||||
* | r300g: set the correct value in PVS_NUM_CNTLRS | Marek Olšák | 2010-08-28 | 1 | -1/+1 |
| | | | | As per docs. | ||||
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-08-28 | 1 | -1/+0 |
| | |||||
* | trace: Don't try to dump the rgba array if null | Jakob Bornecrantz | 2010-08-28 | 1 | -1/+4 |
| | |||||
* | r600g: fix vbo size | Jerome Glisse | 2010-08-27 | 1 | -1/+1 |
| | | | | | | Silence the kernel, vbo size is size - 1. Signed-off-by: Jerome Glisse <[email protected]> | ||||
* | graw: fix the build (missing header) | Zack Rusin | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | llvmpipe: use util_iround in place of round | Keith Whitwell | 2010-08-27 | 1 | -1/+1 |
| | | | | Fix mingw build. | ||||
* | util: fix typo in MAX4 | Keith Whitwell | 2010-08-27 | 1 | -1/+1 |
| | | | | Thanks to Michal for spotting it. | ||||
* | llvmpipe: eliminate tri->dx, tri->dy values | Keith Whitwell | 2010-08-27 | 2 | -42/+39 |
| | | | | Use an internal struct for line setup information. | ||||
* | llvmpipe: point sprites rasterization | Hui Qi Tay | 2010-08-27 | 7 | -10/+93 |
| | | | | | Point sprites now done in the rasterizer setup code instead of going through the draw module. | ||||
* | llvmpipe: native point rasterization with better pixel rasterization | Hui Qi Tay | 2010-08-27 | 1 | -16/+18 |
| | | | | | | | | A few subpixel_snap and fixed width changes. Conflicts: src/gallium/drivers/llvmpipe/lp_setup_point.c | ||||
* | llvmpipe: native point rasterization | Hui Qi Tay | 2010-08-27 | 8 | -5/+262 |
| | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_setup_context.h src/gallium/drivers/llvmpipe/lp_setup_line.c src/gallium/drivers/llvmpipe/lp_setup_tri.c | ||||
* | llvmpipe: update line rasterization code to current master | Keith Whitwell | 2010-08-27 | 4 | -374/+227 |
| | |||||
* | util: add MIN4, MAX4 | Keith Whitwell | 2010-08-27 | 1 | -0/+3 |
| | |||||
* | llvmpipe: native line rasterization with correct pixel rasterization | Hui Qi Tay | 2010-08-27 | 1 | -29/+213 |
| | | | | | Line rasterization that follows diamond exit rule. Can still optimize logic for start/endpoints. | ||||
* | llvmpipe: native rasterization for lines | Hui Qi Tay | 2010-08-27 | 11 | -22/+685 |
| | | | | | Rasterize lines directly by treating them as 4-sided polygons. Still need to check the exact pixel rasteration. | ||||
* | llvmpipe: add lp_setup_coef to makefile | Keith Whitwell | 2010-08-27 | 1 | -0/+2 |
| | |||||
* | llvmpipe: intrinsics version of triangle coeficient calculation | Keith Whitwell | 2010-08-27 | 5 | -300/+577 |
| | | | | | | Looks nice, but makes almost no impact on performance - maybe a percent or so in isosurf, nothing elsewhere. May be of use later on. | ||||
* | gallium: Remove unnecessary header from p_shader_tokens.h. | Vinson Lee | 2010-08-27 | 1 | -2/+0 |
| | | | | Remove p_compiler.h. | ||||
* | tgsi: Include missing header in tgsi_parse.h. | Vinson Lee | 2010-08-27 | 1 | -0/+1 |
| | | | | Include p_compiler.h for boolean and INLINE symbols. | ||||
* | tgsi: Include missing header in tgsi_info.h. | Vinson Lee | 2010-08-27 | 1 | -0/+1 |
| | | | | Include p_compiler.h for uint symbol. | ||||
* | tgsi: Include missing header in tgsi_dump.h. | Vinson Lee | 2010-08-27 | 1 | -0/+1 |
| | | | | Include p_compiler.h for uint symbol. | ||||
* | gallium: Remove unnecessary header from p_format.h. | Vinson Lee | 2010-08-27 | 1 | -2/+0 |
| | | | | Remove p_compiler.h. | ||||
* | graw: Include missing header in graw.h. | Vinson Lee | 2010-08-27 | 1 | -0/+1 |
| | | | | Include p_compiler.h for PUBLIC symbol. | ||||
* | r300g: Include missing header in r300_texture.h. | Vinson Lee | 2010-08-27 | 1 | -0/+1 |
| | | | | Include p_compiler.h for uint32_t and boolean symbols. | ||||
* | Revert "r600g: simplify states" | Dave Airlie | 2010-08-27 | 15 | -8277/+1720 |
| | | | | | | | | | This reverts commit bd25e23bf3740f59ce8859848c715daeb9e9821f. Apart from introducing a lot of hex magic numbers and being highly impenetable code, it causes lots of lockups on an average piglit run that always runs without lockups. Always run piglit before/after doing big things like this. | ||||
* | r600g: add initial if/else/endif support | Dave Airlie | 2010-08-27 | 4 | -12/+170 |
| | | | | | | | | | this adds handling for some more CF instructions and conditions also adds parameter for stack size emission These seem to pass on VS with the stack size hack but not on FS, TODO: fix FS + stack size calcs | ||||
* | r600g: optimise op2 and swapped op2 emission. | Dave Airlie | 2010-08-27 | 1 | -48/+37 |
| | | | | | | this makes op2 emission smaller, since it skips instructions that don't write to the dst. not sure if this could have unwanted side effects but try it and see. | ||||
* | r600g: add exp support in theory. | Dave Airlie | 2010-08-27 | 1 | -1/+105 |
| | | | | though it isn't passing the test, and this instruction is pure bonghits. | ||||
* | r600g: add DPH support. | Dave Airlie | 2010-08-27 | 1 | -1/+8 |
| | |||||
* | llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query | Brian Paul | 2010-08-26 | 1 | -1/+8 |
| | | | | | Fixes crashes in glean glsl1 and demos/src/glsl/vert-tex. See comments for details. | ||||
* | graw: Add copyright headers to the interfaces. | José Fonseca | 2010-08-26 | 1 | -0/+27 |
| | |||||
* | graw: Undo late loading of graw drivers. | José Fonseca | 2010-08-26 | 15 | -162/+225 |
| | | | | | | | | | | Keith prefers a clean separation between graw applications and implementations, where apps do not link libgallium.a but instead get all functionality they need via graw interface. Although this is not incompatible with late loading of graw drivers, it it would make it very hard to maintain, as wrappers for every utility symbol exposed in graw would have to be written or generated somehow. | ||||
* | st/egl: Add support for EGL_MESA_image_drm. | Chia-I Wu | 2010-08-26 | 4 | -0/+260 |
| | |||||
* | st/egl: Add support for EGL_KHR_surfaceless_*. | Chia-I Wu | 2010-08-26 | 2 | -9/+16 |
| | |||||
* | st/egl: Make KMS support optional in KMS backend. | Chia-I Wu | 2010-08-26 | 1 | -22/+24 |
| | | | | It should be called DRM backend now. | ||||
* | r300g: Include missing header in r300_texture_desc.h. | Vinson Lee | 2010-08-26 | 1 | -0/+1 |
| | | | | | | Include p_format.h for enum pipe_format symbol. Fixes r300g build. | ||||
* | gallium: Clean up header file inclusion in p_defines.h. | Vinson Lee | 2010-08-26 | 1 | -1/+1 |
| | | | | | Remove p_format.h. Include p_compiler.h for boolean and uint64_t symbols. | ||||
* | gallium: Clean up header file inclusion in p_context.h. | Vinson Lee | 2010-08-26 | 1 | -6/+24 |
| | | | | | | Remove p_state.h. Include p_compiler.h for boolean symbol. Add needed forward declarations after removing p_state.h. | ||||
* | graw: Include missing header in graw_dl.h. | Vinson Lee | 2010-08-26 | 1 | -2/+3 |
| | | | | Include p_state.h for pipe_shader_state symbol. | ||||
* | util: Include missing header in u_simple_shaders.c. | Vinson Lee | 2010-08-26 | 1 | -0/+1 |
| | | | | Include p_state.h for PIPE_MAX_COLOR_BUFS symbol. | ||||
* | tgsi: Include missing header in tgsi_sse2.h. | Vinson Lee | 2010-08-26 | 1 | -1/+4 |
| | | | | | Include p_compiler.h for boolean symbol. Clean up forward declarations. | ||||
* | rtasm: Include missing header in rtasm_x86sse.h. | Vinson Lee | 2010-08-26 | 1 | -0/+1 |
| | | | | Include p_compiler.h for stdint.h uint*_t symbols. | ||||
* | pipebuffer: Clean up header file inclusion in pb_bufmgr.h. | Vinson Lee | 2010-08-26 | 1 | -2/+1 |
| | | | | | Remove p_compiler.h and p_defines.h. Include pb_buffer.h for pb_size symbol. | ||||
* | util: Include missing header in u_blit.h. | Vinson Lee | 2010-08-25 | 1 | -5/+7 |
| | | | | | Include p_compiler.h for uint symbol. Clean up forward declarations. | ||||
* | util: Include missing header in u_bitmask.h. | Vinson Lee | 2010-08-25 | 1 | -0/+3 |
| | | | | Include p_compiler.h for boolean symbol. | ||||
* | util: Include missing header in u_dirty_surfaces.h. | Vinson Lee | 2010-08-25 | 1 | -0/+4 |
| | | | | Include p_state.h for pipe_surface symbol. | ||||
* | util: Add include guard in u_split_prim.h. | Vinson Lee | 2010-08-25 | 1 | -0/+6 |
| |