Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/winsys: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Cleanup the duplicating flags and consolidate into a sigle variable. Note: this patch adds VISIBILITY_CFLAGS to the following targets * freedreno/drm * i915/{drm,sw} * nouveau/drm * sw/fbdev * sw/null * sw/wayland * sw/wrapper * sw/xlib Signed-off-by: Emil Velikov <[email protected]> | ||||
* | winsys/freedreno/drm: drop obsolete .gitignore | Emil Velikov | 2013-10-01 | 1 | -1/+0 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]> | ||||
* | winsys/freedreno/drm: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 2 | -1/+4 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]> | ||||
* | freedreno: gallium driver for adreno | Rob Clark | 2013-03-11 | 4 | -0/+60 |
Currently works on a220. Others in the a2xx family look pretty similar and should be pretty straightforward to support with the same driver. The a3xx has a new shader ISA, and while many registers appear similar, the register addresses have been completely shuffled around. I am not sure yet whether it is best to support with the same driver, but different compiler, or whether it should be split into a different driver. v1: original v2: build file updates from review comments, and remove GPL licensed header files from msm kernel v3: smarter temp/pred register assignment, fix clear and depth/stencil format issues, resource_transfer fixes, scissor fixes Signed-off-by: Rob Clark <[email protected]> |