platform/upstream/mesa.git
2013-06-22 Roland Scheideggerllvmpipe: fix wrong results for queries not in a scene 92/7092/1
2013-06-22 Brian Paulgallium/docs: more documentation for pipe_resource... 91/7091/1
2013-06-22 Brian Paulsvga: minor cleanups, comments in svga_tgsi_insn.c 90/7090/1
2013-06-22 Brian Paulsvga: add null ptr check in svga_get_tex_sampler_view() 89/7089/1
2013-06-22 José Fonsecatools/trace: Several tweaks/fixes to dump_state 88/7088/1
2013-06-22 José Fonsecatrace: Dump result of create_stream_output_target 87/7087/1
2013-06-22 Maarten Lankhorstvl/mpeg12: fix mpeg-1 bytestream parsing 86/7086/1
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: ensure min # of cycles after... 85/7085/1
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: add TGSI_OPCODE_ABS 84/7084/1
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: add TGSI_OPCODE_DPH 83/7083/1
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: fix for replicating instructions 82/7082/1
2013-06-21 Eric Anholtmesa: Move the common _mesa_glsl_compile_shader() code... 81/7081/1
2013-06-21 Eric Anholtmesa: Move shader compiler API code to shaderapi.c 80/7080/1
2013-06-21 Eric Anholtmesa: Fix missing setting of shader->IsES. 79/7079/1
2013-06-21 Eric Anholtmesa: Use shared code for converting shader targets... 78/7078/1
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage 77/7077/1
2013-06-21 Eric Anholtglsl: Make _mesa_print_ir() available from anything... 76/7076/1
2013-06-21 Paul Berryglsl: Make some files safe to include from C 75/7075/1
2013-06-21 José Fonsecatools/trace: Quick instructions/notes. 74/7074/1
2013-06-21 José Fonsecatools/trace: Do a better job at comparing multi line... 73/7073/1
2013-06-21 José Fonsecatools/trace: Tool to compare json state dumps. 72/7072/1
2013-06-21 José Fonsecatools/trace: Tool to dump gallium state at any draw... 71/7071/1
2013-06-21 José Fonsecatools/trace: Defer blob hex-decoding. 70/7070/1
2013-06-21 José Fonsecatrace: Don't dump texture transfers. 69/7069/1
2013-06-20 Chia-I Wuilo: replace a boolean by bool 68/7068/1
2013-06-20 Chia-I Wuilo: rename cache_seqno to uploaded 67/7067/1
2013-06-19 Roland Scheideggerutil: (trivial) add has_popcnt field 66/7066/1
2013-06-19 Roland Scheideggerllvmpipe: use 64bit counter for occlusion queries 65/7065/1
2013-06-19 Roland Scheideggerllvmpipe: handle more queries 64/7064/1
2013-06-19 Roland Scheideggersoftpipe: handle all queries, and change for the new... 63/7063/1
2013-06-19 Roland Scheideggergallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT 62/7062/1
2013-06-19 José Fonsecatrace: Dump pipe_rasterizer_state::clip_halfz. 61/7061/1
2013-06-19 Brian Paulsvga: add some comments about primitive conversion 60/7060/1
2013-06-19 Brian Paulindices: add some comments 59/7059/1
2013-06-19 Brian Paulsvga: reindent svga_tgsi.c 58/7058/1
2013-06-19 Brian Paulsvga: whitespace, comment, formatting fixes in svga_tgs... 57/7057/1
2013-06-19 Brian Paulsvga: move some svga/tgsi functions 56/7056/1
2013-06-19 Brian Paulsvga: formatting fixes in svga_tgsi_insn.c 55/7055/1
2013-06-19 Brian Paulmesa: wrap comments, code to 78 columns in multisample.c 54/7054/1
2013-06-19 Brian Paulmesa: remove unused BITSET64 macros 53/7053/1
2013-06-19 Maarten Lankhorstnvc0: kill assert in ppp code 52/7052/1
2013-06-19 Chia-I Wuilo: rework shader cache 51/7051/1
2013-06-18 Emil Velikovnv50: avoid crash on updating RASTERIZE_ENABLE state 50/7050/1
2013-06-18 Kristian Høgsbergwayland: Handle global_remove event as well 49/7049/1
2013-06-18 Jordan Justengen7: fix GPU hang on WebGL texture-size test 48/7048/1
2013-06-18 Eric Anholtintel: Remove unused IS_POWER_OF_TWO() macro. 47/7047/1
2013-06-18 Zack RusinRevert "draw: clear the draw buffers in draw" 46/7046/1
2013-06-18 Roland Scheideggerllvmpipe: fixes for conditional rendering 45/7045/1
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition 44/7044/1
2013-06-18 Chia-I Wuilo: construct depth/stencil command in create_surface() 43/7043/1
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati... 42/7042/1
2013-06-17 Eric Anholtintel: Allow blit CopyTexSubImage to nonzero destinatio... 41/7041/1
2013-06-17 Eric Anholtintel: Directly implement blit glBlitFramebuffer instea... 40/7040/1
2013-06-17 Eric Anholtintel: Move XRGB->ARGB blit logic into intel_miptree_bl... 39/7039/1
2013-06-17 Eric Anholtintel: Fix Y tiling support for glCopyTexSubImage's... 38/7038/1
2013-06-17 Eric Anholtintel: Make batch macros for doing BCS_SWCTRL setup. 37/7037/1
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver... 36/7036/1
2013-06-17 Dave Airlietgsi: text parser: fix parsing of array in declaration 35/7035/1
2013-06-17 Sven Joachimmesa: Fix ieee fp on Alpha 34/7034/1
2013-06-17 Richard Sandifordst/xlib: Fix XImage stride calculation 33/7033/1
2013-06-17 Richard Sandifordst/xlib Fix XIMage bytes-per-pixel calculation 32/7032/1
2013-06-17 Jonathan Graygallium: replace bswap_32 calls with util_bswap32 31/7031/1
2013-06-17 Zack Rusindraw: fix a regression in computing max elt 30/7030/1
2013-06-17 Zack Rusindraw: clear the draw buffers in draw 29/7029/1
2013-06-17 Chia-I Wuilo: add pipe-based copy method to ilo_blitter 28/7028/1
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter 27/7027/1
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter 26/7026/1
2013-06-15 Kenneth Graunkei965: Assume flexible hardware primitive restart exists... 25/7025/1
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as... 24/7024/1
2013-06-15 Kenneth Graunkei965: Implement 16-wide math on G45 and Ironlake. 23/7023/1
2013-06-14 Matt Turnerglsl: Disallow return with a void argument from void... 22/7022/1
2013-06-14 Matt Turnerglsl: Allow implicit conversion of return values. 21/7021/1
2013-06-14 Matt Turnerglsl: Add gl_{Max,Min}ProgramTexelOffset built-in const... 20/7020/1
2013-06-14 Matt Turnerglsl: Allow swizzles on scalars. 19/7019/1
2013-06-14 Matt Turnerglsl: Allow .length() method on vectors and matrices. 18/7018/1
2013-06-14 Todd Previtemesa: Add infrastructure for ARB_shading_language_420pack. 17/7017/1
2013-06-14 Chia-I Wuilo: fix for half-float vertex arrays 16/7016/1
2013-06-14 Chia-I Wuilo: add some assertions to help debugging 15/7015/1
2013-06-14 Chia-I Wuilo: silence a compiler warning 14/7014/1
2013-06-14 Vinson Leeglsl: Fix null check in read_dereference. 13/7013/1
2013-06-14 Chia-I Wust/mesa: fix temp texture bindings in st_CopyPixels() 12/7012/1
2013-06-13 Zack Rusingallium/draw: add limits to the clip and cull distances 11/7011/1
2013-06-13 Zack Rusindraw: cleanup the distance culling code a bit 10/7010/1
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty 09/7009/1
2013-06-13 Chia-I Wuilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140 08/7008/1
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states() 07/7007/1
2013-06-13 Chia-I Wuilo: re-emit states that involve resources 06/7006/1
2013-06-13 Chia-I Wuilo: fix for util_blitter_clear() changes 05/7005/1
2013-06-13 Manfred Ernstmesa: Fix bug in unclamped float to ubyte conversion. 04/7004/1
2013-06-13 Marek Olšákst/dri: if flushing a drawable, don't set reason=SWAPBU... 03/7003/1
2013-06-13 Marek Olšákst/dri: resolve the back buffer only in SwapBuffers 02/7002/1
2013-06-13 Marek Olšákst/dri: manually swap MSAA front and back buffers in... 01/7001/1
2013-06-13 Marek Olšákst/dri: always copy new DRI front and back buffers... 00/7000/1
2013-06-13 Marek Olšákst/dri: refactor dri_msaa_resolve 99/6999/1
2013-06-13 Marek Olšákst/dri: reuse depth-stencil and MSAA resources after... 98/6998/1
2013-06-13 Marek Olšákst/dri: fix MSAA resolving of buffers with height ... 97/6997/1
2013-06-13 Marek Olšákst/mesa: make generic CopyPixels path work with MSAA... 96/6996/1
2013-06-13 Marek Olšákst/mesa: don't use blit_copy_pixels if an occlusion... 95/6995/1
2013-06-13 Marek Olšákst/mesa: rework blit_copy_pixels to use pipe->blit 94/6994/1
2013-06-13 Marek Olšákr600g: upsample and downsample MSAA resources for transfers 93/6993/1
next