platform/upstream/mesa.git
2013-06-04 Vinson Leemesa: Prevent possible out-of-bounds read by save_Sampl... 51/6851/1
2013-06-04 Dave Airliei965: fix problem with constant out of bounds access... 50/6850/1
2013-06-03 Eric Anholtintel: Fix copying of separate stencil data in glCopyTe... 49/6849/1
2013-06-03 Eric Anholtmeta: Fix temporary image type for float depth/stencil. 48/6848/1
2013-06-03 Eric Anholtintel: Fix performance regression from miptree blit... 47/6847/1
2013-06-03 Carl Worthglcpp: Add test case for recently fixed loop-control... 46/6846/1
2013-06-03 Carl Worthglcpp: Fix post-decrement underflow in loop-control... 45/6845/1
2013-06-03 Chad Versacei965: Fix glColorPointer(GL_FIXED) 44/6844/1
2013-05-30 Zack Rusinsoftpipe: draw_find_shader_output returns -1 on invalid... 43/6843/1
2013-06-03 Tom Stellardradeonsi/compute: Upload work group, work item size... 42/6842/1
2013-06-03 Tom Stellardradeonsi/compute: Pass kernel arguments in a buffer v2 41/6841/1
2013-06-03 Tom Stellardradeonsi/compute: Implement un-binding of global buffers 40/6840/1
2013-06-03 Tom Stellardradeonsi/compute: Support multiple kernels in a compute... 39/6839/1
2013-06-03 Tom Stellardradeonsi/compute: Add missing PIPE_COMPUTE caps 38/6838/1
2013-06-03 Jordan Justeni965 gen7: use SURFACE_STATE fields to select render... 37/6837/1
2013-06-03 Jordan Justenmesa/texformat: add _mesa_tex_target_is_array function 36/6836/1
2013-06-03 Jordan Justenintel: add layered parameter to update_renderbuffer_surface 35/6835/1
2013-06-03 Jordan Justenintel_fbo: set gl_renderbuffer Depth field 34/6834/1
2013-06-03 Jordan Justenintel: print image depth in debug message 33/6833/1
2013-06-03 Brian Paulmesa: handle missing read buffer in _mesa_get_color_rea... 32/6832/1
2013-06-03 Brian Paulmeta: move vertex array enables for mipmap generation 31/6831/1
2013-06-03 Brian Paulmesa: fix hodge podge indentation, update comments... 30/6830/1
2013-06-01 Roland Scheideggergallium: add support for layered rendering 29/6829/1
2013-06-01 Roland Scheideggergallivm: fix out-of-bounds access with mirror_clamp_to_... 28/6828/1
2013-06-01 Roland Scheideggerllvmpipe: fix bogus assertions for buffer surfaces 27/6827/1
2013-06-01 Kenneth Graunkei965: Fix haswell_upload_cut_index when there's no... 26/6826/1
2013-05-31 Roland Scheideggerllvmpipe: reduce alignment requirement for resources... 25/6825/1
2013-05-31 Adam Jacksonllvmpipe: Remove x/y from cmd_bin 24/6824/1
2013-05-31 Vadim Girlinr600g/sb: fix broken assert 23/6823/1
2013-05-31 Andreas Bollglapi: Add some missing static_dispatch="false" annotat... 22/6822/1
2013-05-31 Vinson Leemesa: Add missing break statement in _mesa_choose_tex_f... 21/6821/1
2013-05-31 Alan Coopersmithinteger overflow in XF86DRIGetClientDriverName() [CVE... 20/6820/1
2013-05-31 Alan Coopersmithinteger overflow in XF86DRIOpenConnection() [CVE-2013... 19/6819/1
2013-05-30 Brian Paulmesa: fix error checking of DXT sRGB formats in _mesa_b... 18/6818/1
2013-05-30 Brian Paulmesa: asst. whitespace, formatting fixes in teximage.c 17/6817/1
2013-05-30 Zack Rusindraw: fix vs/fs input/output mismatches 16/6816/1
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine 15/6815/1
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp... 14/6814/1
2013-05-30 Anuj Phogatmesa: Implement ext_framebuffer_multisample_blit_scaled... 13/6813/1
2013-05-30 Kenneth GraunkeRevert "i965: fix problem with constant out of bounds... 12/6812/1
2013-05-30 Courtney Goeltzenleu... ilo: simplify shader variant handling 11/6811/1
2013-05-30 Dave Airliei965: fix problem with constant out of bounds access... 10/6810/1
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor 09/6809/1
2013-05-30 Brian Pauldraw: add cast in debug_printf() to silence warning 08/6808/1
2013-05-30 Brian Paulsvga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence... 07/6807/1
2013-05-25 Zack Rusindraw: make sure viewport index is fetched from leading... 06/6806/1
2013-05-25 Zack Rusinllvmpipe: clamp scissors to be between 0 and max 05/6805/1
2013-05-25 Zack Rusindraw: clamp the viewports to always be between 0 and max 04/6804/1
2013-05-25 Zack Rusingallium/docs: adds documentation for multi viewport cap 03/6803/1
2013-05-25 Zack Rusindraw: fixup draw_find_shader_output 02/6802/1
2013-05-25 Zack Rusinllvmpipe: implement support for multiple viewports 01/6801/1
2013-05-25 Zack Rusindraw: implement support for multiple viewports 00/6800/1
2013-05-25 Zack Rusingallium: Add support for multiple viewports 99/6799/1
2013-05-29 Kenneth Graunkemesa: Delete the ctx->Array._RestartIndex derived state. 98/6798/1
2013-05-29 Kenneth Graunkemesa: Ignore fixed-index primitive restart in ArrayElem... 97/6797/1
2013-05-29 Kenneth Graunkest/mesa: Go back to using ctx->Array.RestartIndex,... 96/6796/1
2013-05-29 Kenneth Graunkei965: Fix can_cut_index_handle_restart_index() for... 95/6795/1
2013-05-29 Kenneth Graunkei965: Use the correct restart index for fixed index... 94/6794/1
2013-05-29 Kenneth Graunkevbo: Use the new primitive restart index helper function. 93/6793/1
2013-05-29 Kenneth Graunkemesa: Add a helper function for determining the restart... 92/6792/1
2013-05-29 Kenneth Graunkevbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArr... 91/6791/1
2013-05-29 Eric Anholti965/vs: Fix implied_mrf_writes() for integer division... 90/6790/1
2013-05-29 Eric Anholti965/fs: Fix test for smearing enabled on an instruction. 89/6789/1
2013-05-29 Eric Anholti965/fs: Fix segfault in instruction scheduling with... 88/6788/1
2013-05-29 Eric Anholtmesa: Fix test for optimistic coloring being necessary. 87/6787/1
2013-05-29 Anthony G.... gallium: fix build on uclibc system 86/6786/1
2013-05-29 Eric Anholtintel: Enable blit glCopyTexSubImage/glBlitFramebuffer... 85/6785/1
2013-05-29 Andreas Hartmetzradeonsi: Add ipo to LLVM_COMPONENTS 84/6784/1
2013-05-28 Roland Scheideggerllvmpipe: get rid of tiled/linear layout remains 83/6783/1
2013-05-28 Eric Anholtintel: Remove dead intel_drawbuf_region(). 82/6782/1
2013-05-28 Eric Anholtintel: Fix format handling of blit glBitmap() 81/6781/1
2013-05-28 Eric Anholtintel: Fix MRT handling of glBitmap(). 80/6780/1
2013-05-28 Eric Anholtintel: Rebuild PBO blit glTexImage() on top of miptrees. 79/6779/1
2013-05-28 Eric Anholtintel: Rebuild PBO blit glReadPixels() on top of miptrees. 78/6778/1
2013-05-28 Eric Anholtintel: Rework intel_miptree_create_for_region() to... 77/6777/1
2013-05-28 Eric Anholtintel: Make a temporary miptree for the blit path of... 76/6776/1
2013-05-28 Eric Anholtintel: Make a temporary miptree when doing blit uploads... 75/6775/1
2013-05-28 Eric Anholtintel: Extend the force_y_tiling flag to allow forcing... 74/6774/1
2013-05-28 Eric Anholtintel: Add an assert for glCopyTexSubImage() being... 73/6773/1
2013-05-28 Eric Anholti965: Allow glCopyTexSubImage() on depth textures. 72/6772/1
2013-05-28 Eric Anholti965: Prefer blorp glBlitFramebuffer() to the glCopyTex... 71/6771/1
2013-05-28 Eric Anholti965: Consistently do depth resolves before blitting. 70/6770/1
2013-05-28 Eric Anholtintel: Make a wrapper for intelEmitCopyBlit using miptrees. 69/6769/1
2013-05-28 Eric Anholtintel: Rename intel_renderbuffer_tile_offsets. 68/6768/1
2013-05-28 Eric Anholtintel: Reduce intel_renderbuffer_tile_offsets to a... 67/6767/1
2013-05-28 Eric Anholtintel: Make intel_miptree_get_tile_offsets return a... 66/6766/1
2013-05-28 José Fonsecaglsl: Fix MSVC build. 65/6765/1
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample... 64/6764/1
2013-05-28 Marek Olšákswrast: increase array size of TextureSample 63/6763/1
2013-05-28 Marek Olšákmesa: declare UniformBufferBindings as an array with... 62/6762/1
2013-05-28 Michel Dänzerradeonsi: Enable GLSL 1.30 61/6761/1
2013-05-28 Michel Dänzerradeonsi: Handle TGSI TXQ opcode 60/6760/1
2013-05-28 Michel Dänzerradeonsi: Add support for TGSI TXF opcode 59/6759/1
2013-05-28 Michel Dänzerradeonsi: Use tgsi_util_get_texture_coord_dim() 58/6758/1
2013-05-28 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPDIST 57/6757/1
2013-05-28 Michel Dänzerradeonsi: Make border colour state handling safe for... 56/6756/1
2013-05-28 Michel Dänzerradeonsi: Fix hardware state for dual source blending 55/6755/1
2013-05-28 Vadim Girlinr600g/sb: handle more cases for folding in gvn pass 54/6754/1
2013-05-27 Christian Königst/vdpau: destroy handle table only when it's empty 53/6753/1
2013-05-27 Christian Königst/vdpau: remove vlCreateHTAB from surface functions 52/6752/1
next