r600g: make dumping of shaders an option
[mesa.git] / src / gallium / drivers / nvfx /
2011-01-08 Christoph Bumillernvfx,nv50: pipe_reference the constant buffers
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Ben Skeggsnouveau: fix includes for latest libdrm
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-26 Vinson Leenvfx: Remove unused variable.
2010-12-25 Xavier Chantrynvfx: restore BEGIN_RING usage
2010-12-16 Ben Skeggsnvfx: fix fragprog word swapping on big-endian machines
2010-12-05 Xavier Chantryinit ps->context with util_surfaces_get and do_get
2010-12-05 Xavier Chantrynvfx: fixes after array textures merge
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-25 Xavier Chantrynvfx: reset nvfx->hw_zeta
2010-11-25 Xavier Chantrynvfx: fb->nr_cbufs <= 1 on nv30
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-20 Xavier Chantrynvfx: only expose one rt on nv30
2010-11-12 Marek Olšáknvfx: fill out CAPs for indirect addressing
2010-11-11 Lucas Stachnvfx: fill PIPE_CAP_PRIMITIVE_RESTART and PIPE_CAP_SHAD...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-04 Krzysztof Smiechowicznvfx: Pair os_malloc_aligned() with os_free_aligned().
2010-09-24 Luca Barbierinvfx: add RGB framebuffer format support in addition...
2010-09-24 Luca Barbierinvfx: allow setting NULL constant buffers
2010-09-22 Luca Barbierinvfx: remove gl_PointCoord hack
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-09-18 Vinson Leenvfx: Remove const qualifer from nvfx_vertprog_translate.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-13 Vinson Leenvfx: Remove unused variables.
2010-09-13 Vinson Leenvfx: Move declaration before code.
2010-09-11 Luca Barbierinv30: fix breakage due to 10 texcoord support on nv40
2010-09-06 Luca Barbierinvfx: fix return in vp main
2010-09-05 Luca Barbierinvfx: support nv30 simulation on nv40
2010-09-05 Luca Barbierinvfx: move nv04_2d to rules-ng-ng
2010-09-05 Luca Barbierinvfx: switch to rules-ng-ng register headers
2010-09-05 Luca Barbierinvfx: remove remaining BEGIN_RING/eng3d uses
2010-09-05 Luca Barbierinvfx: pause occlusion queries during blitter usage
2010-09-05 Luca Barbierinvfx: properly return fogcoord.w == 1
2010-09-05 Luca Barbierinvfx: support saturate in vp
2010-09-05 Luca Barbierinvfx: add rewritten swtnl support
2010-09-05 Luca Barbierinvfx: use a piglit-ignored format for unknown cap message
2010-09-05 Luca Barbierinvfx: support unlimited constants and immediates in fp
2010-09-05 Luca Barbierinvfx: support using blitter to copy depth/stencil resou...
2010-09-04 Luca Barbierinvfx: support rendering to more formats
2010-09-04 Luca Barbierinvfx: move 2D format selection logic to 2D code
2010-09-04 Luca Barbierinvfx: fix swizzling of high bpp surfaces
2010-09-04 Luca Barbierinvfx: fix some subrectangle copies
2010-09-04 Luca Barbierinvfx: fix inlinining in nv04_2d.c
2010-09-04 Luca Barbierinvfx: fix the temporary copying logic and add asserts
2010-09-04 Luca Barbierinvfx: prevent swizzled rendering into formats where...
2010-09-04 Luca Barbierinvfx: consolidate tiny files
2010-09-04 Luca Barbierinvfx: fix vp DP2
2010-09-04 Luca Barbierinvfx: implement fp SSG properly
2010-09-04 Luca Barbierinvfx: don't claim we support preds since the driver...
2010-09-04 Luca Barbierinv40: support all 10 texcoords
2010-09-04 Luca Barbierinvfx: add missing context init
2010-09-04 Luca Barbierinvfx: tidy up state_emit
2010-09-04 Luca Barbierinvfx: support all coord conventions in hardware
2010-09-04 Luca Barbierinvfx: add missing pushbuffer space check
2010-09-04 Luca Barbierinvfx: support all possible vs consts
2010-09-04 Luca Barbierinvfx: set magic bit to round NPOT mipmap sizes down...
2010-09-04 Luca Barbierinvfx: allow nested blitter usage, fixing bug in clear
2010-09-03 Luca Barbierinvfx: implement LIT in fp
2010-09-03 Luca Barbierinvfx: fix division by zero in vp-ignore-input
2010-09-03 Luca Barbierinvfx: report correct max lodbias
2010-09-03 Luca Barbierinvfx: remove message
2010-09-03 Luca Barbierinvfx: support indirect addressing in vps
2010-09-03 Luca Barbierinvfx: fix support for more than 8 texture units (fixes...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Patrice Mandinnouveau/nvfx: Remove enforcement of bit depth being...
2010-08-29 Vinson Leenvfx: Remove util_is_pot in favor of util_is_power_of_two.
2010-08-25 Vinson Leenvfx: Set pointer to NULL after free.
2010-08-25 Chia-I Wugallium: Use draw_set_index_buffer and others.
2010-08-25 Vinson Leenvfx: Clean up header file inclusion in nvfx_screen.h.
2010-08-25 Vinson Leenvfx: Include missing headers in nvfx_shader.h.
2010-08-25 Vinson Leenvfx: Initialize variables on error path.
2010-08-24 Vinson Leenvfx: Remove unnecessary headers.
2010-08-23 Luca Barbierinvfx: don't emit dummy commands on nv30
2010-08-23 Luca Barbierinvfx: improve fp temp accounting
2010-08-23 Luca Barbierinvfx: emit bo relocations only when needed
2010-08-23 Luca Barbierinvfx: match Gallium's gl_PointCoord brokenness
2010-08-23 Luca Barbierinvfx: support clip planes sensibly and fix them on...
2010-08-22 Luca Barbierinvfx: fix minor memory leak
2010-08-22 Luca Barbierinvfx: support both sprite coord origins
2010-08-22 Luca Barbierinvfx: use 64-bit bitmasks for temps
2010-08-22 Vinson Leenvfx: Include missing header in nvfx_vertprog.c.
2010-08-22 Luca Barbierinvfx: refactor to support multiple fragment program...
2010-08-22 Luca Barbierinvfx: move stuff around
2010-08-22 Luca Barbierinvfx: simplify and correct fragment program update...
2010-08-22 Luca Barbierinvfx: make stipple setting independent of enable
2010-08-22 Luca Barbierinvfx: fix vertex programs
2010-08-22 Luca Barbierinvfx: use relocations array for vp constants
2010-08-22 Vinson Leenvfx: Silence unused variable warning.
2010-08-22 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-08-22 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-08-21 Luca Barbierinvfx: actually fix it properly
2010-08-21 Luca Barbierinvfx: fix incorrect assert
next