summaryrefslogtreecommitdiff
path: root/tools/data
AgeCommit message (Collapse)Author
2013-09-28documentation updateWladimir J. van der Laan
2013-09-16driver: don't add pointsize output if shader doesn't set point sizeWladimir J. van der Laan
Don't add pointsize output to vertex shader if that shader doesn't assign the point size. Even if point_size_per_vertex is enabled in rasterizer configuration. This is done because Mesa *always* sets point_size_per_vertex to enabled with OpenGL ES, no matter what the shader does or whether points or other primitives are rendered.
2013-09-10driver: Set up early depthWladimir J. van der Laan
And some documentation changes.
2013-09-09driver: make viewport affect clipping rectangle as wellWladimir J. van der Laan
I'm not sure this is defined by the GL spec, but makes it behave more like other GL drivers and fixes missile cam in d2x.
2013-09-04driver: implement MSAAWladimir J. van der Laan
For now, use ETNA_DEBUG="msaa4x" or ETNA_DEBUG="msaa2x" to force usage of MSAA for screen surface (MESA may have its own way for this...).
2013-08-26docs: add gc1000 in marvell to gpus comparisonWladimir J. van der Laan
2013-08-09driver: texture alignment, preparation for multi-pipeWladimir J. van der Laan
Correct texture and RS alignment. For multi-tiled and multi-super-tiled surfaces (for multiple pixel pipes) a special texture format is used.
2013-07-26tools: add i.mx6 duallite to gpus comparisonWladimir J. van der Laan
2013-07-22tools: add VS/PS_RANGE registers to driver state mapWladimir J. van der Laan
2013-07-19tools: output statistics from gen_weave_stateWladimir J. van der Laan
Also do a few comment clarifications.
2013-07-19driver: set GL_API_MODEWladimir J. van der Laan
On GC2000 there is a register GL_API_MODE that sets the global API mode for the context. I do not know what it does, but if another application left it at OPENVG/OPENCL that could have unpredictable consequences. Set it to OPENGL at context creation.
2013-07-18driver: state cachingWladimir J. van der Laan
Keep a context. Write only state that changed actually changed to command buffer.
2013-07-18Add @mike29 to authors listWladimir J. van der Laan
2013-03-24etna: vs/fs shader linking, beginningsWladimir J. van der Laan
Further integrate tgsi->shader compiler. Next up is a testcase/demo that actually uses this new functionality.
2013-03-02command stream dumper: i.mx6 kernel driver compatWladimir J. van der Laan
2013-03-01add Ingenic JZ4770 MIPS to gpus comparisonWladimir J. van der Laan
2013-02-23etna_pipe: add displacement mapping demoWladimir J. van der Laan
2013-02-22vs particle system using etna_pipeWladimir J. van der Laan
- get pointcoord x/y to work - point size output
2013-02-21imx6 preparationsWladimir J. van der Laan
viv_info: support multiple cores add info to gpus.json and gpus_comparison
2013-02-20etna_fb: auto recognize fb formatWladimir J. van der Laan
also implement gl_rasterization_rules switching
2013-02-13etna: shader state objectWladimir J. van der Laan
2013-02-10etna: alpha blendingWladimir J. van der Laan
In a bizarre twist of fate, alpha blending now works. Interpretation of bit 16 of PE_COLOR_FORMAT was the wrong way around.
2013-02-07gallium state: running prototypeWladimir J. van der Laan
2013-01-27cubox: fb rendering beginningsWladimir J. van der Laan
try to support old as well as new Vivante kernel drivers
2013-01-26collect feature bits to compare the various GPUsWladimir J. van der Laan
2013-01-26dove/cubox compatiblity preparationWladimir J. van der Laan
2012-12-31initial commitWladimir J. van der Laan