Merge branch 'gallium-userbuf'
[mesa.git] / src / gallium / drivers / nv50 / nv50_screen.c
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-04 Christoph Bumillernv50: implement stream output
2012-05-04 Christoph Bumillernv50: enable array textures
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_index_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_vertex_buffer
2012-04-29 Marek Olšákgallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
2012-04-29 Marek Olšákgallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_U...
2012-04-24 Christoph Bumillernv50,nvc0: handle new vertex fetch caps
2012-04-24 Christoph Bumillernv50: enable shader watchdog timer
2012-04-23 Marek Olšákgallium drivers: report that user vertex buffers are...
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Christoph Bumillernv50: hook up to new shader code generator
2012-04-14 Christoph Bumillernv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-02-27 Marek Olšákgallium: remove PIPE_SHADER_CAP_OUTPUT_READ
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-01-29 Christoph Bumillernvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL
2012-01-25 Marek Olšákst/mesa: do vertex and fragment color clamping in shaders
2012-01-09 Christoph Bumillernv50,nvc0: handle new PIPE_CAPs
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-12-13 Marcin Slusarznouveau: get rid of winsys object
2011-12-02 Marcin Slusarznv50/nvc0: fix crash when channel allocation fails
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-10-24 Adel Gadllahnv50: fix max texture levels
2011-10-09 Marcin Slusarznouveau: hide some debugging messages behind environmen...
2011-10-09 Marcin Slusarznv50,nvc0: avoid unnecessary flushes
2011-10-09 Marcin Slusarznouveau: fix fence hang
2011-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_BARRIER
2011-09-30 Marek Olšákgallium: add PIPE_CAP_CONDITIONAL_RENDER
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-14 Christoph Bumillernv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET
2011-09-10 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
2011-09-08 Marcin Slusarznv50: fix screen->blitctx memory leak
2011-08-30 Christoph Bumillernv50,nvc0: fix multisample format hack
2011-08-30 Christoph Bumillernouveau: use PRIu64 for printing uint64_t
2011-08-30 Christoph Bumillernv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-04 Christoph Bumillernv50: implement resource_resolve with custom blit
2011-08-01 Bryan Caingallium: add PIPE_SHADER_CAP_INTEGERS
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Christoph Bumillernouveau: hook up video decoding with nouveau_context
2011-07-14 Christoph Bumillernv50,nvc0: add support for multi-sample resources
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Christoph Bumillernv50,nvc0: use screen instead of context for flush...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-12 Matt TurnerRemove redundant util_unsigned_logbase2
2011-05-10 Maxim Levitskynv50: fix mistake in pipe caps for pre-NVA0 cards
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-06 Christoph Bumillernv50,nvc0: activate seamless cube map filtering
2011-04-27 Marek Olšákgallium/nouveau: fix printf warnings
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-16 Marcin Slusarzgallium: include u_format.h for util_format_is_supported
2011-04-15 Marek Olšákgallium: add and use generic function for querying...
2011-04-10 Christoph Bumillernv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON
2011-04-10 Christoph Bumillernv50,nvc0: identify some line rasterization state
2011-04-01 Marek Olšákgallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in...
2011-03-29 Christoph Bumillernv50,nvc0: implement colour clamping controls
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Christoph Bumillernv50: check grclass instead of chipset for 3D caps
2011-03-03 Christoph Bumillernv50: increase size of shader code bo
2011-03-03 Ben Skeggsnouveau: allow pipe driver to define which buffers...
2011-03-02 Christoph Bumillernv50: implement independent blend functions for nva3...
2011-03-01 Ben Skeggsnouveau: ensure vbo_dirty is set when buffer write...
2011-03-01 Ben Skeggsnv50: move onto common linear buffer manager
2011-03-01 Ben Skeggsnouveau: create linear gart/vram mman in common screen...
2011-03-01 Ben Skeggsnv50: make mm available as common code
2011-03-01 Ben Skeggsnv50: move onto shared fence code
2011-02-28 Christoph Bumillernv50: replace most of it with nvc0 driver ported to...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Ben Skeggsnv50: silence some unknown get_param warnings
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-12 Marek Olšáknv50: fill out CAPs for indirect addressing
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-25 Christoph Bumillernv50: fix/handle a few more PIPE_CAPs
2010-09-25 Christoph Bumillernv50: use CLEAR_BUFFERS for surface fills
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Christoph Bumillernv50: emit constbuf relocs before uploading constants
2010-09-18 Christoph Bumillernv50: add relocs for stack and local mem buffers
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-09 Christoph Bumillernv50: use actual loads/stores if TEMPs are accessed...
2010-09-09 Christoph Bumillernv50: prepare for having multiple functions
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
next