| Commit message (Expand) | Author | Age | Files | Lines |
* | st/vdpau: Add documentation from the VDPAU API and update some traces | Emeric Grange | 2011-09-14 | 10 | -20/+235 |
* | st/vdpau: Various whitespace cleanups found while reading some code | Emeric Grange | 2011-09-14 | 9 | -33/+34 |
* | nouveau: Add max_references parameter to vl_create_decoder() | Emeric Grange | 2011-09-14 | 1 | -6/+7 |
* | g3dvl: Add max_references parameter to vl_create_decoder() | Emeric Grange | 2011-09-14 | 8 | -9/+11 |
* | g3dvl: Add get_clear_color capability | Emeric Grange | 2011-09-14 | 2 | -0/+18 |
* | g3dvl: Various whitespace cleanups found while reading some code | Emeric Grange | 2011-09-14 | 4 | -18/+20 |
* | mesa/colormac: introduce inline helper for 4 unclamped float to ubyte. | Dave Airlie | 2011-09-14 | 9 | -50/+21 |
* | mesa: introduce a clear color union to be used for int/unsigned buffers | Dave Airlie | 2011-09-14 | 18 | -140/+146 |
* | st/mesa: fix incorrect debug output | Brian Paul | 2011-09-13 | 1 | -3/+2 |
* | gallivm: remove unused vars | Brian Paul | 2011-09-13 | 1 | -5/+0 |
* | gallium: minor comments for util_format_channel_description fields | Brian Paul | 2011-09-13 | 1 | -2/+2 |
* | nv50/nvc0: add support for R4A4_UNORM and A4R4_UNORM formats | Marcin Slusarz | 2011-09-13 | 2 | -0/+16 |
* | r600g: fix typo in "r600g: simplify deducing chip family" | Marek Olšák | 2011-09-13 | 1 | -1/+1 |
* | mesa/pack: don't apply transfer operations to integer format buffers. (v3) | Dave Airlie | 2011-09-13 | 1 | -0/+23 |
* | r600g: remove unused function r600_buffer_from_handle | Marek Olšák | 2011-09-12 | 2 | -28/+0 |
* | r600g: remove an irrelevant XXX comment | Marek Olšák | 2011-09-12 | 1 | -1/+1 |
* | r600g: remove r600_resource_buffer struct | Marek Olšák | 2011-09-12 | 4 | -80/+65 |
* | r600g: set the return type of radeon_destroy to void | Marek Olšák | 2011-09-12 | 2 | -7/+4 |
* | r600g: remove r600_drm_public.h | Marek Olšák | 2011-09-12 | 4 | -35/+1 |
* | r600g: inline some of the winsys r600_get functions | Marek Olšák | 2011-09-12 | 8 | -43/+13 |
* | r600g: simplify deducing chip family | Marek Olšák | 2011-09-12 | 1 | -36/+8 |
* | r600g: compute tiling info in the pipe, not in the winsys | Marek Olšák | 2011-09-12 | 6 | -133/+133 |
* | r600g: remove unused ioctl definitions | Marek Olšák | 2011-09-12 | 1 | -8/+0 |
* | r600g: do not loop in radeon_family_from_device | Marek Olšák | 2011-09-12 | 4 | -57/+11 |
* | r600g: cleanup build include dirs and dependencies | Marek Olšák | 2011-09-12 | 6 | -14/+3 |
* | st/mesa: clamp Max program param limits | Marek Olšák | 2011-09-12 | 1 | -2/+2 |
* | pb_buffer: inline 'base' sub-struct | Marek Olšák | 2011-09-11 | 13 | -106/+102 |
* | r300g: handle the new CAPs | Marek Olšák | 2011-09-11 | 1 | -0/+2 |
* | tgsi: fix typo in commit 324ac982d8e7 | Emil Velikov | 2011-09-10 | 1 | -1/+1 |
* | nouveau: Add support for XvMC acceleration | Maarten Lankhorst | 2011-09-10 | 6 | -7/+1328 |
* | glsl_to_tgsi: use UARL instead of I2F and ARL | Bryan Cain | 2011-09-10 | 1 | -10/+6 |
* | gallium: add TGSI opcodes UARL and UCMP | Bryan Cain | 2011-09-10 | 4 | -1/+56 |
* | mesa: fix more valgrind warnings | Marek Olšák | 2011-09-10 | 1 | -2/+4 |
* | draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts() | Brian Paul | 2011-09-10 | 1 | -273/+97 |
* | r300/compiler: Implement ROUND | Tom Stellard | 2011-09-10 | 4 | -1/+56 |
* | mesa: fix a valgrind warning | Marek Olšák | 2011-09-10 | 1 | -1/+1 |
* | st/dri: remove the call to driInitExtensions | Marek Olšák | 2011-09-10 | 1 | -20/+0 |
* | r600g: fix shadow rect samplers | Marek Olšák | 2011-09-10 | 1 | -3/+6 |
* | r600g: use SAMPLE_LB for OPCODE_TXB | Marek Olšák | 2011-09-10 | 1 | -3/+6 |
* | r600g: enable texture arrays | Marek Olšák | 2011-09-10 | 1 | -3/+3 |
* | r600g: add support for shadow array samplers | Marek Olšák | 2011-09-10 | 2 | -19/+57 |
* | r600g: implement texture arrays for evergreen | Marek Olšák | 2011-09-10 | 1 | -5/+18 |
* | r600g: always decompress all mipmaps and layers, slices, or faces of zbuffers | Marek Olšák | 2011-09-10 | 2 | -28/+49 |
* | r600g: fix texture array filtering | Marek Olšák | 2011-09-10 | 3 | -74/+113 |
* | glsl_to_tgsi: fix shadow2DArray comparison | Marek Olšák | 2011-09-10 | 1 | -3/+14 |
* | ir_to_mesa: fix shadow2DArray comparison | Marek Olšák | 2011-09-10 | 1 | -3/+14 |
* | u_blitter: add texture array support | Marek Olšák | 2011-09-10 | 1 | -11/+41 |
* | st/mesa: convert shadow array samplers to TGSI | Marek Olšák | 2011-09-10 | 1 | -0/+2 |
* | gallium: add shadow 1D and 2D array samplers to TGSI | Marek Olšák | 2011-09-10 | 8 | -9/+70 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS | Marek Olšák | 2011-09-10 | 9 | -13/+15 |