platform/upstream/mesa.git
2013-07-31 Eric Anholtegl: Restore "bogus" DRI2 invalidate event code.
2013-07-31 Roland Scheideggergallivm: use nearest rounding for float->unorm24 conversion
2013-07-31 Mikko Juolamesa: fix multisampling proxy textures not being queryable
2013-07-31 Mikko Juolamesa: fix proxy textures becoming immutable and unusable
2013-07-31 Mikko Juolamesa: fix proxy textures not working with default textu...
2013-07-31 Mikko Juolamesa: fix number of mipmaps calculation for proxy textures
2013-07-31 Brian Paulmesa: improve free() cleanup in generate_mipmap_compres...
2013-07-31 Brian Paulgallium/util: reformat, comment util_get_offset()
2013-07-31 Brian Paulgallium/util: comments, var renaming in u_inlines.h
2013-07-31 Brian Paulsoftpipe: use new softpipe_resource_data() accessor
2013-07-31 Brian Paulsoftpipe: don't ignore pipe_constant_buffer::buffer_offset
2013-07-31 Brian Paulgallium/docs: clarify definition of PIPE_CAP_USER_CONST...
2013-07-31 Chris Forbesi965/vs: Put lod parameter in the correct place for...
2013-07-31 Chris Forbesi965/vs: set up sampler state pointer for Gen4/5.
2013-07-30 Marek Olšákst/dri: add a new driconf option disable_shader_bit_enc...
2013-07-30 Marek Olšákst/mesa: fix opcode translation for ARB_shader_bit_enco...
2013-07-30 Marek Olšákmesa,glsl,st/dri: add a new driconf option force_glsl_v...
2013-07-30 Marek Olšákmesa: add MESA_GLSL debug flag to dump shaders on compi...
2013-07-30 Marek Olšákdriconf: enable app-specific workarounds for all drivers
2013-07-30 Marek Olšákst/dri: remove driOptionCache from dri_context in favor...
2013-07-30 Marek Olšákst/dri: move enabling postprocessing to dri_screen
2013-07-30 Marek Olšákst/dri: remove more unused driconf options
2013-07-30 Marek Olšákst/dri: implement the driconf option force_s3tc_enable...
2013-07-30 Marek Olšákdriconf: remove the unused option allow_large_textures
2013-07-30 Marek Olšákst/dri: support the driconf option disable_blend_func_e...
2013-07-30 Marek Olšákst/osmesa: initialize disable_glsl_line_continuations
2013-07-30 Marek Olšákgallium/postprocessing: convert blits to pipe->blit
2013-07-30 Marek Olšákgallium/postprocessing: fix shader parsing
2013-07-30 Marek Olšákdocs/GL3: clarify core vs compatibility extension support
2013-07-30 Marek Olšákmesa: default texture buffer format should be R8 in...
2013-07-30 Marek Olšákmesa: default DEPTH_TEXTURE_MODE should be RED in the...
2013-07-30 Marek Olšákst/mesa: expose EXT_framebuffer_multisample_blit_scaled...
2013-07-30 Marek Olšákst/mesa: fix sRGB renderbuffers without EXT_framebuffer...
2013-07-30 Marek OlšákRevert "r300g: Give CLIP_DISABLE another try"
2013-07-30 Carl Worthget-pick-list.sh: Include commits mentionining "CC...
2013-07-30 Paul Berryglsl: Remove redundant writes to prog->LinkStatus
2013-07-30 Paul Berryglsl: Improve error message for interstage interface...
2013-07-30 Paul Berryglsl: Use a consistent technique for tracking link...
2013-07-30 Paul Berryglsl: Add error message for intrastage interface block...
2013-07-30 Paul Berryglsl: Remove bogus check on return value of link_unifor...
2013-07-30 Jonathan Charestr600g/compute: Added missing address space checking...
2013-07-30 Jonathan Charestclover: Added missing address space checking of kernel...
2013-07-30 Kenneth Graunkemesa: Remove broken assertion about enabled texture... 73/7673/1
2013-07-29 Emil Velikovbuild: unify mesa version by using a VERSION file 72/7672/1
2013-07-29 Kenneth Graunkei965: Don't create a swrast context on ES2+. 71/7671/1
2013-07-29 Kenneth Graunkeglsl: Remove shader stage checking for extension handling. 70/7670/1
2013-07-29 Matt Turnermesa: Expose OES_surfaceless_context. 69/7669/1
2013-07-29 Matt Turnermesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys... 68/7668/1
2013-07-29 Matt Turnergles3: Update gl3.h to 2013-02-12. 67/7667/1
2013-07-29 Matt Turnergles2: Update gl2ext.h to revision 22161. 66/7666/1
2013-07-29 Matt Turnergles2: Update gl2.h to revision 20555. 65/7665/1
2013-07-29 Matt Turnergles: Update glext.h to revision 20798. 64/7664/1
2013-07-29 Roland Scheideggergallivm: (trivial) git rid of assertion in float->uint... 63/7663/1
2013-07-28 Maarten Lankhorstnvc0: force use of correct firmware file 62/7662/1
2013-07-27 Ian Romanickglsl: Less const for glsl_type convenience accessors 61/7661/1
2013-07-27 Kenneth Graunkeglsl: Disallow auxiliary storage qualifiers on FS outputs. 60/7660/1
2013-07-27 Kenneth Graunkeglsl: Classify "layout" like other identifiers. 59/7659/1
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization... 58/7658/1
2013-07-27 Roland Scheideggergallivm: fix float->SNORM conversion 57/7657/1
2013-07-27 Roland Scheideggerutil: don't flush overflowing values to infinity in... 56/7656/1
2013-07-27 Roland Scheideggertgsi: handle texel swizzles correctly for d3d10-style... 55/7655/1
2013-07-27 Roland Scheideggergallivm: handle texel swizzles correctly for d3d10... 54/7654/1
2013-07-27 Kenneth Graunkedocs: Mark ARB_vertex_attrib_binding as started. 53/7653/1
2013-07-27 Ian Romanickmesa: Disable GL_EXT_framebuffer_object in core profile... 52/7652/1
2013-07-27 Matt Turnerdocs: Mark GL_ARB_shading_language_420pack as done. 51/7651/1
2013-07-27 Chris Forbesdocs: Mark off 420pack 50/7650/1
2013-07-26 Tapani Pälliglsl: disable ARB_texture_cube_map_array_enable keyword... 49/7649/1
2013-07-26 Chris Forbesi965/vs: Fix flaky texture swizzling 48/7648/1
2013-07-26 Niels Ole Salscheiderst/clover: Allow double precision operations 47/7647/1
2013-07-25 Dave Airliegallium/vl: add prime support 46/7646/1
2013-07-25 Kenneth GraunkeRevert "i965: Delete pre-DRI2.3 viewport hacks." 45/7645/1
2013-07-25 Kenneth Graunkemesa: Bump version to 9.3.0-devel. 44/7644/1
2013-07-25 Kenneth Graunkedocs: Remove <em> obfuscation on public mailing list... 43/7643/1
2013-07-25 Rob Clarkxa: bump major version 42/7642/1
2013-07-25 Jerome Glissexa: move surface to ref/unref api 41/7641/1
2013-07-25 Jerome Glissexa: let ddx handle flush 40/7640/1
2013-07-25 Jerome Glissexa: export a common context flush function 39/7639/1
2013-07-25 Jerome Glissexa: add handle type parameter to get handle 38/7638/1
2013-07-25 Rob Clarkxa: add xa_surface_from_handle() 37/7637/1
2013-07-25 Vinson Leegallivm: Remove NoFramePointerElimNonLeaf for LLVM... 36/7636/1
2013-07-25 Paul Berryglsl: Handle empty if statement encountered during... 35/7635/1
2013-07-25 Paul Berryi965: Initialize inout_offset parameter to brw_search_c... 34/7634/1
2013-07-25 Paul Berryglsl: don't rename variables in interface block arrays. 33/7633/1
2013-07-25 Zack Rusindraw: fix vertex id computation 32/7632/1
2013-07-25 Zack Rusindraw: cleanup and fix instance id computation 31/7631/1
2013-07-25 Vinson Leegallivm: Remove dead code in lp_build_compare_ext. 30/7630/1
2013-07-24 Brian Paulmesa: implement mipmap generation for compressed 2D... 29/7629/1
2013-07-24 Brian Paulmeta: handle 2D texture arrays in decompress_texture_im... 28/7628/1
2013-07-24 Brian Paulmesa: handle 2D texture arrays in get_tex_rgba_compressed() 27/7627/1
2013-07-24 Christoph Bumillernv50,nvc0: s/uint16/uint32 for constant buffer offset 26/7626/1
2013-07-24 Roland Scheideggerdraw: always call util_cpu_detect() in draw context... 25/7625/1
2013-07-24 Roland Scheideggermesa: fix rgtc snorm decoding 24/7624/1
2013-07-23 Andre Heidergallium/util: Fix detection of AVX cpu caps 23/7623/1
2013-07-23 Chris Forbesdocs: Add items for GL4.4 22/7622/1
2013-07-22 Francisco Jerezclover: Respect kernel argument alignment restrictions. 21/7621/1
2013-07-22 Francisco Jerezclover: Extend kernel arguments for differing host... 20/7620/1
2013-07-22 Francisco Jerezclover: Byte-swap kernel arguments when host and device... 19/7619/1
2013-07-22 Francisco Jerezclover: Add kernel argument fields to allow differing... 18/7618/1
2013-07-22 Francisco Jerezclover: Pass corresponding module::argument to kernel... 17/7617/1
2013-07-22 Tom Stellardclover: Return correct value for CL_DEVICE_ENDIAN_LITTLE 16/7616/1
next