| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-05-02 | some basic r500 portage | Dave Airlie | |
| 2008-05-02 | r500: fragprog | Dave Airlie | |
| 2008-05-02 | r5xx: Fragprog shader now handles TEX/TXP correctly. | Corbin Simpson | |
| 2008-05-02 | Start of TEX/TXP support. | Corbin Simpson | |
| Still having problems with temps and consts, though... | |||
| 2008-05-02 | Added OPCODE_ABS, slightly fixed ADD/SUB | Corbin Simpson | |
| 2008-05-02 | Initial r5xx fragment program compiler support. | Corbin Simpson | |
| Includes fallback shader and a handful of working opcodes. | |||
| 2008-05-02 | Add chip id 71D5 (RV530 M66) to radeon_chipset.h | Corbin Simpson | |
| 2008-05-02 | fixup r500 bits for renaming | Dave Airlie | |
| 2008-05-02 | r500: fixup fake shader to keep gears going | Dave Airlie | |
| 2008-05-02 | r500: enable gb tiling for r5xx | Dave Airlie | |
| 2008-05-02 | r500: fixup support for emitting fragment program to hardware. | Dave Airlie | |
| Also fixup the constant emission this breaks glxgears from what I can see but its another step to correctness | |||
| 2008-05-02 | r500: setup fragment program constant emission atom | Dave Airlie | |
| 2008-05-02 | r300: add rv530 pci id for the t60p laptop | Dave Airlie | |
| 2008-05-02 | r300: this code really shouldn't be here. | Dave Airlie | |
| For R500 just ignore it for now while I do something interesting like run glxgears. | |||
| 2008-05-02 | mesa: cleanup state emission and rs for r500 | Dave Airlie | |
| trivial clear app now renders | |||
| 2008-05-02 | r500 RS unit setup | Dave Airlie | |
| 2008-05-02 | more r500 vs r300 kickin | Dave Airlie | |
| 2008-05-02 | some basic r500 portage | Dave Airlie | |
| 2008-05-02 | r500: fragprog | Dave Airlie | |
| 2008-05-02 | R3/4/5: fix TCL on r5xx, cleanup PVS code | Alex Deucher | |
| 2008-05-02 | gallium: set template.target = PIPE_TEXTURE_2D | Brian Paul | |
| 2008-05-02 | R300: fix VAP_OUTPUT_VTX_FMT_1 defines | Alex Deucher | |
| 2008-05-02 | gallium: identify depth-stencil textures | Keith Whitwell | |
| And don't use the display-target path to allocate them. | |||
| 2008-05-02 | R300: cleanup VAP_CLIP_CNTL | Alex Deucher | |
| 2008-05-02 | gallium: minor code, comments clean-up | Brian Paul | |
| 2008-05-02 | gallium: in st_finalize_texture() check texture dimensions | Brian Paul | |
| Check dimensions in addition to target, format, etc. Fixes a bug where we failed to detect a change in texture image sizes and wound up using the old texture data. | |||
| 2008-05-02 | R300: clean up VAP_PROG_STREAM_CNTL* register usage | Alex Deucher | |
| 2008-05-02 | gallium: Add texture usage flags, special-case allocation of display targets | Keith Whitwell | |
| For many envirionments it's necessary to allocate display targets in a window-system friendly manner. Add facilities so that a driver can tell if a texture is likely to be used to generate a display surface and if use special allocation paths if necessary. Hook up softpipe to call into the winsys->surface_alloc_storage() routine in this case, though we probably want to change that interface slightly also. | |||
| 2008-05-02 | gallium: Reallocate pipe_texture in st_TexImage if the texture object was used. | Michel Dänzer | |
| Fixes problems with interleaved glTexImage and rendering calls. | |||
| 2008-05-02 | snprintf -> util_snprintf | Alan Hourihane | |
| 2008-05-02 | Update comment | Alex Deucher | |
| 2008-05-02 | R5xx: various updates | Alex Deucher | |
| - fixup VAP_CNTL setup - remove extra instruction in r5xx passthrough shader - add notes about pipe config | |||
| 2008-05-02 | gallium: remove usage of winsys->surface_alloc_storage from state tracker | Keith Whitwell | |
| Allocate a texture containing storage instead. Also clean up ACCUM buffer allocation slightly -- drivers will need some changes to texture allocation logic to accomodate the concept of a texture that will only as image storage by the CPU, but it's cleaner than it was. | |||
| 2008-05-02 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | |
| 2008-05-02 | revert mode change back to 644 | Alan Hourihane | |
| 2008-05-02 | inline -> INLINE | Alan Hourihane | |
| 2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane | |
| 2008-05-01 | gallium: use screen->tex_surface_release() | Brian Paul | |
| 2008-05-01 | fix conversion of GLfloat display list IDs | Brian Paul | |
| Use floor() to convert to int (per Mark Kildard and the SI). Also, change translate_id() to return a signed integer since we may be offsetting from GL_LIST_BASE. | |||
| 2008-05-01 | R5xx: Add R5xx pci ids | Alex Deucher | |
| 2008-05-01 | Merge branch 'r500test' of git://people.freedesktop.org/~airlied/mesa into ↵ | Alex Deucher | |
| r345-cleanup | |||
| 2008-05-01 | gallium: Set sampler->min_lod instead of always reallocating pipe_textures. | Michel Dänzer | |
| 2008-05-01 | mesa: squash harmless warning | Keith Whitwell | |
| 2008-05-01 | Fix build problem with MSVC | Alan Hourihane | |
| 2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell | |
| 2008-04-30 | gallium: remove old files | Brian Paul | |
| 2008-04-30 | gallium: fix texture border removal bug | Brian Paul | |
| 2008-04-30 | gallium: use the newer PIPE_FORMAT_x_UNORM format names | Brian Paul | |
| 2008-04-30 | Add support for GL_REPLACE_EXT texture env mode. | Brian Paul | |
| GL_REPLACE_EXT comes from the ancient GL_EXT_texture extension. Found an old demo that actually uses it. The values of the GL_REPLACE and GL_REPLACE_EXT tokens is different, unfortunately. | |||
| 2008-04-30 | Add support for GL_REPLACE_EXT texture env mode. | Brian Paul | |
| GL_REPLACE_EXT comes from the ancient GL_EXT_texture extension. Found an old demo that actually uses it. The values of the GL_REPLACE and GL_REPLACE_EXT tokens is different, unfortunately. | |||
