aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: fpclassify dummy definition is not needed on cygwinJon TURNEY2010-05-071-1/+1
* tgis: fix SOA aliasing for MUL instruction in SSE codegenBrian Paul2010-05-071-4/+11
* apple: Move glapi to mapi.Vinson Lee2010-05-061-1/+2
* mapi/glapi: Don't allocate a page for every function on windows.José Fonseca2010-05-072-36/+42
* mapi: Avoid Data Execution Prevention on windows.José Fonseca2010-05-072-1/+17
* wgl: Add mapi to includes.José Fonseca2010-05-071-0/+1
* mapi: Add x86-64 dispatcher.Chia-I Wu2010-05-072-0/+99
* mapi: Add x86 dispatcher.Chia-I Wu2010-05-074-1/+246
* st/vega: Use vgapi.Chia-I Wu2010-05-0716-235/+393
* mapi: Add vgapi.Chia-I Wu2010-05-073-0/+154
* mapi: Add a generic C dispatcher.Chia-I Wu2010-05-0712-0/+1325
* mapi: Add mapi and share the code with glapi.Chia-I Wu2010-05-0719-743/+794
* glapi: Move to src/mapi/.Chia-I Wu2010-05-07115-158/+270
* glapi: Move assembly dispatchers back into glapi/.Chia-I Wu2010-05-078-20/+20
* gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin2010-05-062-2/+18
* softpipe: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-064-20/+22
* tgsi: make SSE ADD instruction SOA-safeBrian Paul2010-05-061-5/+13
* tgsi: code refactoringBrian Paul2010-05-061-16/+34
* tgsi: added tgsi_get_processor_name()Brian Paul2010-05-062-0/+18
* tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplersBrian Paul2010-05-061-1/+20
* gallium/tgsi: remove unused tgsi_exec_labels codeBrian Paul2010-05-062-22/+0
* llvmpipe: Fix fence wait.José Fonseca2010-05-061-1/+4
* st/mesa: fix compressed mipmap generation for small image sizesBrian Paul2010-05-061-2/+24
* st/mesa: fix bug in compute_num_levels()Brian Paul2010-05-061-5/+7
* st/mesa: when copying mipmap levels between textures, start at BaseLevelBrian Paul2010-05-061-1/+1
* scons: Disable graw-null on msvc until linkage works.José Fonseca2010-05-061-1/+3
* graw-null: Try to fix MSVC linkage problems.José Fonseca2010-05-061-1/+4
* es: IgnoresJakob Bornecrantz2010-05-061-0/+4
* svga: Fix scons buildJakob Bornecrantz2010-05-061-0/+2
* llvmpipe: implement occlusion queryQicheng Christopher Li2010-05-0614-50/+277
* util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz2010-05-061-0/+4
* gallium: untrack u_indices_gen.c and u_indices_gen.cJosé Fonseca2010-05-064-6123/+2
* raw/clear: Make it portable.José Fonseca2010-05-061-2/+3
* graw-null: New target to ensure we always have a graw implementation available.José Fonseca2010-05-064-3/+145
* graw-xlib: Remove duplicate graw.h file.José Fonseca2010-05-062-37/+1
* Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"José Fonseca2010-05-061-2/+0
* gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-061-0/+2
* gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-061-0/+2
* darwin: Fix buildJeremy Huddleston2010-05-051-4/+4
* gallium: still more provoking vertex fixesBrian Paul2010-05-052-11/+22
* gallium: added edge flag print/debug code (disabled)Brian Paul2010-05-051-0/+20
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-0510-47/+47
* llvmpipe: update driver's provoking vertex codeBrian Paul2010-05-052-93/+179
* gallium: rework provoking vertex codeBrian Paul2010-05-057-164/+321
* tgsi: make dumping work on non-debug buildsMarek Olšák2010-05-051-1/+1
* st/mesa: fix per-vertex point sizeMarek Olšák2010-05-051-1/+1
* llvmpipe: added a new assertion as a hint to CoverityBrian Paul2010-05-051-0/+1
* nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-053-8/+27
* graw-xlib: Revert the output dir lib change.José Fonseca2010-05-051-1/+3
* st/mesa: Remove unnecessary headers.Vinson Lee2010-05-051-6/+0