summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-05-02some basic r500 portageDave Airlie
2008-05-02r500: fragprogDave Airlie
2008-05-02r5xx: Fragprog shader now handles TEX/TXP correctly.Corbin Simpson
2008-05-02Start of TEX/TXP support.Corbin Simpson
2008-05-02Added OPCODE_ABS, slightly fixed ADD/SUBCorbin Simpson
2008-05-02Initial r5xx fragment program compiler support.Corbin Simpson
2008-05-02Add chip id 71D5 (RV530 M66) to radeon_chipset.hCorbin Simpson
2008-05-02fixup r500 bits for renamingDave Airlie
2008-05-02r500: fixup fake shader to keep gears goingDave Airlie
2008-05-02r500: enable gb tiling for r5xxDave Airlie
2008-05-02r500: fixup support for emitting fragment program to hardware.Dave Airlie
2008-05-02r500: setup fragment program constant emission atomDave Airlie
2008-05-02r300: add rv530 pci id for the t60p laptopDave Airlie
2008-05-02r300: this code really shouldn't be here.Dave Airlie
2008-05-02mesa: cleanup state emission and rs for r500Dave Airlie
2008-05-02r500 RS unit setupDave Airlie
2008-05-02more r500 vs r300 kickinDave Airlie
2008-05-02some basic r500 portageDave Airlie
2008-05-02r500: fragprogDave Airlie
2008-05-02R3/4/5: fix TCL on r5xx, cleanup PVS codeAlex Deucher
2008-05-02gallium: set template.target = PIPE_TEXTURE_2DBrian Paul
2008-05-02R300: fix VAP_OUTPUT_VTX_FMT_1 definesAlex Deucher
2008-05-02gallium: identify depth-stencil texturesKeith Whitwell
2008-05-02R300: cleanup VAP_CLIP_CNTLAlex Deucher
2008-05-02gallium: minor code, comments clean-upBrian Paul
2008-05-02gallium: in st_finalize_texture() check texture dimensionsBrian Paul
2008-05-02R300: clean up VAP_PROG_STREAM_CNTL* register usageAlex Deucher
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell
2008-05-02gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.Michel Dänzer
2008-05-02snprintf -> util_snprintfAlan Hourihane
2008-05-02Update commentAlex Deucher
2008-05-02R5xx: various updatesAlex Deucher
2008-05-02gallium: remove usage of winsys->surface_alloc_storage from state trackerKeith Whitwell
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-02revert mode change back to 644Alan Hourihane
2008-05-02inline -> INLINEAlan Hourihane
2008-05-02Some changed for non-C99 compilersAlan Hourihane
2008-05-01gallium: use screen->tex_surface_release()Brian Paul
2008-05-01fix conversion of GLfloat display list IDsBrian Paul
2008-05-01R5xx: Add R5xx pci idsAlex Deucher
2008-05-01Merge branch 'r500test' of git://people.freedesktop.org/~airlied/mesa into r3...Alex Deucher
2008-05-01gallium: Set sampler->min_lod instead of always reallocating pipe_textures.Michel Dänzer
2008-05-01mesa: squash harmless warningKeith Whitwell
2008-05-01Fix build problem with MSVCAlan Hourihane
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-30gallium: remove old filesBrian Paul
2008-04-30gallium: fix texture border removal bugBrian Paul
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-30Add support for GL_REPLACE_EXT texture env mode.Brian Paul
2008-04-30Add support for GL_REPLACE_EXT texture env mode.Brian Paul