summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-04winsys/sw/android: set bo usage correctlyandroid-gingerbread-7.11Chia-I Wu1-10/+3
2011-08-04targets/egl-static: print the driver usedChia-I Wu1-1/+9
2011-08-04android: fix a possible building issueChih-Wei Huang2-6/+6
2011-08-04egl_dri2: set log proc upon initializationChia-I Wu2-28/+24
2011-08-04android: use different LOG_TAG for st/egl and egl_dri2Chia-I Wu2-3/+4
2011-08-03android: use r300g's copy of r300 compilerChia-I Wu4-88/+40
2011-08-03r300g: copy the compiler from r300cMarek Olšák69-25/+17038
2011-08-03android: rename libmesa_classic_egl to libmesa_egl_dri2Chia-I Wu3-3/+3
2011-08-03android: rename libmesa_classic_mesa to libmesa_dricoreChia-I Wu3-3/+3
2011-08-03android: avoid '..' in LOCAL_SRC_FILESChia-I Wu5-10/+42
2011-08-03android: drop the 'c' suffix of classic driversChia-I Wu2-8/+8
2011-08-03Revert "android: fix depth/stencil with i915c/i965c"Chia-I Wu2-34/+0
2011-08-02android: add a missing file after merging 7.11Chia-I Wu1-0/+1
2011-08-02Merge commit 'mesa-7.11' into android-gingerbread-7.11Chia-I Wu50-598/+1916
2011-08-02st/egl: add a missing includeChia-I Wu1-0/+1
2011-07-31mesa: Bump version to 7.11 (final)Ian Romanick2-2/+2
2011-07-31docs: More bits of 7.11 release notesIan Romanick1-1/+258
2011-08-01android: build glsl_compilerChia-I Wu1-0/+19
2011-08-01android: remove unneeded header includesChia-I Wu1-0/+2
2011-07-31darwin: Use machine/endian.h to determine endiannessJeremy Huddleston1-0/+9
2011-07-31Fix PPC detection on darwinJeremy Huddleston1-2/+2
2011-07-31android: libdrm_radeon is not needed for r600gChia-I Wu1-1/+1
2011-07-31winsys/sw/android: use HAL formatsChia-I Wu1-14/+5
2011-07-31st/egl: add buffer preserving support to AndroidChia-I Wu1-4/+66
2011-07-31st/egl: improve buffer cache for AndroidChia-I Wu1-28/+70
2011-07-30egl_dri2: add pbuffer support to Android platformChia-I Wu1-52/+68
2011-07-30egl_android: removed in favor of egl_dri2Chia-I Wu7-1480/+7
2011-07-30egl_dri2: add support for AndroidChia-I Wu6-5/+771
2011-07-30egl_dri2: properly destroy contextsChia-I Wu1-1/+18
2011-07-30st/egl: use HAL formats for Android backendChia-I Wu1-26/+15
2011-07-28Merge remote-tracking branch 'origin/7.11' into 7.11Ian Romanick2-2/+2
2011-07-28mesa: Bump version to 7.11-rc4Ian Romanick2-2/+2
2011-07-28r600g: fix vs export countVadim Girlin2-2/+2
2011-07-28i965: Remove the now unused intel_renderbuffer::draw_offset field.Kenneth Graunke2-2/+0
2011-07-28i965: Check actual tile offsets in Gen4 miptree workaround.Kenneth Graunke1-2/+17
2011-07-28i965/gen4: Fix message parameter loading for 1D TXD sampling.Kenneth Graunke1-2/+4
2011-07-28st/mesa: fix the texture format in st_context_teximageFredrik Höglund1-1/+1
2011-07-28mesa: Ensure that r300 compiler files only appear once in the tarballsIan Romanick1-3/+1
2011-07-28mesa: Bump version to 7.11-rc3Ian Romanick2-2/+2
2011-07-28mesa: Use --dereference to avoid symlinks in tarballsIan Romanick1-2/+2
2011-07-28i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt1-1/+2
2011-07-28i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt1-0/+1
2011-07-28i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt1-0/+1
2011-07-28i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry1-0/+3
2011-07-28i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.Kenneth Graunke1-4/+11
2011-07-28i965/fs: Clear result before visiting shadow comparitor and LOD info.Kenneth Graunke1-0/+10
2011-07-28glsl: Treat ir_dereference_array of non-var as a constant for loweringIan Romanick1-2/+8
2011-07-28i965: When emitting a src/dst read of an output, keep the swizzle and negIan Romanick1-3/+16
2011-07-28i965: When emitting a src/dst write of an output, keep the write maskIan Romanick1-1/+5
2011-07-28prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversionIan Romanick1-0/+9