| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium drivers: report that user vertex buffers are supported | Marek Olšák | 2012-04-24 | 1 | -0/+2 |
* | nvc0: add initial support for nve4+ (Kepler) chipsets | Christoph Bumiller | 2012-04-15 | 1 | -55/+119 |
* | nvc0: prefix all macro methods with MACRO | Christoph Bumiller | 2012-04-14 | 1 | -8/+8 |
* | nvc0: improve vertex state validation | Christoph Bumiller | 2012-04-14 | 1 | -0/+1 |
* | nv50,nvc0: use new scratch buffers code | Christoph Bumiller | 2012-04-14 | 1 | -7/+0 |
* | nv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS | Christoph Bumiller | 2012-04-14 | 1 | -0/+2 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -256/+248 |
* | gallium: remove PIPE_SHADER_CAP_OUTPUT_READ | Marek Olšák | 2012-02-27 | 1 | -2/+0 |
* | gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION | Christoph Bumiller | 2012-02-09 | 1 | -0/+1 |
* | nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL | Christoph Bumiller | 2012-01-29 | 1 | -0/+2 |
* | st/mesa: do vertex and fragment color clamping in shaders | Marek Olšák | 2012-01-25 | 1 | -1/+3 |
* | nvc0: fix some limit cap values | Christoph Bumiller | 2012-01-20 | 1 | -9/+15 |
* | nvc0: enable shader watchdog timer | Christoph Bumiller | 2012-01-10 | 1 | -0/+6 |
* | nv50,nvc0: handle new PIPE_CAPs | Christoph Bumiller | 2012-01-10 | 1 | -0/+5 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -1/+1 |
* | gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS | Marek Olšák | 2011-12-25 | 1 | -2/+0 |
* | nvc0: implement new stream output interface | Christoph Bumiller | 2011-12-15 | 1 | -1/+7 |
* | gallium: interface changes necessary to implement transform feedback (v5) | Marek Olšák | 2011-12-15 | 1 | -1/+1 |
* | nouveau: get rid of winsys object | Marcin Slusarz | 2011-12-13 | 1 | -2/+1 |
* | nv50/nvc0: fix crash when channel allocation fails | Marcin Slusarz | 2011-12-02 | 1 | -1/+2 |
* | gallium: separate out floating-point CAPs into its own enum | Marek Olšák | 2011-11-22 | 1 | -7/+7 |
* | gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally | Marek Olšák | 2011-11-22 | 1 | -1/+0 |
* | nv50,nvc0: avoid unnecessary flushes | Marcin Slusarz | 2011-10-09 | 1 | -1/+1 |
* | nouveau: fix fence hang | Marcin Slusarz | 2011-10-09 | 1 | -2/+6 |
* | gallium: add PIPE_CAP_TEXTURE_BARRIER | Marek Olšák | 2011-09-30 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_CONDITIONAL_RENDER | Marek Olšák | 2011-09-30 | 1 | -0/+1 |
* | 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 |
* | nvc0: implement resource_resolve | Christoph Bumiller | 2011-09-14 | 1 | -0/+6 |
* | nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET | Christoph Bumiller | 2011-09-14 | 1 | -0/+4 |
* | nvc0: hook up to new shader code generator | Christoph Bumiller | 2011-09-14 | 1 | -3/+4 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS | Marek Olšák | 2011-09-10 | 1 | -2/+2 |
* | nv50,nvc0: fix multisample format hack | Christoph Bumiller | 2011-08-31 | 1 | -1/+1 |
* | nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfaces | Christoph Bumiller | 2011-08-30 | 1 | -1/+11 |
* | Merge branch 'glsl-to-tgsi' | Bryan Cain | 2011-08-04 | 1 | -0/+2 |
|\ |
|
| * | gallium: add PIPE_SHADER_CAP_INTEGERS | Bryan Cain | 2011-08-01 | 1 | -0/+2 |
* | | nouveau: hook up video decoding with nouveau_context | Christoph Bumiller | 2011-07-21 | 1 | -0/+5 |
* | | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -1/+1 |
* | | nv50,nvc0: unify nvc0_miptree and nv50_miptree structs | Christoph Bumiller | 2011-07-14 | 1 | -1/+1 |
* | | nv50,nvc0: use screen instead of context for flush notifier | Christoph Bumiller | 2011-07-07 | 1 | -2/+6 |
|/ |
|
* | nv50,nvc0: activate seamless cube map filtering | Christoph Bumiller | 2011-05-06 | 1 | -0/+5 |
* | gallium: include u_format.h for util_format_is_supported | Marcin Slusarz | 2011-04-17 | 1 | -0/+1 |
* | nvc0: work around what looks like a code prefetch bug | Christoph Bumiller | 2011-04-17 | 1 | -1/+4 |
* | gallium: add and use generic function for querying patented format support (v2) | Marek Olšák | 2011-04-15 | 1 | -11/+2 |
* | nvc0: make the card permit separate colour outputs | Christoph Bumiller | 2011-04-10 | 1 | -14/+2 |
* | nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON | Christoph Bumiller | 2011-04-10 | 1 | -3/+4 |
* | nv50,nvc0: identify some line rasterization state | Christoph Bumiller | 2011-04-10 | 1 | -2/+4 |
* | gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers | Marek Olšák | 2011-04-01 | 1 | -0/+1 |
* | nv50,nvc0: implement colour clamping controls | Christoph Bumiller | 2011-03-29 | 1 | -2/+2 |
* | nvc0: identify VERTEX_QUARANTINE | Christoph Bumiller | 2011-03-13 | 1 | -7/+7 |