platform/upstream/mesa.git
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
2013-05-03 Christian Königradeon/uvd: enable interlaced buffers by default 25/6425/1
2013-05-03 Christian Königvl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28... 24/6424/1
2013-05-03 Christian Königvl/buffers: fix typo in function name 23/6423/1
2013-05-03 Christian Königradeon/uvd: fix some MPEG4 artifacts 22/6422/1
2013-05-03 José Fonsecadraw: Update for u_assembled_primitive -> u_assembled_p... 21/6421/1
2013-05-03 Chia-I Wust/egl: fix bulid errors on Android 4.2 20/6420/1
2013-05-03 Chia-I Wuilo: use u_reduced_prims_for_vertices() 19/6419/1
2013-05-03 Chia-I Wuutil/prim: add u_reduced_prims_for_vertices() 18/6418/1
2013-05-03 Chia-I Wuutil/prim: assorted fixes for u_decomposed_prims_for_ve... 17/6417/1
2013-05-03 Chia-I Wuutil/prim: use vertex count info in u_validate_pipe_prim() 16/6416/1
2013-05-03 Chia-I Wuutil/prim: fix the name of the include guard 15/6415/1
2013-05-03 Chia-I Wudraw: use u_assembled_prim() instead of u_assembled_pri... 14/6414/1
2013-05-03 Chia-I Wuutil/prim: clean up and add comments 13/6413/1
2013-05-03 Chia-I Wuutil/prim: fix primitive trimming for triangles with... 12/6412/1
2013-05-02 Eric Anholti965/vs: Add instruction scheduling. 11/6411/1
2013-05-02 Eric Anholti965: Move most of the FS instruction scheduler code... 10/6410/1
2013-05-02 Eric Anholti965: Pull a couple of FS scheduling functions out... 09/6409/1
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif... 08/6408/1
2013-05-02 Eric Anholti965: Share the register file enum between the two... 07/6407/1
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of... 06/6406/1
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6... 05/6405/1
2013-05-02 Rob Bradfordwayland: Make eglQueryBufferWL succeed for width and... 04/6404/1
2013-05-02 Zack Rusindraw/gs: don't crash when vs/gs signatures don't match 03/6403/1
2013-05-02 Zack Rusintgsi: allow negation of all integer types 02/6402/1
2013-05-02 Eric Anholti965: Fix SNB GPU hangs when a blorp batch is the first... 01/6401/1
2013-05-02 Tom Stellardr600g: Don't set the dest cache bits on surface sync... 00/6400/1
2013-05-02 Tom Stellardr600g/compute: Fix build error in debug code 99/6399/1
2013-05-02 Armin Kradeon: Fix build with LLVM 3.3 98/6398/1
2013-05-02 Armin Kgallivm: Fix build with LLVM 3.3 97/6397/1
2013-05-02 Brian Paulmesa: update comments, simplify code in vtxfmt.c 96/6396/1
2013-05-02 Brian Paulmesa: update GLvertexformat comments 95/6395/1
2013-05-02 Brian Paulmesa: remove GLvertexformat::EvalMesh1(), EvalMesh2() 94/6394/1
2013-05-02 Brian Paulmesa: remove GLvertexformat::Rectf() 93/6393/1
2013-05-02 Brian Paulmesa: simplify dispatch for glDraw* functions 92/6392/1
2013-05-02 Brian Paulvbo: add new vbo_initialize_exec_dispatch(), vbo_initia... 91/6391/1
2013-05-02 Brian Paulmesa: remove _MESA_INIT_EVAL_VTXFMT() macro 90/6390/1
2013-05-02 Brian Paulmesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro 89/6389/1
2013-05-02 Brian Paulmesa: remove _MESA_INIT_DLIST_VTXFMT() macro 88/6388/1
2013-05-02 Brian Paulmesa: change _mesa_inside_dlist_begin_end() to handle... 87/6387/1
2013-05-02 Brian Paulmesa: add names of geometry shader prims in gl_enums.py 86/6386/1
2013-05-02 Brian Paulvbo: fix initial value of ctx->Driver.CurrentSavePrimitive 85/6385/1
2013-05-02 Brian Paulvbo: fix error detection in vbo_save_playback_vertex_list() 84/6384/1
2013-05-02 Brian Paulmesa: comments, formatting fixes in dlist code 83/6383/1
2013-05-02 Brian Paulvbo: remove redundant vfmt->Begin = _save_Begin assignment 82/6382/1
2013-05-02 Brian Paulmesa: don't install glDraw* functions into the BeginEnd... 81/6381/1
2013-05-02 Brian Paulvbo: fix parameter validation for saving dlist glDraw... 80/6380/1
2013-05-02 Brian Paulmesa: add missing error check in _mesa_EndList() 79/6379/1
2013-05-02 Brian Paulmesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant 78/6378/1
2013-05-02 Brian Paulmesa: simplify save_Begin() error checking 77/6377/1
2013-05-02 Brian Paulmesa: refactor _mesa_valid_prim_mode() 76/6376/1
2013-05-02 Brian Paulmesa: fix CurrentSavePrimitive <= GL_POLYGON tests 75/6375/1
2013-05-02 Brian Paulmesa: adjust PRIM_x constants for geometry shaders 74/6374/1
2013-05-02 Brian Paulmesa: fix save_ShadeModel() logic and add new comments 73/6373/1
2013-05-02 Adam Jacksongallivm: Fix altivec intrinsics for 8xi16 add/sub 72/6372/1
2013-05-02 Lauri Kasanenr600/sb: Fix build failure with non-standard libdrm... 71/6371/1
2013-05-02 Lauri Kasanenradeon/uvd: Fix build failure with non-standard libdrm... 70/6370/1
2013-05-01 Jordan Justenmesa: implement glFramebufferTexture 69/6369/1
2013-05-01 Jordan Justenmesa: add Layered field to framebuffers 68/6368/1
2013-05-01 Jordan Justenmesa: add renderbuffer attachment Layered field 67/6367/1
2013-05-01 Jordan Justenmesa: add renderbuffer Depth field 66/6366/1
2013-05-01 Andreas Bollmesa: add usage examples to get-pick-list and shortlog... 65/6365/1
2013-05-01 Andreas Bolldocs: add info about bugzilla_mesa.sh script 64/6364/1
2013-05-01 Andreas Bollmesa: Add a script to generate the list of fixed bugs 63/6363/1
next