Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-15 | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri | |
This patch unifies nv[34]0_screen.h, nv[34]0_context.h and nv[34]0_state.h The unified files are put in a new "nvfx" directory. nv30_context.h and nv40_context.h still exist to hold the function prototypes and include nvfx_context.h nv[34]0_screen.h and nv[34]0_state.h are deleted, replaced by the unified versions. nv40 includes some extra fields for swtnl and user clip planes support. These fields will be unused on nv30 until that functionality gets added to it too (by unification with nv40). | |||
2010-03-15 | nouveau: s/rankine/eng3d/g; s/curie/eng3d/g | Luca Barbieri | |
Result of running: perl -i -p -e 's/rankine/eng3d/g; s/curie/eng3d/g;' nv[34]0/*.[ch] This will allow to more easily unify nv30 and nv40. | |||
2010-03-15 | nv40: use NV34TCL_ constants where available | Luca Barbieri | |
It was decided to just use the NV34TCL_ constants for constants common between nv30 and nv40, and deprecate the NV40TCL_ versions. This patch changes the nv40 driver to use NV34TCL_ constants for common functionality. This reduces differences between nv30 and nv40 to ease further unification. | |||
2010-03-02 | nouveau: Rename pipe formats. | José Fonseca | |
These format uses were being hiden by pre-processor magic and were missed in the previous search'n'replace. | |||
2010-02-14 | nv: Use util_format_name(). | José Fonseca | |
2010-01-05 | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis | |
- The previous solution was hacky and didn't do subchannel autobinding. - The beheaviour should match what libdrm_nouveau does closely. - The solution remains statically sized, but when debugging is on it will check for abuse. Signed-off-by: Maarten Maathuis <madman2003@gmail.com> | |||
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture ↵ | Roland Scheidegger | |
width/height/depth arrays | |||
2009-10-31 | nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40. | Younes Manton | |
2009-06-05 | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs | |
2009-03-07 | nouveau: make stateobjs start off with refcount of 1 | Ben Skeggs | |
2008-12-02 | nouveau: Use swizzled textures & render targets on nv40 when possible. | Younes Manton | |
2008-08-11 | nouveau: pf_sprint_name -> pf_name | Ben Skeggs | |
2008-08-03 | nv40: Support for PIPE_FORMAT_R16_SNORM. | Younes Manton | |
2008-05-25 | nouveau: remove final PIPE_FORMAT_U_* usage | Ben Skeggs | |
2008-03-23 | nv40: add dxtn formats (disabled) | Ben Skeggs | |
2008-02-29 | nv40: move "channel context" stuff into nv40_screen | Ben Skeggs | |
2008-02-25 | nv40: remove pipe_state struct now. | Ben Skeggs | |
2008-02-25 | nv40: construct vbo state the same way as the rest | Ben Skeggs | |
2008-02-25 | nv40: dump meaningful names for surface formats | Ben Skeggs | |
2008-02-22 | nv40: stateobj start out with 0 refcount | Ben Skeggs | |
2008-02-22 | nv40: move hw_dirty | Ben Skeggs | |
2008-02-22 | nv40: rework fragment texture state | Ben Skeggs | |
2008-02-18 | nv40: get fragprog onto new state mechanism | Ben Skeggs | |
2008-02-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. |