summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* winsys/sw/android: set bo usage correctlyChia-I Wu2011-08-211-10/+3
* android: build softpipeChia-I Wu2011-08-212-1/+68
* android: build android sw winsysChia-I Wu2011-08-212-0/+37
* android: build targets/egl-staticChia-I Wu2011-08-212-0/+53
* android: build st/egl with android backendChia-I Wu2011-08-212-0/+55
* android: build gallium auxiliariesChia-I Wu2011-08-213-0/+317
* targets/egl-static: do not rely on libudev on AndroidChia-I Wu2011-08-211-0/+64
* st/egl: add android backendChia-I Wu2011-08-215-0/+781
* winsys/android: new SW winsys for AndroidChia-I Wu2011-08-212-0/+320
* gallium: add PIPE_OS_ANDROID supportChia-I Wu2011-08-214-2/+22
* r600g: don't allocate separate depth and stencil for transfer textures on EGMarek Olšák2011-08-191-1/+2
* r600g: finally enable float depth buffers on evergreenMarek Olšák2011-08-191-0/+11
* r600g: rename resource -> view in create_sampler_viewMarek Olšák2011-08-192-32/+26
* r600g: hack around a problem with texture alignmentMarek Olšák2011-08-191-0/+10
* r600g: simplify the conditionals determining array modeMarek Olšák2011-08-191-20/+11
* r600g: put depth and stencil into one backing bufferMarek Olšák2011-08-191-10/+17
* r600g: fix depth-stencil on evergreenMarek Olšák2011-08-194-55/+99
* nv50: fix potential null deref in insn modifer optimization passChristoph Bumiller2011-08-191-2/+4
* r600g: fix a possible crash in r600_adjust_gprsMarek Olšák2011-08-191-1/+1
* llvmpipe: Don't build lp_test_arit on MSVC.José Fonseca2011-08-181-1/+1
* llvmpipe: snprintf->util_snprintf.José Fonseca2011-08-181-1/+2
* llvmpipe: Add u_math.h include.José Fonseca2011-08-181-0/+1
* r600g: implement NV_primitive_restart functionality (v2)Marek Olšák2011-08-184-1/+11
* r600g: fix scons buildMarek Olšák2011-08-171-0/+1
* nv50: don't drop flags definition when merging SAT with ADD/MADChristoph Bumiller2011-08-171-0/+2
* st/dri: Indent driconf optionsLauri Kasanen2011-08-171-7/+11
* softpipe: fix an obvious copy-paste error in get_query_resultMarek Olšák2011-08-161-1/+1
* st/dri: remove an unused-but-set variableMarek Olšák2011-08-161-1/+0
* r600g: rename bc -> bytecodeMarek Olšák2011-08-166-485/+485
* dri2: check if context is valid before flushing the pipeCooper Yuan2011-08-161-1/+2
* r600g: expose ARB_ES2_compatibility by claiming fixed-point format supportMarek Olšák2011-08-164-32/+33
* noop: redirect the get_param/is_format.. queries to the underlying driverMarek Olšák2011-08-161-109/+12
* u_blitter: restore some states conditionallyMarek Olšák2011-08-161-12/+17
* u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák2011-08-166-23/+26
* r600g: consolidate two files r600d.hMarek Olšák2011-08-162-2242/+55
* r600g: set read/write usage flags for each relocationMarek Olšák2011-08-168-529/+564
* winsys/radeon: take advantage of the new ioctlMarek Olšák2011-08-161-12/+28