Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-16 | r600c : inline vertex format is not updated in an app, switch to use vfetch ↵ | richard | |
constants. For the 7.9 and 7.10 branches as well. | |||
2010-12-02 | r600c: bump texture limits to hw limits | Alex Deucher | |
2010-12-01 | r600c: fix some opcodes on evergreen | Alex Deucher | |
There were a few places where we were using the wrong opcodes on evergreen. arl still needs to be fixed on evergreen; see r600g for reference. NOTE: This is a candidate for the 7.9 branch. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-11-22 | r600c: fix VC flush on cedar and palm | Alex Deucher | |
2010-11-22 | r600c: add Ontario Fusion APU support | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-11-21 | r600: Remove unnecessary header. | Vinson Lee | |
2010-11-20 | r600: Remove unnecesary header. | Vinson Lee | |
2010-11-18 | mesa: pass gl_format to _mesa_init_teximage_fields() | Brian Paul | |
This should prevent the field going unset in the future. See bug http://bugs.freedesktop.org/show_bug.cgi?id=31544 for background. Also remove unneeded calls to clear_teximage_fields(). Finally, call _mesa_set_fetch_functions() from the _mesa_init_teximage_fields() function so callers have one less thing to worry about. | |||
2010-11-15 | r600: Evergreen has two extra frac_bits for the sampler LOD state. | Henri Verbeet | |
Note: this is a candidate for the 7.9 branch. | |||
2010-11-15 | evergreen: set gl_texture_image::TexFormat field in evergreenSetTexBuffer() | Brian Paul | |
See https://bugs.freedesktop.org/show_bug.cgi?id=31544 Note: this is a candidate for the 7.9 branch. | |||
2010-11-15 | r600: set gl_texture_image::TexFormat field in r600SetTexBuffer2() | Brian Paul | |
See https://bugs.freedesktop.org/show_bug.cgi?id=31544 Note: this is a candidate for the 7.9 branch. | |||
2010-11-08 | radeon: Implement GL_OES_EGL_image | Johann Rudloff | |
agd5f: add support to radeon/r200/r300 as well | |||
2010-10-27 | r600c: add missing radeon_prepare_render() call on evergreen | Alex Deucher | |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | |
2010-10-01 | r600c: fix segfault in evergreen stencil code | Alex Deucher | |
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=30551 | |||
2010-10-01 | evergreen : fix z format setting, enable stencil. | richard | |
2010-10-01 | r600c: pull over 6xx/7xx vertex fixes for evergreen | Alex Deucher | |
2010-09-30 | r600c: add reloc for CB_COLOR0_ATTRIB | Alex Deucher | |
We'll need a reloc for tiling eventually, so add it now. | |||
2010-09-30 | dri/r600: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-27 | mesa: Force GL_SGIS_generate_mipmap to always be enabled | Ian Romanick | |
As per discussions at XDS. | |||
2010-09-21 | mesa: don't advertise bogus GL_ARB_shading_language_120 extension | Brian Paul | |
Instead of using the invalid GL_ARB_shading_language_120 extension to determine the GLSL version, use a new ctx->Const.GLSLVersion field. Updated the intel and r600 drivers, but untested. See fd.o bug 29910 NOTE: This is a candidate for the 7.9 branch (but let's wait and see if there's any regressions). | |||
2010-09-15 | r600c: fix buffer height setting in dri2 case | Andre Maasikas | |
fbHeight is 0 in this case uncovered by changes in b0bc026c and should fix kernel rejecting command streams after that commit | |||
2010-09-14 | r600c: fix setting negative values to bitfields | Andre Maasikas | |
when setting negative integers to bitfields we could overwrite other parts of it. So mask the value to be written correctly. This is used quite often in the driver - hope it doesnt affect performace or uncover behaviour relied before... fixes strange effects when setting negative lodbias on evergreen | |||
2010-09-13 | r600c: const buffer sizes must be a multiple of 16 consts | Alex Deucher | |
This applies to r6xx/r7xx/evergreen | |||
2010-09-13 | r600c/eg: remove obselete comment | Alex Deucher | |
2010-09-13 | r600c/eg: remove unused emit timestamp function | Alex Deucher | |
2010-09-13 | r600c/eg: emit CB_BLEND_ALPHA with the other blend values | Alex Deucher | |
saves a few dwords | |||
2010-09-13 | r600c: remove redundant state emit on evergreen | Alex Deucher | |
r700start3d already emits the context control packets | |||
2010-09-13 | r600c: eg: fix typo | Andre Maasikas | |
probably copy/paste error | |||
2010-09-13 | r600c: eg: 256 float4 constants may need more than 256 bytes | Andre Maasikas | |
2010-09-13 | r600c: eg - fix uninitialized variable | Andre Maasikas | |
2010-09-13 | r600c: remove stray unmap call | Andre Maasikas | |
no idea how/why it got there | |||
2010-09-10 | r600c: add missing header | Alex Deucher | |
2010-09-10 | r600c: add OQ support for evergreen | Alex Deucher | |
2010-09-10 | r600c: oq updates | Alex Deucher | |
2010-09-10 | r600c: add blit support for evergreen | Alex Deucher | |
driver was previously calling the r600 blit code which won't work on evergreen. | |||
2010-09-10 | r600c: emit start3d packet on evergreen | Alex Deucher | |
2010-09-10 | r600c: fix some typos | Alex Deucher | |
2010-09-10 | r600c: fix type in cb setup on evergreen | Alex Deucher | |
2010-09-10 | r600c: add support for more rendering formats on evergreen | Alex Deucher | |
2010-09-10 | r600: set correct initial point_minmax values | Andre Maasikas | |
2010-09-10 | r600: dont bswap rgba FLOAT formats | Andre Maasikas | |
fixes at least some readback tests in piglit | |||
2010-09-09 | r600: add TXL instruction and note about TXB | Andre Maasikas | |
2010-09-09 | r600: remove depth exports move, just set to output x <- z in the export ↵ | Andre Maasikas | |
intruction | |||
2010-09-09 | r600: protect cleanup instructions from double free | Andre Maasikas | |
We might get the cleanup when we have not translated the shader yet e.g 2 programstringnotifys in a row | |||
2010-09-09 | r600: remove mask from output intructions | Andre Maasikas | |
in case of relative addressing we never get to know which comps were really written. | |||
2010-09-09 | r600: allow relative addressing of temps, inputs, outputs | Andre Maasikas | |
2010-09-09 | r600: handle LIT writemask | Andre Maasikas | |
2010-09-09 | r600: fix rsq from negative input | Andre Maasikas | |
arbfp specifies rsq of abs value |