summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-26g3dvl: Rewrite the mpeg 1&2 bitstream parsermasterChristian König5-1751/+934
2011-08-26g3dvl: Use a single texture for luma and chroma dataChristian König6-140/+91
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König5-22/+34
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König6-29/+11
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König11-361/+437
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König10-16/+61
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König7-316/+404
2011-08-26tgsi: update tgsi.rst for TXQDave Airlie1-2/+14
2011-08-25i915g: Fix off-by-one in scissors.David Reveman1-2/+2
2011-08-25i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin1-3/+3
2011-08-25i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin4-6/+18
2011-08-25r600g: fix replace_gpr_with_pv_psVadim Girlin1-1/+1
2011-08-25r600g: fix check_and_set_bank_swizzleVadim Girlin1-10/+20
2011-08-25glcpp: Add GL_ARB_conservative_depth #define.Kenneth Graunke1-1/+3
2011-08-25i965: Remove all bits of NRM3 and NRM4 codeIan Romanick1-31/+0
2011-08-25glsl: fix crash when a const is passed to texelFetchOffsetDave Airlie1-0/+1
2011-08-25glsl: Bail after reporting an error for non-constant const_in parameters.Kenneth Graunke1-0/+1
2011-08-25pp: add files to Makefile.sourcesBrian Paul1-0/+6
2011-08-25Merge branch 'kasanen-post-process-v2'Brian Paul22-4/+4844
2011-08-25softpipe: add const qualifier to silence warningsBrian Paul1-1/+1
2011-08-25glsl_to_tgsi: add TXF support. (v2)Dave Airlie1-3/+7
2011-08-25softpipe: implement TXF support via get_texel callbackDave Airlie1-0/+69
2011-08-25tgsi: add TXF support.Dave Airlie2-1/+59
2011-08-25glsl_to_tgsi: implement TXS/TXQ. (v2)Dave Airlie1-9/+18
2011-08-25softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie1-0/+40
2011-08-25tgsi: add TXQ support. (v2)Dave Airlie2-1/+31
2011-08-25glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke7-5/+9
2011-08-25Document the return type coding style.Kai Wasserbäch1-0/+10
2011-08-25Change return type of try_emit_* methods to bool.Kai Wasserbäch2-9/+9
2011-08-25d3d1x: save to correct slot in xs_set_constant_buffersChristoph Bumiller1-2/+2
2011-08-25d3d1x: fix xs_set_samplersChristoph Bumiller1-1/+2
2011-08-25android: add support for r600gChia-I Wu6-2/+143
2011-08-25winsys/radeon: share the source listChia-I Wu3-9/+7
2011-08-25winsys/r600: share the source listChia-I Wu3-13/+10
2011-08-25r600g: share the source listChia-I Wu3-31/+19
2011-08-24glsl: Make sure that Extensions.dummy_true is set to trueIan Romanick1-0/+2
2011-08-24vbo: remove unused var, remove unneeded local varBrian Paul1-4/+1
2011-08-24llvmpipe: add more restrict keywordsBrian Paul1-4/+4
2011-08-24docs: Document coding style conventionsPaul Berry1-0/+23
2011-08-24swrast: Remove swrast eject/validate texture image code.Brian Paul1-79/+0
2011-08-24radeon: Fix flushing before writing a teximage's BO when !t->bo.Eric Anholt1-12/+12
2011-08-24st/mesa: remove st_texture_image::face,level fieldsBrian Paul4-23/+17
2011-08-24intel: use new gl_texture_image:Face, Level fieldsBrian Paul9-51/+34
2011-08-24mesa: add gl_texture_image::Face, Level fieldsBrian Paul2-0/+5
2011-08-24x11: add missing comma to fix compilationBrian Paul1-1/+1
2011-08-24r600g: fill out missing entries in opcode tables.Dave Airlie1-0/+36
2011-08-24winsys/svga: use os_mmap() for memory mappingChia-I Wu1-5/+6
2011-08-24winsys/radeon: use os_mmap() for memory mappingChia-I Wu1-3/+3
2011-08-24auxiliary/os: add wrappers for mmap/munmapChia-I Wu1-0/+87
2011-08-23i965: Only map the necessary buffer range in brw_prepare_indicesIan Romanick1-3/+2