summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30prog/tests: Fix MSVC build.Vinson Lee
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-30progs/tests: fix MSVC build.Vinson Lee
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
2009-10-29i965: make brw_wm_prog_key a little smallerBrian Paul
2009-10-29i915: Fix 1D texture mapping in the t coordinate.Eric Anholt
2009-10-29i915: Correct and make use of the defines for 32-bit depth texture modes.Eric Anholt
2009-10-29i965: avoid shader translation on window resizeBrian Paul
2009-10-29i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul
2009-10-29i965: remove unused varBrian Paul
2009-10-29i965: don't use context state in emit_fb_write()Brian Paul
2009-10-29i965: use macros to get/set prog_instruction::Aux fieldBrian Paul
2009-10-29i965: minor code reformattingBrian Paul
2009-10-29progs/tests: fixes for drawbuffers.cBrian Paul
2009-10-29mesa: Add MESA_FORMAT_Z24_X8.José Fonseca