| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 65 | -35082/+0 |
* | gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl... | Axel Davy | 2013-09-06 | 1 | -0/+3 |
* | nouveau/video: avoid overwriting base codec init with template | Ilia Mirkin | 2013-08-25 | 1 | -1/+1 |
* | vl: add entrypoint to is_video_format_supported | Christian König | 2013-08-19 | 2 | -3/+5 |
* | vl: add entrypoint to get_video_param | Christian König | 2013-08-19 | 2 | -0/+2 |
* | vl: rename pipe_video_decoder to pipe_video_codec | Christian König | 2013-08-19 | 5 | -21/+21 |
* | vl: rename enum pipe_video_codec to pipe_video_format | Christian König | 2013-08-19 | 5 | -22/+22 |
* | vl: use a template for create_video_decoder | Christian König | 2013-08-19 | 3 | -66/+33 |
* | nv50: allow non-nv12 buffers to be created, just pass them through to vl | Ilia Mirkin | 2013-08-17 | 1 | -5/+1 |
* | nv50: add vp3/vp4 support for mpeg2/vc1 | Ilia Mirkin | 2013-08-16 | 11 | -9/+891 |
* | nv50: separate video logic from noalloc | Ilia Mirkin | 2013-08-16 | 3 | -3/+6 |
* | nv50: allow forcing PMPEG use, for ease of testing | Ilia Mirkin | 2013-08-15 | 2 | -2/+4 |
* | nv50: implement new float comparison instructions | Roland Scheidegger | 2013-08-15 | 1 | -0/+17 |
* | vl: Add support for max level query v2 | Rico Schüller | 2013-08-14 | 1 | -0/+15 |
* | nv50: handle pure integer vertex attributes | Emil Velikov | 2013-08-06 | 1 | -1/+11 |
* | nv50: fix some h264 interlaced decoding on vp2 | Ilia Mirkin | 2013-08-03 | 2 | -7/+8 |
* | nv50,nvc0: s/uint16/uint32 for constant buffer offset | Christoph Bumiller | 2013-07-24 | 1 | -1/+1 |
* | gallium: Add PIPE_CAP_ENDIANNESS | Tom Stellard | 2013-07-22 | 1 | -0/+2 |
* | nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0 | Ilia Mirkin | 2013-07-18 | 11 | -3/+1815 |
* | tgsi: rename the TGSI fragment kill opcodes | Brian Paul | 2013-07-12 | 1 | -5/+5 |
* | mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies | Marek Olšák | 2013-07-02 | 1 | -1/+0 |
* | draw/translate: fix instancing | Zack Rusin | 2013-06-28 | 1 | -4/+4 |
* | gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT | Roland Scheidegger | 2013-06-19 | 1 | -4/+4 |
* | nv50: avoid crash on updating RASTERIZE_ENABLE state | Emil Velikov | 2013-06-19 | 1 | -0/+10 |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 3 | -2/+5 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -6/+10 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL | Marek Olšák | 2013-05-11 | 1 | -0/+2 |
* | nv50: initialize kick_notify callback in nv50_create | Bryan Cain | 2013-05-07 | 1 | -0/+1 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 1 | -1/+1 |
* | scons: remove nouveau build | Andreas Boll | 2013-05-03 | 1 | -11/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 35 | -140/+140 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 35 | -35/+35 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 1 | -1/+1 |
* | nv50: add remaining RGBX formats | Christoph Bumiller | 2013-04-18 | 1 | -4/+12 |
* | st/mesa: optionally apply texture swizzle to border color v2 | Christoph Bumiller | 2013-04-18 | 1 | -0/+2 |
* | nv50: set BORDER_COLOR_SRGB in sampler objects | Christoph Bumiller | 2013-04-18 | 2 | -19/+35 |
* | nv50: fix 4th component of Lx_SINT/UINT formats | Christoph Bumiller | 2013-04-18 | 1 | -6/+6 |
* | gallium: Disambiguate TGSI_OPCODE_IF. | José Fonseca | 2013-04-17 | 2 | -2/+5 |
* | nv50/codegen: do not emitATOM() if the subOp is unknown | Emil Velikov | 2013-04-12 | 1 | -1/+1 |
* | nvc0: implement multisample textures | Christoph Bumiller | 2013-04-12 | 4 | -6/+24 |
* | nv50,nvc0: add RGBX16/32_FLOAT formats | Christoph Bumiller | 2013-04-12 | 1 | -0/+4 |
* | nv50,nvc0: remove MS resolve formats hack | Christoph Bumiller | 2013-04-03 | 1 | -5/+0 |
* | nvc0: place staging textures in GART and map them directly | Christoph Bumiller | 2013-04-03 | 2 | -4/+4 |
* | nv50: account for pesky prefetch in size calculation of linear textures | Christoph Bumiller | 2013-04-03 | 1 | -1/+6 |
* | nvc0: fix for 2d engine R source formats writing RRR1 and not R001 | Christoph Bumiller | 2013-04-03 | 2 | -24/+87 |
* | nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blit | Christoph Bumiller | 2013-04-03 | 1 | -0/+2 |
* | nouveau: accelerate buffer copies in resource_copy_region | Christoph Bumiller | 2013-04-03 | 1 | -3/+3 |
* | nvc0: add some driver statistics queries | Christoph Bumiller | 2013-04-03 | 1 | -0/+4 |
* | gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS | Christoph Bumiller | 2013-04-03 | 1 | -0/+2 |
* | nv50,nvc0: fix 3d blits, restore viewport after blit | Christoph Bumiller | 2013-03-29 | 1 | -2/+6 |