nvc0: switch to the proper constants upload path
[mesa.git] / src / gallium / drivers / nvfx /
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
2010-08-21 Vinson Leenvfx: Fix SCons build.
2010-08-21 Luca Barbierinvfx: fix warnings
2010-08-21 Luca Barbierinvfx: enable translate_sse
2010-08-21 Vinson Leescons: Fix nvfx build.
2010-08-21 Luca Barbierinvfx: slightly improve handling of overlong vps
2010-08-21 Luca Barbierinvfx: tweak CMP in fp
2010-08-21 Luca Barbierinvfx: implement CMP in vp
2010-08-21 Luca Barbierinvfx: implement TXL in fp
2010-08-21 Luca Barbierinvfx: implement SSG in fp
2010-08-21 Luca Barbierinvfx: implement DP2 in vp and fp
2010-08-21 Luca Barbierinvfx: implement TRUNC in vp and fp
2010-08-21 Luca Barbierinvfx: implement NOP
2010-08-21 Luca Barbierinvfx: add vertex program control flow
2010-08-21 Luca Barbierinvfx: fix vertex shader headers
2010-08-21 Luca Barbierinv40: add fragment program control flow
2010-08-21 Luca Barbierinvfx: refactor shader assembler
2010-08-21 Luca Barbierinvfx: add option to dump shaders in TGSI and native...
next