summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/arc.c
Commit message (Collapse)AuthorAgeFilesLines
* st/vega: Remove.Jose Fonseca2015-03-041-709/+0
| | | | | | | | | | | | | OpenVG API seems to have dwindled away. The code would still be interesting if we wanted to implement NV_path_rendering but given the trend of the next gen graphics APIs, it seems unlikely that this becomes ARB or core. v2: Remove a few "openvg" references left, per Emil Velikov. Reviewed-by: Emil Velikov <[email protected]> v3: Update release notes.
* st/vega: Use SConscript for Windows build.Chia-I Wu2010-05-311-2/+1
| | | | Fix several portability issues and add SConscript for Windows build.
* st/vega: Silence compiler warnings.Vinson Lee2009-12-271-2/+0
|
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h
| * st/vega: Move declaration outside for loop.Vinson Lee2009-12-231-2/+4
| |
* | Fix vega compilation.Alan Hourihane2009-11-201-2/+4
|/
* OpenVG 1.0 State TrackerZack Rusin2009-05-011-0/+708
Import of the OpenVG 1.0 state tracker for Gallium.