summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-01gallium: Convert PIPE_CAP to enum.gallium-api-cleanupCorbin Simpson15-56/+86
2009-11-01r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson5-14/+28
2009-11-01r300g: fix geometry corruptionsMaciej Cencora1-2/+14
2009-11-01r300g: split constant buffer and shader emittionMaciej Cencora5-98/+152
2009-11-01r300g: Adopt osiris' PSC data and swizzle.Corbin Simpson1-40/+88
2009-11-01nv50: handle TGSI_SEMANTIC_FACEChristoph Bumiller1-0/+25
2009-11-01nv50: make IF condition safeChristoph Bumiller1-1/+3
2009-11-01nv50: implement TGSI_OPCODE_AND/OR/XORChristoph Bumiller1-0/+47
2009-10-31nv50: fix textures with block size != cppChristoph Bumiller2-37/+48
2009-10-31nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton7-0/+15
2009-10-31nv50: use SIFC also for shader uploadChristoph Bumiller3-56/+120
2009-10-31nv50: make MRTs workChristoph Bumiller2-0/+15
2009-10-31radeon: add missing includeDave Airlie1-0/+1
2009-10-31r300g: correct the pitch calculation for smaller mipmapsMarek Olšák2-7/+2
2009-10-31r300g: pretend NPOT supportMarek Olšák1-1/+3
2009-10-31r300g: fix reading from the destination buffer in blendingMarek Olšák1-0/+2
2009-10-31r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák3-17/+42
2009-10-31r300g: remove unnecessary assertionsMarek Olšák2-5/+2
2009-10-31r300g: fix crash in r300_is_texture_referencedMarek Olšák2-2/+2
2009-10-31radeon: use _mesa_get_current_tex_unitDave Airlie1-1/+1
2009-10-30ARB prog parser: regenerated filesBrian Paul2-294/+321
2009-10-30ARB prog parser: new set_src_reg(), set_dst_reg() helpersBrian Paul1-28/+55
2009-10-30mesa: better error messageBrian Paul1-2/+2
2009-10-30intel: Use GTT mapping when available for swrast.Eric Anholt3-1/+88
2009-10-30x86: Fix the test for negative pixel count in optimized rgb565 spans.Eric Anholt1-1/+1
2009-10-30intel: Fix up z24_x8 depth spans since the texformat merge.Eric Anholt1-12/+6
2009-10-30prog/tests: Fix MSVC build.Vinson Lee1-4/+4
2009-10-30i965: Add an index assert on get_fp_inst array like other compiler arrays.Eric Anholt1-0/+1
2009-10-30i965: Fix BRW_WM_MAX_INSN to reflect current limits.Eric Anholt1-2/+1
2009-10-30intel: Set the texture format in the TFP path.Eric Anholt1-3/+6
2009-10-30r600: remove duplicate lineAlex Deucher1-1/+0
2009-10-30r600: fill in some missing tex formatsAlex Deucher1-0/+46
2009-10-30r600: fix a warning, update commentsAlex Deucher1-3/+3
2009-10-30progs/tests: fix MSVC build.Vinson Lee1-4/+4
2009-10-30r600: use AUTO_INDEX for draw - saves cmd buffer spaceAndre Maasikas1-18/+10
2009-10-30intel: fix up some XRGB breakageBrian Paul3-3/+6
2009-10-30mesa: fix inverted buffer object testBrian Paul1-1/+1
2009-10-30mesa: fix incorrect format info for MESA_FORMAT_SL8Brian Paul1-3/+3
2009-10-30softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol1-14/+26
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul12-36/+57
2009-10-29mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888Brian Paul1-1/+1
2009-10-29r600: remove the no rrb messagesAlex Deucher1-2/+0
2009-10-29r600: Add support for ARB_depth_clampAlex Deucher2-2/+14
2009-10-29intel: remove memcpy_get_tex_image() codeBrian Paul1-103/+2
2009-10-29mesa: lift memcpy_get_tex_image() code from intel driver into core MesaBrian Paul1-1/+83
2009-10-29mesa: refactor _mesa_get_teximage() codeBrian Paul1-158/+302
2009-10-29i965: indentation fixBrian Paul1-1/+1
2009-10-29i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul3-5/+5
2009-10-29i965: make brw_wm_prog_key a little smallerBrian Paul1-3/+3
2009-10-29i915: Fix 1D texture mapping in the t coordinate.Eric Anholt1-0/+6