summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-02tgsi: Update for gallium interface changes.Michal Krol
2009-11-02gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol
2009-11-02softpipe: Sanitise shader semantic and interpolator handling.Michal Krol
2009-11-01nouveau: Assume all texture blankets are linear for now.Younes Manton
2009-11-01r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson
2009-11-01r300g: fix geometry corruptionsMaciej Cencora
2009-11-01r300g: split constant buffer and shader emittionMaciej Cencora
2009-11-01r300g: Adopt osiris' PSC data and swizzle.Corbin Simpson
2009-11-01nv50: handle TGSI_SEMANTIC_FACEChristoph Bumiller
2009-11-01nv50: make IF condition safeChristoph Bumiller
2009-11-01nv50: implement TGSI_OPCODE_AND/OR/XORChristoph Bumiller
2009-10-31nv50: fix textures with block size != cppChristoph Bumiller
2009-10-31nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton
2009-10-31nv50: use SIFC also for shader uploadChristoph Bumiller
2009-10-31nv50: make MRTs workChristoph Bumiller
2009-10-31radeon: add missing includeDave Airlie
2009-10-31r300g: correct the pitch calculation for smaller mipmapsMarek Olšák
2009-10-31r300g: pretend NPOT supportMarek Olšák
2009-10-31r300g: fix reading from the destination buffer in blendingMarek Olšák
2009-10-31r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák
2009-10-31r300g: remove unnecessary assertionsMarek Olšák
2009-10-31r300g: fix crash in r300_is_texture_referencedMarek Olšák
2009-10-31radeon: use _mesa_get_current_tex_unitDave Airlie
2009-10-30ARB prog parser: regenerated filesBrian Paul
2009-10-30ARB prog parser: new set_src_reg(), set_dst_reg() helpersBrian Paul
2009-10-30mesa: better error messageBrian Paul
2009-10-30intel: Use GTT mapping when available for swrast.Eric Anholt
2009-10-30x86: Fix the test for negative pixel count in optimized rgb565 spans.Eric Anholt
2009-10-30intel: Fix up z24_x8 depth spans since the texformat merge.Eric Anholt
2009-10-30i965: Add an index assert on get_fp_inst array like other compiler arrays.Eric Anholt
2009-10-30i965: Fix BRW_WM_MAX_INSN to reflect current limits.Eric Anholt
2009-10-30intel: Set the texture format in the TFP path.Eric Anholt
2009-10-30r600: remove duplicate lineAlex Deucher
2009-10-30r600: fill in some missing tex formatsAlex Deucher
2009-10-30r600: fix a warning, update commentsAlex Deucher
2009-10-30r600: use AUTO_INDEX for draw - saves cmd buffer spaceAndre Maasikas
2009-10-30intel: fix up some XRGB breakageBrian Paul
2009-10-30mesa: fix inverted buffer object testBrian Paul
2009-10-30mesa: fix incorrect format info for MESA_FORMAT_SL8Brian Paul
2009-10-30Add --with-dri-searchpath argumentChow Loong Jin
2009-10-30softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-29mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888Brian Paul
2009-10-29r600: remove the no rrb messagesAlex Deucher
2009-10-29r600: Add support for ARB_depth_clampAlex Deucher
2009-10-29intel: remove memcpy_get_tex_image() codeBrian Paul
2009-10-29mesa: lift memcpy_get_tex_image() code from intel driver into core MesaBrian Paul
2009-10-29mesa: refactor _mesa_get_teximage() codeBrian Paul
2009-10-29i965: indentation fixBrian Paul
2009-10-29i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul