| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0: create the SW object | Christoph Bumiller | 2014-02-07 | 2 | -0/+10 |
* | nvc0/ir/emit: hardcode vertex output stream to 0 for now | Christoph Bumiller | 2014-02-07 | 1 | -2/+7 |
* | gallium/tgsi: correct typo propagated from NV_vertex_program1_1 | Erik Faye-Lund | 2014-02-07 | 2 | -3/+3 |
* | gallium/tgsi: use CLAMP instead of open-coded clamps | Erik Faye-Lund | 2014-02-07 | 1 | -22/+4 |
* | nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL) | Ilia Mirkin | 2014-02-06 | 1 | -0/+8 |
* | nv50: only over-allocate by a page for code | Ilia Mirkin | 2014-02-06 | 1 | -4/+5 |
* | nv50: fix layerid to be the fp input number rather than vp output number | Ilia Mirkin | 2014-02-06 | 3 | -7/+9 |
* | nv50: rework primid logic | Ilia Mirkin | 2014-02-06 | 3 | -6/+4 |
* | vdpau: flush the context before exporting the surface v2 | Marek Olšák | 2014-02-06 | 1 | -0/+1 |
* | gallium/radeon: fix warnings | Marek Olšák | 2014-02-06 | 3 | -5/+9 |
* | gallium: remove PIPE_USAGE_STATIC | Marek Olšák | 2014-02-06 | 51 | -71/+67 |
* | gallium: define the behavior of PIPE_USAGE_* flags properly | Marek Olšák | 2014-02-06 | 2 | -12/+19 |
* | gallium: remove PIPE_RESOURCE_FLAG_GEN_MIPS | Marek Olšák | 2014-02-06 | 1 | -1/+0 |
* | r600g,radeonsi: set resource domains in one place (v2) | Marek Olšák | 2014-02-06 | 5 | -27/+23 |
* | st/omx: add workaround for bug in Bellagio | Christian König | 2014-02-06 | 3 | -2/+16 |
* | st/omx: initial OpenMAX support v3 | Christian König | 2014-02-06 | 13 | -0/+2390 |
* | vl/rbsp: add H.264 RBSP implementation | Christian König | 2014-02-06 | 1 | -0/+164 |
* | vl/vlc: add function to limit the vlc size | Christian König | 2014-02-06 | 1 | -12/+41 |
* | vl/vlc: add remove bits function | Christian König | 2014-02-06 | 1 | -0/+12 |
* | radeon: just don't map VRAM buffers at all | Christian König | 2014-02-06 | 1 | -2/+2 |
* | radeon/video: directly create buffers in the right domain | Christian König | 2014-02-06 | 3 | -7/+12 |
* | radeon/video: seperate common video functions | Christian König | 2014-02-06 | 9 | -315/+413 |
* | gallium/dri2: Fix dri2_dup_image | Axel Davy | 2014-02-05 | 1 | -0/+1 |
* | tgsi/ureg: increase the number of immediates | Zack Rusin | 2014-02-05 | 1 | -1/+1 |
* | gallivm: make sure analysis works with large number of immediates | Zack Rusin | 2014-02-05 | 1 | -8/+9 |
* | gallivm: handle huge number of immediates | Zack Rusin | 2014-02-05 | 4 | -44/+86 |
* | gallivm: allow large numbers of temporaries | Zack Rusin | 2014-02-05 | 4 | -5/+20 |
* | gallivm: fix F2U opcode | Roland Scheidegger | 2014-02-05 | 1 | -20/+22 |
* | tools/trace: Handle index buffer overflow gracefully. | José Fonseca | 2014-02-05 | 1 | -1/+4 |
* | r600g: add support for geom shaders to r600/r700 chipsets (v2) | Dave Airlie | 2014-02-05 | 7 | -49/+313 |
* | r600g: enable GLSL 3.30 on evergreen GPUs | Dave Airlie | 2014-02-05 | 1 | -1/+1 |
* | r600g: properly propogate clip dist write value | Dave Airlie | 2014-02-05 | 1 | -0/+1 |
* | r600g: calculate a better value for array_size (v2) | Dave Airlie | 2014-02-05 | 1 | -1/+1 |
* | r600g: fix CAYMAN geometry shader support | Dave Airlie | 2014-02-05 | 1 | -2/+6 |
* | r600g: fix up shader out misc stuff for copy shader | Dave Airlie | 2014-02-05 | 2 | -1/+16 |
* | r600g: port the layered surface rendering patch from radeonsi | Dave Airlie | 2014-02-05 | 3 | -21/+19 |
* | r600g: initial VS output layer support | Dave Airlie | 2014-02-05 | 4 | -14/+50 |
* | r600g: setup const texture buffers for geom shaders | Dave Airlie | 2014-02-05 | 1 | -0/+6 |
* | r600g: calculate correct cut value | Dave Airlie | 2014-02-05 | 1 | -1/+11 |
* | r600g: fix dynamic_input_array_index.shader_test | Dave Airlie | 2014-02-05 | 1 | -4/+44 |
* | r600g: add support for indirect geom ring writes | Dave Airlie | 2014-02-05 | 1 | -7/+58 |
* | r600g: write proper output prim type | Dave Airlie | 2014-02-05 | 2 | -27/+26 |
* | r600g: enable instance cnt register with new enough kernel | Dave Airlie | 2014-02-05 | 1 | -6/+6 |
* | r600g: add primitive input support for gs | Dave Airlie | 2014-02-05 | 4 | -1/+19 |
* | r600g: emit streamout from dma copy shader | Dave Airlie | 2014-02-05 | 2 | -2/+8 |
* | r600g/gs: fix cases where number of gs inputs != number of gs outputs | Dave Airlie | 2014-02-05 | 1 | -1/+6 |
* | r600g: increase array base for exported parameters | Dave Airlie | 2014-02-05 | 1 | -0/+3 |
* | r600g: initialise the geom shader loop registers. | Dave Airlie | 2014-02-05 | 1 | -0/+2 |
* | r600g: emit NOPs at end of shaders in more cases | Dave Airlie | 2014-02-05 | 1 | -2/+5 |
* | r600g: don't enable SB for geom shaders | Dave Airlie | 2014-02-05 | 1 | -0/+3 |