Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pp: Cel-shade filter | Lauri Kasanen | 2011-08-19 | 2 | -0/+117 |
| | | | | | Signed-off-by: Lauri Kasanen <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | pp: Color filters | Lauri Kasanen | 2011-08-19 | 2 | -0/+149 |
| | | | | | Signed-off-by: Lauri Kasanen <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | pp: Docs | Lauri Kasanen | 2011-08-19 | 1 | -0/+87 |
| | | | | | Signed-off-by: Lauri Kasanen <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | aux/Makefile,SConscript: Build PP | Lauri Kasanen | 2011-08-19 | 2 | -0/+12 |
| | | | | | Signed-off-by: Lauri Kasanen <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | r600g: expose ARB_ES2_compatibility by claiming fixed-point format support | Marek Olšák | 2011-08-16 | 2 | -31/+32 |
| | | | | | | I also needed to make some changes in u_vbuf_mgr in order to override the caps from the driver and enable the fallback even though the driver claims the format is supported. | ||||
* | u_blitter: restore some states conditionally | Marek Olšák | 2011-08-16 | 1 | -12/+17 |
| | |||||
* | u_blitter: rename util_blitter_copy_region -> util_blitter_copy_texture | Marek Olšák | 2011-08-16 | 2 | -17/+20 |
| | |||||
* | Merge branch 'glsl-to-tgsi' | Bryan Cain | 2011-08-04 | 2 | -1/+14 |
|\ | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_atom_pixeltransfer.c src/mesa/state_tracker/st_program.c | ||||
| * | tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec | Bryan Cain | 2011-08-01 | 1 | -1/+12 |
| | | |||||
| * | gallium: add PIPE_SHADER_CAP_INTEGERS | Bryan Cain | 2011-08-01 | 1 | -0/+2 |
| | | |||||
* | | util: fix a typo in util_format_swizzle_4f | Marek Olšák | 2011-08-03 | 1 | -1/+1 |
| | | | | | | | | Reported by Gustaw Smolarczyk. | ||||
* | | gallium/util: add functions for manipulating swizzles | Marek Olšák | 2011-08-02 | 2 | -0/+69 |
| | | | | | | | | Some of those have been in drivers already. | ||||
* | | util: enable S3TC support when the force_s3tc_enable env var is set to "true" | Bryan Cain | 2011-07-26 | 1 | -2/+9 |
| | | | | | | | | NOTE: This is a candidate for the 7.10 and 7.11 branches. | ||||
* | | gallium: change formats merged with pipe-video to type "other" | Christian König | 2011-07-25 | 1 | -7/+7 |
| | | | | | | | | Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=39276 | ||||
* | | g3dvl: remove unused vs output from create_ref_vert_shader | Christian König | 2011-07-25 | 1 | -4/+1 |
| | | | | | | | | | | The position of the quad vertex is calculated in calc_position, so we don't need the output here any more. | ||||
* | | gallivm: Add a note about log2 computation and denormalized numbers. | José Fonseca | 2011-07-22 | 1 | -0/+6 |
| | | |||||
* | | gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order. | José Fonseca | 2011-07-22 | 1 | -12/+12 |
| | | | | | | | | | | | | | | Not sure how I computed these, but they were wrong (which explains why bumping the polynomial order before never improved precision). This allows to pass the EXP test cases of PSPrecision/VSPrecision DCTs. | ||||
* | | gallivm: Increase lp_build_rsqrt() precision. | José Fonseca | 2011-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Add an iteration step, which makes rqsqrt precision go from 12bits to 24, and fixes RSQ/NRM test case of PSPrecision/VSPrevision DCTs. There are no uses of this function outside shader translation. | ||||
* | | gallivm: Update minimax comments. | José Fonseca | 2011-07-22 | 1 | -6/+17 |
| | | |||||
* | | gallivm: Fix lp_build_exp/lp_build_log. | José Fonseca | 2011-07-22 | 1 | -2/+2 |
| | | | | | | | | | | Never used so far -- we only used the base 2 variants -- which is why it went unnoticed so far. | ||||
* | | util: Store alpha value too. | José Fonseca | 2011-07-22 | 1 | -1/+1 |
| | | |||||
* | | Revert "g3dvl: Preserve previously rendered components for MC output." | Younes Manton | 2011-07-21 | 1 | -4/+4 |
| | | | | | | | | | | | | This reverts commit b56daf71d2f63d044d4c53ab49c6f87e02991a28. The bug is actually in softpipe's blend and writemask interaction. | ||||
* | | Merge branch 'gallium-polygon-stipple' | Brian Paul | 2011-07-21 | 3 | -20/+64 |
|\ \ | |||||
| * | | util: assorted updates to polygon stipple helper | Brian Paul | 2011-07-21 | 1 | -10/+33 |
| | | | |||||
| * | | tgsi: add info fields for fragcoord origin, center, etc | Brian Paul | 2011-07-21 | 2 | -10/+31 |
| | | | |||||
* | | | u_vbuf_mgr: restore buffer offsets | Chia-I Wu | 2011-07-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | u_vbuf_upload_buffers modifies the buffer offsets. If they are not restored, and any of the vertex formats is not supported natively, the next u_vbuf_mgr_draw_begin call will translate the vertex buffers with incorrect buffer offsets. | ||||
* | | | g3dvl: remove unused vertex shader inputs | Marek Olšák | 2011-07-20 | 2 | -4/+4 |
| | | | | | | | | | | | | See also comments in the code. | ||||
* | | | g3dvl: Preserve previously rendered components for MC output. | Younes Manton | 2011-07-20 | 1 | -4/+4 |
| | | | | | | | | | | | | Fixes xvmc-softpipe MC entrypoint, amongst others. | ||||
* | | | g3dvl: Init/clean pipe fully when a shader-based decoder isn't used. | Younes Manton | 2011-07-20 | 2 | -0/+26 |
| | | | | | | | | | | | | Fixes VDPAU CSC-only mode. | ||||
* | | | llvmpipe: fix build with LLVM 3.0svn | Tobias Droste | 2011-07-19 | 1 | -13/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | LLVM 3.0svn introduced a new type system. It defines a new way to create named structs and removes the (now not needed) LLVMInvalidateStructLayout function. See revision 134829 of LLVM. Signed-off-by: Tobias Droste <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | | | gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0. | Vinson Lee | 2011-07-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | llvm-3.0svn r135219 renamed createAsmInfo to createMCAsmInfo in include/llvm/Target/TargetRegistry.h. | ||||
* | | | g3dvl: no need for flushing inside the compositor any more | Christian König | 2011-07-15 | 2 | -6/+2 |
| | | | | | | | | | | | | Move that also inside the state tracker where needed. | ||||
* | | | g3dvl: correctly distinct dst area and clip area in the compositor | Christian König | 2011-07-15 | 2 | -10/+19 |
| | | | | | | | | | | | | Otherwise xine won't scale correctly. | ||||
* | | | g3dvl: change picture parameter of decode_bitstream to general version | Christian König | 2011-07-15 | 1 | -3/+5 |
| | | | | | | | | | | | | Using pipe_mpeg12_picture_desc was unintentional here. | ||||
* | | | gallium: put video-related enums in separate header | Brian Paul | 2011-07-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The forward references to video enum types in p_context.h causes a massive number of compiler warnings (ISO C forbids forward references to ‘enum’ types). By putting the new video enums in a separate header that can be included by p_context.h and p_screen.h we can avoid this. Acked-by Christian König <[email protected]> | ||||
* | | | g3dvl: Remove non-constant expression array initializers. | Vinson Lee | 2011-07-13 | 2 | -7/+31 |
| | | | | | | | | | | | | The array initializer must be a constant expression in MSVC. | ||||
* | | | g3dvl: Remove designated initializers. | Vinson Lee | 2011-07-13 | 1 | -4/+4 |
| | | | | | | | | | | | | MSVC does not support designated initializers. | ||||
* | | | g3dvl: s/inline/INLINE/ | Vinson Lee | 2011-07-13 | 3 | -36/+40 |
| | | | | | | | | | | | | The inline keyword is not available in MSVC C. | ||||
* | | | utils: Add missing parentheses | Emil Velikov | 2011-07-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Signed-off-by: Emil Velikov <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | | | [g3dvl] don't upload all quant buffer layers at once | Christian König | 2011-07-13 | 3 | -21/+14 |
| | | | | | | | | | | | | | | | | | | | | | There seems to be a bug in r600g when uploading more than one layer of a 3D resource at once with a hardware blit. So just do them one at a time to workaround this. | ||||
* | | | Merge branch 'pipe-video' | Christian König | 2011-07-13 | 29 | -14/+8272 |
|\ \ \ | |||||
| * | | | [g3dvl] implement workaround for missing blender clamp control | Christian König | 2011-07-13 | 2 | -7/+35 |
| | | | | | | | | | | | | | | | | It's about 20% slower, but should at least work with every hardware. | ||||
| * | | | [g3dvl] keep a pointer in idct buffer to idct object | Christian König | 2011-07-13 | 3 | -20/+26 |
| | | | | | | | | | | | | | | | | So we always know to which idct object a buffer belongs | ||||
| * | | | [g3dvl] add some more PIPE_VIDEO_CAPs | Christian König | 2011-07-12 | 4 | -0/+34 |
| | | | | |||||
| * | | | [g3dvl] fix a whole bunch of memory leaks | Christian König | 2011-07-11 | 3 | -4/+11 |
| | | | | |||||
| * | | | [g3dvl] sync SConscript with Makefile | Christian König | 2011-07-11 | 1 | -3/+9 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-07-11 | 6 | -11/+153 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/r600/r600_pipe.c src/gallium/drivers/r600/r600_state_inlines.h | ||||
| * | | | | [g3dvl] and finally remove pipe_video_context | Christian König | 2011-07-08 | 7 | -122/+93 |
| | | | | | |||||
| * | | | | [g3dvl] move video buffer creation out of video context | Christian König | 2011-07-08 | 4 | -79/+91 |
| | | | | | |||||
| * | | | | [g3dvl] move compositor creation and handling directly into the state trackers | Christian König | 2011-07-08 | 3 | -83/+130 |
| | | | | |