summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * g3dvl: Rework the decoder interface part 5/5Christian König2011-08-265-22/+34
| * g3dvl: Rework the decoder interface part 4/5Christian König2011-08-266-29/+11
| * g3dvl: Rework the decoder interface part 3/5Christian König2011-08-2611-361/+437
| * g3dvl: Rework the decoder interface part 2/5Christian König2011-08-2610-16/+61
| * g3dvl: Rework the decoder interface part 1/5Christian König2011-08-267-316/+404
| * tgsi: update tgsi.rst for TXQDave Airlie2011-08-261-2/+14
| * i915g: Fix off-by-one in scissors.David Reveman2011-08-251-2/+2
| * i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin2011-08-251-3/+3
| * i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin2011-08-254-6/+18
| * r600g: fix replace_gpr_with_pv_psVadim Girlin2011-08-251-1/+1
| * r600g: fix check_and_set_bank_swizzleVadim Girlin2011-08-251-10/+20
| * pp: add files to Makefile.sourcesBrian Paul2011-08-251-0/+6
| * Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-2520-4/+4754
| |\
| | * pp/main queue: Add the PP headersLauri Kasanen2011-08-193-0/+215
| | * pp/main queue: Add pp_program.[ch]Lauri Kasanen2011-08-192-0/+201
| | * pp/main queue: Add pp_init.cLauri Kasanen2011-08-191-0/+283
| | * pp/main queue: Add pp_run.cLauri Kasanen2011-08-191-0/+188
| | * pp: Add Jimenez' MLAALauri Kasanen2011-08-192-0/+646
| | * pp: Add the MLAA areamapLauri Kasanen2011-08-191-0/+2821
| | * pp: Cel-shade filterLauri Kasanen2011-08-192-0/+117
| | * pp: Color filtersLauri Kasanen2011-08-192-0/+149
| | * pp: DocsLauri Kasanen2011-08-191-0/+87
| | * aux/Makefile,SConscript: Build PPLauri Kasanen2011-08-192-0/+12
| | * st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-195-4/+47
| * | softpipe: add const qualifier to silence warningsBrian Paul2011-08-251-1/+1
| * | softpipe: implement TXF support via get_texel callbackDave Airlie2011-08-251-0/+69
| * | tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
| * | softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie2011-08-251-0/+40
| * | tgsi: add TXQ support. (v2)Dave Airlie2011-08-252-1/+31
| * | d3d1x: save to correct slot in xs_set_constant_buffersChristoph Bumiller2011-08-251-2/+2
| * | d3d1x: fix xs_set_samplersChristoph Bumiller2011-08-251-1/+2
| * | android: add support for r600gChia-I Wu2011-08-255-0/+135
| * | winsys/radeon: share the source listChia-I Wu2011-08-253-9/+7
| * | winsys/r600: share the source listChia-I Wu2011-08-253-13/+10
| * | r600g: share the source listChia-I Wu2011-08-253-31/+19
| * | llvmpipe: add more restrict keywordsBrian Paul2011-08-241-4/+4
| * | r600g: fill out missing entries in opcode tables.Dave Airlie2011-08-241-0/+36
| * | winsys/svga: use os_mmap() for memory mappingChia-I Wu2011-08-241-5/+6
| * | winsys/radeon: use os_mmap() for memory mappingChia-I Wu2011-08-241-3/+3
| * | auxiliary/os: add wrappers for mmap/munmapChia-I Wu2011-08-241-0/+87
| * | make: Add missing source file.José Fonseca2011-08-231-0/+1
| * | st/xorg: Advertise support for XvMCMaarten Lankhorst2011-08-234-0/+129
| * | auxiliary: share the source listsChia-I Wu2011-08-234-591/+207
| * | st/egl: add a missing includeChia-I Wu2011-08-211-0/+1
| * | st/egl: improve error loggingChia-I Wu2011-08-212-3/+12
| * | st/egl: add buffer preserving support to AndroidChia-I Wu2011-08-211-4/+67
| * | st/egl: improve buffer cache for AndroidChia-I Wu2011-08-211-31/+73
| * | st/egl: swapping without a buffer is not an errorChia-I Wu2011-08-211-1/+1
| * | st/egl: use HAL formats for Android backendChia-I Wu2011-08-211-26/+15
| * | winsys/sw/android: use HAL formatsChia-I Wu2011-08-211-18/+9