summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add new bit built-ins IR and prototypes from ARB_gpu_shader5.Matt Turner2013-05-067-0/+342
* glsl: Rework ir_reader to handle expressions with four operands.Matt Turner2013-05-061-4/+6
* mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner2013-05-067-0/+10
* radeon/llvm: Always build libradeonllvm as staticTom Stellard2013-05-063-17/+10
* radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2Tom Stellard2013-05-065-203/+173
* gallivm: Move LLVMStartMultithreaded() static initializer into gallivmTom Stellard2013-05-062-14/+15
* radeon/llvm: Don't use the global context when parsing LLVM IRTom Stellard2013-05-061-2/+3
* i965: Remove GL_ARB_color_buffer_float from GL core contexts.Eric Anholt2013-05-061-1/+2
* r600g/llvm: Update radeon family mappings for LLVM backendTom Stellard2013-05-062-4/+8
* android: libsync is needed on Android 4.2+ for any driverChia-I Wu2013-05-061-5/+3
* android: add ilo to the build systemChia-I Wu2013-05-066-2/+95
* glsl: Flip around "if" statements with empty "then" blocks.Eric Anholt2013-05-051-1/+26
* ilo: correctly set return types of sampler messagesChia-I Wu2013-05-052-0/+3
* r600g/llvm: Undefines unrequired texture coord valuesVincent Lejeune2013-05-041-1/+28
* nvc0: fixup video decoding with 2D_ARRAYMaarten Lankhorst2013-05-042-5/+4
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-0425-26/+28
* i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt2013-05-031-13/+0
* vbo: add comments, const qualifiersBrian Paul2013-05-032-9/+24
* mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul2013-05-031-35/+65
* vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul2013-05-031-2/+7
* mesa: change ctx->Driver.NeedFlush to GLbitfield and update commentBrian Paul2013-05-031-3/+3
* mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul2013-05-032-5/+6
* vbo: update comments for vbo_save_NotifyBegin()Brian Paul2013-05-031-2/+10
* vbo: implement primitive merging for glBegin/End sequencesBrian Paul2013-05-032-14/+38
* vbo: create a few utility functions for merging primitivesBrian Paul2013-05-032-0/+109
* draw/pt: adjust overflow calculationsZack Rusin2013-05-032-2/+8
* tgsi/ureg: make the dst register match the src indirectionZack Rusin2013-05-032-4/+11
* gallium: tgsi documentation updates and clarification for integer opcodes.Roland Scheidegger2013-05-031-73/+289
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-037-273/+414
* r600g: Correctly initialize the shader key, v2Lauri Kasanen2013-05-031-1/+2
* st/xvmc/tests: Fix build failure, v2Lauri Kasanen2013-05-031-1/+1
* scons: remove nouveau buildAndreas Boll2013-05-035-58/+0
* scons: remove radeon buildAndreas Boll2013-05-0310-186/+0
* r600g: don't emit surface_sync after FLUSH_AND_INV_EVENTAlex Deucher2013-05-031-26/+0
* r600g/sb: zero-initialize bytecode structsVadim Girlin2013-05-032-3/+6
* r600g/sb: fix constant propagation in gvn passVadim Girlin2013-05-031-1/+2
* r600g/sb: don't run unnecessary passesVadim Girlin2013-05-031-3/+0
* r600g/sb: silence warnings with gcc 4.8Vadim Girlin2013-05-032-14/+15
* r600g/sb: fix handling of interference sets in post_schedulerVadim Girlin2013-05-032-8/+8
* r600g/sb: fix allocation of indirectly addressed input arraysVadim Girlin2013-05-034-10/+25
* r600g/sb: use hex instead of binary constantsVadim Girlin2013-05-035-15/+15
* r600g: use old shader disassembler by defaultVadim Girlin2013-05-034-19/+18
* radeon/uvd: enable interlaced buffers by defaultChristian König2013-05-032-5/+5
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-035-22/+27
* vl/buffers: fix typo in function nameChristian König2013-05-034-19/+19
* radeon/uvd: fix some MPEG4 artifactsChristian König2013-05-031-7/+17
* draw: Update for u_assembled_primitive -> u_assembled_prim rename.José Fonseca2013-05-031-1/+1
* st/egl: fix bulid errors on Android 4.2Chia-I Wu2013-05-031-23/+62
* ilo: use u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-68/+1
* util/prim: add u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-0/+20