platform/upstream/mesa.git
2013-05-09 Brian Pauldocs: remove ^M chars from GL3.txt 25/6525/1
2013-05-09 Brian Paulst/mesa: generate GL_OUT_OF_MEMORY if we can't create... 24/6524/1
2013-05-09 Chia-I Wuilo: add support for PIPE_FORMAT_ETC1_RGB8 23/6523/1
2013-05-09 Chia-I Wuilo: support mapping with a staging system buffer 22/6522/1
2013-05-09 Chia-I Wuilo: allow for different mapping methods 21/6521/1
2013-05-09 Chia-I Wuilo: allow bo format to differ from that requested 20/6520/1
2013-05-09 Stéphane Marchesindraw/llvm: Add additional llvm optimization passes 19/6519/1
2013-05-08 Eric Anholti965: Sync brw_format_for_mesa_format() table with... 18/6518/1
2013-05-08 Eric Anholti965: Update the surface formats table from the current... 17/6517/1
2013-05-08 Eric Anholti965: Add surface format defines from the public specs. 16/6516/1
2013-05-08 Fabian Bielermesa/program: Don't copy propagate from swizzles. 15/6515/1
2013-05-08 Fabian Bielermesa/st: Don't copy propagate from swizzles. 14/6514/1
2013-05-08 Eric Anholti965: Fix hangs on HSW since the gen6 blorp fix. 13/6513/1
2013-05-08 Chad Versaceegl/android: Fix error condition for EGL_ANDROID_image_... 12/6512/1
2013-05-08 Stéphane Marchesini915: Use Y tiling for textures 11/6511/1
2013-05-08 Stéphane Marchesini915g: Optimize batchbuffer sizes 10/6510/1
2013-05-08 Stéphane Marchesini915g: Add more PIPE_CAP_* support 09/6509/1
2013-05-08 Chia-I Wuilo: remove our own type inference 08/6508/1
2013-05-08 Chia-I Wuilo: use tgsi_util_get_texture_coord_dim() 07/6507/1
2013-05-08 Chia-I Wutgsi: fix operand type of TGSI_OPCODE_NOT 06/6506/1
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_src_type() 05/6505/1
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_dst_type() 04/6504/1
2013-05-08 Chia-I Wutgsi: reorder opcodes in opcode type inference 03/6503/1
2013-05-08 Chia-I Wutgsi: clean up exec_tex() 02/6502/1
2013-05-08 Chia-I Wutgsi: add tgsi_util_get_texture_coord_dim() 01/6501/1
2013-05-07 Bryan Cainnv50: initialize kick_notify callback in nv50_create 00/6500/1
2013-05-07 Eric Anholti965: Use Y-tiled blits to untile for cached mappings... 99/6499/1
2013-05-07 Eric Anholti965: Add support for Y-tiled blits on gen6+. 98/6498/1
2013-05-07 Eric Anholti965: Count occlusion query samples for CopyPixels... 97/6497/1
2013-05-07 Robert Braggegl/wayland: Implement EGL_EXT_swap_buffers_with_damage 96/6496/1
2013-05-07 Robert Braggegl: Add extension infrastructure for EGL_EXT_swap_buff... 95/6495/1
2013-05-07 Robert Braggegl: Update to revision 21254 of eglext.h 94/6494/1
2013-05-07 Roland Scheideggergallium: more tgsi documentation updates 93/6493/1
2013-05-07 Vinson Leeilo: Add missing break statement in aos_tex TGSI_OPCODE... 92/6492/1
2013-05-07 Vadim Girlinr600g/sb: optimize some cases for CNDxx instructions 91/6491/1
2013-05-07 Vadim Girlinr600g/sb: fix memory leaks 90/6490/1
2013-05-07 Vadim Girlinr600g/sb: fix kcache handling on r6xx 89/6489/1
2013-05-06 Eric Anholtintel: Remove renderbuffer delete setup from texture... 88/6488/1
2013-05-06 Eric Anholtmesa: Make Mesa core set up wrapped texture renderbuffe... 87/6487/1
2013-05-06 Eric Anholtintel: Simplify renderbuffer-for-texture width setup. 86/6486/1
2013-05-06 Eric Anholtmesa: Make core Mesa allocate the texture renderbuffer... 85/6485/1
2013-05-06 Eric Anholti965: Use brw_blorp_blit_miptrees() for CopyTexSubImage(). 84/6484/1
2013-05-06 Eric Anholti965: Move blorp resolve setup into brw_blorp_blit_mipt... 83/6483/1
2013-05-06 Tom Stellardgallivm: Fix build for LLVM < 3.3 82/6482/1
2013-05-06 Tom Stellardr600g/llvm: Parse config values in register / value... 81/6481/1
2013-05-06 Tom Stellardr600g/llvm: Don't feed LLVM output through r600_bytecod... 80/6480/1
2013-05-06 Tom Stellardr600g/llvm: Don't emit CALL_FS for vertex shaders 79/6479/1
2013-05-06 Matt Turneri965: Lower bitfieldInsert. 78/6478/1
2013-05-06 Matt Turneri965/vs: Add support for bit instructions. 77/6477/1
2013-05-06 Matt Turneri965/fs: Add support for bit instructions. 76/6476/1
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit... 75/6475/1
2013-05-06 Matt Turneri965: Print the correct dst and shared-src types for... 74/6474/1
2013-05-06 Matt Turneri965/gen7: Set src/dst types for 3-src instructions. 73/6473/1
2013-05-06 Matt Turneri965: Add 3-src destination and shared-source type... 72/6472/1
2013-05-06 Matt Turneri965: Add Gen7+ fields to brw_instruction and add comments. 71/6471/1
2013-05-06 Matt Turnerglsl: Add a pass to lower bitfield-insert into bfm... 70/6470/1
2013-05-06 Matt Turnerglsl: Add constant evaluation of bit built-ins. 69/6469/1
2013-05-06 Matt Turnerglsl: Add support for new bit built-ins in ARB_gpu_shader5. 68/6468/1
2013-05-06 Matt Turnerglsl: Add new bit built-ins IR and prototypes from... 67/6467/1
2013-05-06 Matt Turnerglsl: Rework ir_reader to handle expressions with four... 66/6466/1
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5. 65/6465/1
2013-05-06 Tom Stellardradeon/llvm: Always build libradeonllvm as static 64/6464/1
2013-05-06 Tom Stellardradeon/llvm: Use LLVM C API for compiling LLVM IR to... 63/6463/1
2013-05-06 Tom Stellardgallivm: Move LLVMStartMultithreaded() static initializ... 62/6462/1
2013-05-06 Tom Stellardradeon/llvm: Don't use the global context when parsing... 61/6461/1
2013-05-06 Eric Anholti965: Remove GL_ARB_color_buffer_float from GL core... 60/6460/1
2013-05-06 Tom Stellardr600g/llvm: Update radeon family mappings for LLVM... 59/6459/1
2013-05-06 Chia-I Wuandroid: libsync is needed on Android 4.2+ for any... 58/6458/1
2013-05-06 Chia-I Wuandroid: add ilo to the build system 57/6457/1
2013-05-05 Eric Anholtglsl: Flip around "if" statements with empty "then... 56/6456/1
2013-05-05 Chia-I Wuilo: correctly set return types of sampler messages 55/6455/1
2013-05-04 Vincent Lejeuner600g/llvm: Undefines unrequired texture coord values 54/6454/1
2013-05-04 Maarten Lankhorstnvc0: fixup video decoding with 2D_ARRAY 53/6453/1
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush() 52/6452/1
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes. 51/6451/1
2013-05-04 Brian Paulvbo: add comments, const qualifiers 50/6450/1
2013-05-04 Brian Paulmesa: whitespace, formatting fixes, etc in api_arrayelt.c 49/6449/1
2013-05-04 Brian Paulvbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init() 48/6448/1
2013-05-04 Brian Paulmesa: change ctx->Driver.NeedFlush to GLbitfield and... 47/6447/1
2013-05-04 Brian Paulmesa; change ctx->Driver.SaveNeedFlush to boolean,... 46/6446/1
2013-05-04 Brian Paulvbo: update comments for vbo_save_NotifyBegin() 45/6445/1
2013-05-04 Brian Paulvbo: implement primitive merging for glBegin/End sequences 44/6444/1
2013-05-04 Brian Paulvbo: create a few utility functions for merging primitives 43/6443/1
2013-05-03 Zack Rusindraw/pt: adjust overflow calculations 42/6442/1
2013-05-03 Zack Rusintgsi/ureg: make the dst register match the src indirection 41/6441/1
2013-05-03 Roland Scheideggergallium: tgsi documentation updates and clarification... 40/6440/1
2013-05-03 Roland Scheideggerllvmpipe: get rid of depth swizzling. 39/6439/1
2013-05-03 Lauri Kasanenr600g: Correctly initialize the shader key, v2 38/6438/1
2013-05-03 Lauri Kasanenst/xvmc/tests: Fix build failure, v2 37/6437/1
2013-05-03 Andreas Bollscons: remove nouveau build 36/6436/1
2013-05-03 Andreas Bollscons: remove radeon build 35/6435/1
2013-05-03 Alex Deucherr600g: don't emit surface_sync after FLUSH_AND_INV_EVENT 34/6434/1
2013-05-03 Vadim Girlinr600g/sb: zero-initialize bytecode structs 33/6433/1
2013-05-03 Vadim Girlinr600g/sb: fix constant propagation in gvn pass 32/6432/1
2013-05-03 Vadim Girlinr600g/sb: don't run unnecessary passes 31/6431/1
2013-05-03 Vadim Girlinr600g/sb: silence warnings with gcc 4.8 30/6430/1
2013-05-03 Vadim Girlinr600g/sb: fix handling of interference sets in post_sch... 29/6429/1
2013-05-03 Vadim Girlinr600g/sb: fix allocation of indirectly addressed input... 28/6428/1
2013-05-03 Vadim Girlinr600g/sb: use hex instead of binary constants 27/6427/1
2013-05-03 Vadim Girlinr600g: use old shader disassembler by default 26/6426/1
next