summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Bump version to 9.1.5Carl Worth2013-07-171-1/+1
* i965: fix alpha test for MRTChris Forbes2013-07-154-9/+8
* mesa: Return ZeroVec/dummyReg instead of NULL pointerAnuj Phogat2013-07-151-4/+2
* i965: Be more careful with the interleaved user array upload optimizationIan Romanick2013-07-151-1/+17
* ra: Fix register spilling.Eric Anholt2013-07-151-5/+39
* register_allocate: Fix the type of best_benefit.Matt Turner2013-07-151-1/+1
* glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick2013-07-033-3/+21
* glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick2013-07-034-5/+7
* swrast: Fix memory leak.Vinson Lee2013-07-031-0/+1
* mesa: Bump version to 9.1.4Ian Romanick2013-07-011-2/+2
* i965: NULL check depth_mt to quiet static analysis.Matt Turner2013-06-291-1/+1
* intel: Return early if miptree allocation failsChad Versace2013-06-271-0/+3
* mesa: Fix ieee fp on AlphaSven Joachim2013-06-261-1/+1
* intel: Add a null pointer check before dereferencing the pointerAnuj Phogat2013-06-261-0/+9
* i965: Shut up the last release build warning.Eric Anholt2013-06-261-0/+1
* i965: fix problem with constant out of bounds access (v3)Dave Airlie2013-06-263-1/+16
* i965: Fix glColorPointer(GL_FIXED)Chad Versace2013-06-261-0/+8
* mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul2013-06-261-30/+48
* meta: move vertex array enables for mipmap generationBrian Paul2013-06-261-2/+2
* intel: Fix format handling of blit glBitmap()Eric Anholt2013-06-261-3/+12
* intel: Fix MRT handling of glBitmap().Eric Anholt2013-06-262-9/+15
* xmlpool/build: Make sure to set mo properlyNaohiro Aota2013-06-251-1/+1
* mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák2013-06-254-9/+9
* xlib: add null ctx check in glXDestroyContext()Brian Paul2013-06-251-10/+12
* xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-06-251-1/+1
* mesa: Use accessor for stencil reference values in glGetChris Forbes2013-06-252-2/+6
* st/mesa: fix a couple of issues in st_bind_ubosMarek Olšák2013-06-251-4/+16
* st/mesa: initialize Const.MaxColorAttachmentsMarek Olšák2013-06-251-7/+3
* st/mesa: initialize all program constants and UBO limitsMarek Olšák2013-06-251-21/+43
* intel: Avoid making tiled miptrees we won't be able to blit.Eric Anholt2013-06-191-14/+21
* intel: Do temporary CPU maps of textures that are too big to GTT map.Eric Anholt2013-06-191-0/+21
* intel: Add support for writing to our linear-temporary-CPU-map case.Eric Anholt2013-06-191-2/+23
* mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul2013-06-051-2/+4
* intel: initialize fs_visitor::params_remap in constructorFrank Henigman2013-06-051-0/+2
* mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke2013-06-054-12/+3
* mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke2013-06-051-1/+1
* st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke2013-06-051-1/+1
* i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke2013-06-051-3/+9
* i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke2013-06-051-2/+16
* i965/gen7.5: Allow HW primitive restart for all primitive types.Paul Berry2013-06-051-7/+6
* vbo: Use the new primitive restart index helper function.Kenneth Graunke2013-06-052-2/+3
* mesa: Add a helper function for determining the restart index.Kenneth Graunke2013-06-052-0/+26
* vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays().Kenneth Graunke2013-06-051-5/+5
* i965/vs: Fix implied_mrf_writes() for integer division pre-gen6.Eric Anholt2013-06-051-0/+2
* mesa: Stop clamping stencil reference value at specification timeChris Forbes2013-06-051-9/+0
* swrast: Use accessor for stencil reference valuesChris Forbes2013-06-051-2/+4
* st: Use accessor for stencil reference valuesChris Forbes2013-06-051-2/+5
* radeon: Use accessor for stencil reference valuesChris Forbes2013-06-052-2/+5
* nouveau: Use accessor for stencil reference valuesChris Forbes2013-06-052-2/+5
* intel: Use accessor for stencil reference valuesChris Forbes2013-06-053-8/+11