| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function | Marek Olšák | 2012-07-10 | 1 | -0/+1 |
* | gallium: Add PIPE_CAP_START_INSTANCE | Fredrik Höglund | 2012-06-19 | 1 | -0/+1 |
* | nouveau: place static buffers in VRAM if preferred by the driver | Christoph Bumiller | 2012-05-17 | 1 | -2/+5 |
* | nv50,nvc0: handle user vertex buffers | Christoph Bumiller | 2012-05-17 | 1 | -1/+1 |
* | nv50,nvc0: handle user index buffers | Christoph Bumiller | 2012-05-17 | 1 | -1/+1 |
* | nv50,nvc0: handle user constbufs without wrapping them in a resource | Christoph Bumiller | 2012-05-17 | 1 | -1/+1 |
* | 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,nvc0: handle new vertex fetch caps | Christoph Bumiller | 2012-04-24 | 1 | -0/+4 |
* | 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 |