Age | Commit message (Expand) | Author |
2008-08-25 | Move accel state to a separate struct | Alex Deucher |
2008-08-25 | match textured video macro names with other accel code | Alex Deucher |
2008-08-25 | Additional cleanups and re-arragement following bicubic merge | Alex Deucher |
2008-08-25 | Whitespace cleanup from bucubic merge | Alex Deucher |
2008-08-25 | Fix typos. | Dennis Kasprzyk |
2008-08-25 | Fix bicubic fp calculation. | Dennis Kasprzyk |
2008-08-25 | Fixed bicubic fragment program comments. | Dennis Kasprzyk |
2008-08-25 | Switch from 32-bit floats to 16-bit half-floats. | Corbin Simpson |
2008-08-25 | Move some ALU instructions after the TEX instructions, so we can do something... | Dennis Kasprzyk |
2008-08-25 | Another uneeded SEM_AQUIRE. | Dennis Kasprzyk |
2008-08-25 | Smarter usage of the texture semaphore. | Dennis Kasprzyk |
2008-08-25 | Remove one constant. | Dennis Kasprzyk |
2008-08-25 | Heavy optimizations. | Dennis Kasprzyk |
2008-08-25 | Remove uneeded negations. | Dennis Kasprzyk |
2008-08-25 | Implement LPR in one instruction. | Dennis Kasprzyk |
2008-08-25 | Set helper texture filter correctly. | Dennis Kasprzyk |
2008-08-25 | Oops, made a mistake with vertices. | Corbin Simpson |
2008-08-25 | Merge upstream changes to vertices, and also add Xv attributes for textured v... | Corbin Simpson |
2008-08-25 | Fix constants. | Corbin Simpson |
2008-08-25 | Finally got the fragment program fully working for bicubic filtering on r5xx. | Corbin Simpson |
2008-08-25 | More bicubic FP buggies. | Corbin Simpson |
2008-08-25 | Fix texture size, texture filter, vertex offsets, etc. | Dennis Kasprzyk |
2008-08-25 | Make vertices emit properly. | Corbin Simpson |
2008-08-25 | Try to get tex coords from the VAP to RS properly when bicubic filtering is e... | Corbin Simpson |
2008-08-25 | Upload pixel shader to card for r5xx. This was ridiculous. Also it doesn't wo... | Corbin Simpson |
2008-07-29 | Change prim types for exa and textured video to help avoid tearing | Alex Deucher |
2008-07-07 | clamp tex coords (r100/r200) for textured video | Roland Scheidegger |
2008-06-26 | RADEON: fix copy/paste error in accel code | Brad Smith |
2008-06-25 | RADEON: adjustments to Jerome's last commit | Alex Deucher |
2008-05-12 | Replace CARD{8,16,32} with uint{8,16,32}_t | Matt Turner |
2008-05-07 | radeon: fix textured-xv on zaphod | Dave Airlie |
2008-04-17 | R300+: move more common code into init3d() | Alex Deucher |
2008-04-14 | R300: move more common code to init3d() | Alex Deucher |
2008-04-14 | R3xx+: 3D engine documentation and minor cleanups | Alex Deucher |
2008-04-12 | R300+: consolidate some tcl/non-tcl paths | Alex Deucher |
2008-04-12 | R3xx+: fix XAA + textured video on non-TCL path | Alex Deucher |
2008-04-11 | R300+: pre-load vertex programs in init3D() | Alex Deucher |
2008-04-10 | R3xx+: consolidate more tcl code | Alex Deucher |
2008-04-10 | R3xx+: consolidate some common 3D code | Alex Deucher |
2008-04-10 | R3xx+: tcl wip | Alex Deucher |
2008-04-10 | R300+: textured video tcl cleanup | Alex Deucher |
2008-04-10 | RADEON: cleanup | Alex Deucher |
2008-04-10 | Revert "R3xx/R5xx: move more VAP, etc. state setup into common init3d() funct... | Alex Deucher |
2008-04-10 | R3xx+: minor textured video fixes | Alex Deucher |
2008-04-10 | R3xx+: EXA/textured video fixes | Alex Deucher |
2008-03-24 | R3xx/R5xx: move more VAP, etc. state setup into common init3d() function | Alex Deucher |
2008-03-24 | R3xx/R5xx: use non VAP/TCP for textured video | Alex Deucher |
2008-03-19 | [PATCH] Compile warning fixes. | Paulo Cesar Pereira de Andrade |
2008-03-19 | R3xx/R5xx: Make sure to clamp the output of the FS | Alex Deucher |
2008-03-19 | R5xx: bump textured video limits to 4096 | Alex Deucher |