summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* egl/android: Fix error condition for EGL_ANDROID_image_native_bufferChad Versace2013-05-081-2/+14
* i915: Use Y tiling for texturesStéphane Marchesin2013-05-081-2/+7
* i915g: Optimize batchbuffer sizesStéphane Marchesin2013-05-082-4/+6
* i915g: Add more PIPE_CAP_* supportStéphane Marchesin2013-05-081-0/+9
* ilo: remove our own type inferenceChia-I Wu2013-05-081-97/+27
* ilo: use tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-083-92/+4
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-082-1/+2
* tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu2013-05-081-35/+9
* tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu2013-05-081-25/+35
* tgsi: reorder opcodes in opcode type inferenceChia-I Wu2013-05-081-24/+24
* tgsi: clean up exec_tex()Chia-I Wu2013-05-081-168/+52
* tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-082-0/+94
* nv50: initialize kick_notify callback in nv50_createBryan Cain2013-05-071-0/+1
* i965: Use Y-tiled blits to untile for cached mappings of miptrees.Eric Anholt2013-05-071-1/+2
* i965: Add support for Y-tiled blits on gen6+.Eric Anholt2013-05-072-3/+42
* i965: Count occlusion query samples for CopyPixels using the 2D engine.Eric Anholt2013-05-071-0/+3
* egl/wayland: Implement EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-3/+26
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-074-0/+41
* egl: Update to revision 21254 of eglext.hRobert Bragg2013-05-071-3/+42
* gallium: more tgsi documentation updatesRoland Scheidegger2013-05-071-131/+250
* ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee2013-05-071-0/+1
* r600g/sb: optimize some cases for CNDxx instructionsVadim Girlin2013-05-072-5/+81
* r600g/sb: fix memory leaksVadim Girlin2013-05-072-1/+7
* r600g/sb: fix kcache handling on r6xxVadim Girlin2013-05-071-1/+5
* intel: Remove renderbuffer delete setup from texture wrapping.Eric Anholt2013-05-061-1/+0
* mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt2013-05-065-34/+7
* intel: Simplify renderbuffer-for-texture width setup.Eric Anholt2013-05-061-11/+2
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-068-101/+56
* i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().Eric Anholt2013-05-063-77/+41
* i965: Move blorp resolve setup into brw_blorp_blit_miptrees().Eric Anholt2013-05-062-18/+5
* gallivm: Fix build for LLVM < 3.3Tom Stellard2013-05-061-0/+6
* r600g/llvm: Parse config values in register / value pairsTom Stellard2013-05-062-4/+31
* r600g/llvm: Don't feed LLVM output through r600_bytecode_build()Tom Stellard2013-05-064-395/+21
* r600g/llvm: Don't emit CALL_FS for vertex shadersTom Stellard2013-05-062-8/+10
* i965: Lower bitfieldInsert.Matt Turner2013-05-061-0/+4
* i965/vs: Add support for bit instructions.Matt Turner2013-05-064-1/+106
* i965/fs: Add support for bit instructions.Matt Turner2013-05-065-0/+142
* i965: Add support for emitting and disassembling bit instructions.Matt Turner2013-05-064-0/+28
* i965: Print the correct dst and shared-src types for 3-src instructions.Matt Turner2013-05-061-4/+22
* i965/gen7: Set src/dst types for 3-src instructions.Matt Turner2013-05-061-4/+36
* i965: Add 3-src destination and shared-source type macros.Matt Turner2013-05-061-0/+11
* i965: Add Gen7+ fields to brw_instruction and add comments.Matt Turner2013-05-061-12/+19
* glsl: Add a pass to lower bitfield-insert into bfm+bfi.Matt Turner2013-05-067-0/+76
* glsl: Add constant evaluation of bit built-ins.Matt Turner2013-05-061-1/+125
* glsl: Add support for new bit built-ins in ARB_gpu_shader5.Matt Turner2013-05-066-5/+71
* 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