| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -7/+7 |
* | gallium: add initial pure integer support (v2) | Dave Airlie | 2011-10-08 | 1 | -0/+60 |
* | gallium: add PIPE_CAP_TEXTURE_BARRIER | Marek Olšák | 2011-09-30 | 1 | -1/+2 |
* | gallium: add PIPE_CAP_CONDITIONAL_RENDER | Marek Olšák | 2011-09-30 | 1 | -1/+2 |
* | gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS | Marek Olšák | 2011-09-30 | 1 | -3/+2 |
* | gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT | Marek Olšák | 2011-09-30 | 1 | -1/+0 |
* | gallium: add polygon offset clamp state | Christoph Bumiller | 2011-09-28 | 1 | -0/+1 |
* | gallium: move border color to be a color union | Dave Airlie | 2011-09-27 | 1 | -1/+1 |
* | gallium: remove trailing comma to silence warning | Brian Paul | 2011-09-20 | 1 | -1/+1 |
* | Gallium: Increase PIPE_MAX_CLIP_PLANES to 8. | Paul Berry | 2011-09-20 | 1 | -1/+1 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 2 | -5/+11 |
* | g3dvl: Add max_references parameter to vl_create_decoder() | Emeric Grange | 2011-09-14 | 2 | -1/+2 |
* | gallium: add TGSI opcodes UARL and UCMP | Bryan Cain | 2011-09-10 | 1 | -1/+4 |
* | gallium: add shadow 1D and 2D array samplers to TGSI | Marek Olšák | 2011-09-10 | 1 | -2/+4 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS | Marek Olšák | 2011-09-10 | 1 | -1/+1 |
* | Define INLINE macro in terms of inline. | José Fonseca | 2011-09-08 | 1 | -11/+14 |
* | gallium: add missing formats for ARB_vertex_type_2_10_10_10_rev | Dave Airlie | 2011-09-05 | 1 | -0/+7 |
* | gallium: add caps for MIN/MAX texel offsets. | Dave Airlie | 2011-09-02 | 1 | -1/+3 |
* | tgsi: add support for texture offsets to the TGSI IR. (v2) | Dave Airlie | 2011-09-02 | 1 | -1/+19 |
* | gallium: add R8A8 and A8R8 UNORM formats | Christian König | 2011-09-01 | 1 | -0/+2 |
* | gallium: try to cleanup a bit of the format mess created with pipe-video merge | Christian König | 2011-09-01 | 1 | -2/+3 |
* | include/pipe: Fix include style | Kai Wasserbäch | 2011-08-29 | 2 | -6/+6 |
* | g3dvl: Rewrite the mpeg 1&2 bitstream parser | Christian König | 2011-08-26 | 1 | -0/+11 |
* | g3dvl: Rework the decoder interface part 5/5 | Christian König | 2011-08-26 | 2 | -2/+15 |
* | g3dvl: Rework the decoder interface part 4/5 | Christian König | 2011-08-26 | 1 | -4/+8 |
* | g3dvl: Rework the decoder interface part 3/5 | Christian König | 2011-08-26 | 2 | -56/+79 |
* | g3dvl: Rework the decoder interface part 2/5 | Christian König | 2011-08-26 | 1 | -1/+2 |
* | g3dvl: Rework the decoder interface part 1/5 | Christian König | 2011-08-26 | 1 | -28/+42 |
* | gallium: add PIPE_OS_ANDROID support | Chia-I Wu | 2011-08-21 | 2 | -0/+10 |
* | gallium: silence warnings about trailing commas in enum lists | Brian Paul | 2011-08-08 | 2 | -2/+2 |
* | Merge branch 'glsl-to-tgsi' | Bryan Cain | 2011-08-04 | 1 | -0/+1 |
|\ |
|
| * | gallium: add PIPE_SHADER_CAP_INTEGERS | Bryan Cain | 2011-08-01 | 1 | -0/+1 |
* | | gallium: extend resource_resolve to accommodate BlitFramebuffer | Christoph Bumiller | 2011-08-04 | 3 | -5/+35 |
* | | darwin: Use machine/endian.h to determine endianness | Jeremy Huddleston | 2011-07-31 | 1 | -0/+9 |
* | | Fix PPC detection on darwin | Jeremy Huddleston | 2011-07-31 | 1 | -2/+2 |
* | | g3dvl: change picture parameter of decode_bitstream to general version | Christian König | 2011-07-15 | 1 | -1/+1 |
* | | gallium: don't use enum bitfields in p_video_state.h | Brian Paul | 2011-07-14 | 1 | -6/+6 |
* | | gallium: put video-related enums in separate header | Brian Paul | 2011-07-14 | 4 | -45/+79 |
* | | [g3dvl] add some more PIPE_VIDEO_CAPs | Christian König | 2011-07-12 | 1 | -1/+4 |
* | | [g3dvl] revert some unintended white space changes | Christian König | 2011-07-11 | 1 | -9/+12 |
* | | [g3dvl] and finally remove pipe_video_context | Christian König | 2011-07-08 | 3 | -29/+13 |
* | | [g3dvl] move video buffer creation out of video context | Christian König | 2011-07-08 | 2 | -8/+12 |
* | | [g3dvl] remove the unused priv member from pipe_video_context | Christian König | 2011-07-08 | 2 | -4/+1 |
* | | [g3dvl] move compositor creation and handling directly into the state trackers | Christian König | 2011-07-08 | 1 | -83/+0 |
* | | [g3dvl] remove sampler view handling from video context | Christian König | 2011-07-08 | 1 | -31/+0 |
* | | [g3dvl] remove create_surface from video context | Christian König | 2011-07-08 | 1 | -7/+0 |
* | | [g3dvl] make pipe_context mandatory for creation pipe_video_context | Christian König | 2011-07-08 | 1 | -1/+3 |
* | | [g3dvl] rename is_format_supported to is_video_format_supported and move it i... | Christian König | 2011-07-08 | 2 | -7/+8 |
* | | [g3dvl] rename get_param to get_video_param and move into screen object | Christian König | 2011-07-07 | 3 | -6/+11 |
* | | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-07-04 | 2 | -23/+6 |
|\ \ |
|