| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gallium-userbuf' | Marek Olšák | 2012-05-11 | 1 | -1/+5 |
|\ |
|
| * | gallium: add void *user_buffer in pipe_index_buffer | Marek Olšák | 2012-04-30 | 1 | -1/+1 |
| * | gallium: add void *user_buffer in pipe_vertex_buffer | Marek Olšák | 2012-04-30 | 1 | -1/+1 |
| * | gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT | Marek Olšák | 2012-04-30 | 1 | -0/+2 |
| * | gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS | Marek Olšák | 2012-04-30 | 1 | -0/+2 |
* | | nv50: implement stream output | Christoph Bumiller | 2012-05-04 | 1 | -4/+6 |
* | | nv50: enable array textures | Christoph Bumiller | 2012-05-04 | 1 | -2/+2 |
|/ |
|
* | nv50,nvc0: handle new vertex fetch caps | Christoph Bumiller | 2012-04-24 | 1 | -0/+4 |
* | nv50: enable shader watchdog timer | Christoph Bumiller | 2012-04-24 | 1 | -0/+5 |
* | 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 | -0/+1 |
* | nv50: hook up to new shader code generator | Christoph Bumiller | 2012-04-14 | 1 | -4/+4 |
* | 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 | -250/+251 |
* | 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 |
* | nv50,nvc0: handle new PIPE_CAPs | Christoph Bumiller | 2012-01-10 | 1 | -0/+10 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -1/+1 |
* | 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: fix max texture levels | Adel Gadllah | 2011-10-24 | 1 | -3/+3 |
* | nouveau: hide some debugging messages behind environment variable | Marcin Slusarz | 2011-10-09 | 1 | -2/+3 |
* | 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 |
* | nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET | Christoph Bumiller | 2011-09-14 | 1 | -0/+4 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS | Marek Olšák | 2011-09-10 | 1 | -1/+1 |
* | nv50: fix screen->blitctx memory leak | Marcin Slusarz | 2011-09-08 | 1 | -0/+2 |
* | nv50,nvc0: fix multisample format hack | Christoph Bumiller | 2011-08-31 | 1 | -1/+1 |
* | nouveau: use PRIu64 for printing uint64_t | Christoph Bumiller | 2011-08-30 | 1 | -1/+1 |
* | nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfaces | Christoph Bumiller | 2011-08-30 | 1 | -1/+6 |
* | 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 |
* | | nv50: implement resource_resolve with custom blit | Christoph Bumiller | 2011-08-04 | 1 | -0/+4 |
* | | nouveau: hook up video decoding with nouveau_context | Christoph Bumiller | 2011-07-21 | 1 | -0/+2 |
* | | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -1/+3 |
* | | nv50,nvc0: use screen instead of context for flush notifier | Christoph Bumiller | 2011-07-07 | 1 | -0/+2 |
|/ |
|
* | Remove redundant util_unsigned_logbase2 | Matt Turner | 2011-05-12 | 1 | -1/+1 |
* | nv50: fix mistake in pipe caps for pre-NVA0 cards | Maxim Levitsky | 2011-05-10 | 1 | -0/+1 |
* | nv50,nvc0: activate seamless cube map filtering | Christoph Bumiller | 2011-05-06 | 1 | -1/+9 |
* | gallium/nouveau: fix printf warnings | Marek Olšák | 2011-04-27 | 1 | -1/+1 |
* | gallium: include u_format.h for util_format_is_supported | Marcin Slusarz | 2011-04-17 | 1 | -0/+1 |