mesa.git
2013-08-02 Bryan Cainmesa: account for geometry shader texture fetches in...
2013-08-02 Paul Berrymain: Allow for the possibility of GL 3.2 without ARB_g...
2013-08-02 Paul Berrymain: Fix geometry shader error messages (missing right...
2013-08-02 Paul Berryglsl: Add EXT_texture_array support for geometry shaders.
2013-08-02 Paul Berryglsl/linker: Make update_array_sizes apply to just...
2013-08-02 Paul Berryglsl: Modify ir_set_program_inouts to handle geometry...
2013-08-02 Paul Berryglsl: In ir_set_program_inouts, handle indexing outside...
2013-08-02 Paul Berryglsl: Fallback gracefully if ir_set_program_inouts...
2013-08-02 Paul Berryglsl: Extract marking functions from ir_set_program_inouts.
2013-08-02 Paul Berryglsl: Use count_attribute_slots() in ir_set_program_inouts.
2013-08-02 Paul Berryglsl: Expand count_attribute_slots() to cover structs.
2013-08-02 Paul BerryMove count_attribute_slots() out of the linker and...
2013-08-02 Paul Berryglsl: Change do_set_program_inouts' is_fragment_shader...
2013-08-02 Roland Scheideggergallivm: obey clarified shift behavior
2013-08-02 Roland Scheideggertgsi: obey clarified shift behavior
2013-08-02 Roland Scheideggergallium: clarify shift behavior with shift count >= 32
2013-08-01 Carl Worthdocs: Add md5sums to 9.1.6 release notes
2013-08-01 Carl Worthdocs: Import 9.1.6 release notes, add news item.
2013-08-01 Kenneth Graunkei965: Delete the BATCH_LOCALS macro.
2013-08-01 Corey RichardsonCorrect clamping of TEXTURE_{MAX, BASE}_LEVEL
2013-08-01 Corey RichardsonDe-tab and align comments in gl_texture_object
2013-08-01 Chris Forbesi965 Gen4/5: clip: Don't mangle flat varyings
2013-08-01 Chris Forbesi965 Gen4/5: clip: Add support for noperspective varyings
2013-08-01 Chris Forbesi965 Gen4/5: clip: correctly handle flat varyings
2013-08-01 Chris Forbesi965 Gen4/5: Generalize SF interpolation setup for...
2013-08-01 Chris Forbesi965: Add helper functions for interpolation map
2013-08-01 Chris Forbesi965 Gen4/5: Introduce 'interpolation map' alongside...
2013-07-31 Carl Worthget-pick-list: Allow for non-whitespace between "CC...
2013-07-31 Samuel Pitoisetnvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZE
2013-07-31 Laurent Carliermesa/program: remove useless YYID
2013-07-31 Kenneth Graunkemesa/program: Switch from the deprecated YYLEX_PARAM...
2013-07-31 Kenneth Graunkemesa/program: Change the program parser's namespace.
2013-07-31 Kenneth Graunkeglsl: Switch from the deprecated YYLEX_PARAM to %lex...
2013-07-31 Kenneth Graunkeglsl: Change the lexer's namespace.
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...
2013-07-29 Emil Velikovbuild: unify mesa version by using a VERSION file
2013-07-29 Kenneth Graunkei965: Don't create a swrast context on ES2+.
2013-07-29 Kenneth Graunkeglsl: Remove shader stage checking for extension handling.
2013-07-29 Matt Turnermesa: Expose OES_surfaceless_context.
2013-07-29 Matt Turnermesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys...
2013-07-29 Matt Turnergles3: Update gl3.h to 2013-02-12.
2013-07-29 Matt Turnergles2: Update gl2ext.h to revision 22161.
2013-07-29 Matt Turnergles2: Update gl2.h to revision 20555.
2013-07-29 Matt Turnergles: Update glext.h to revision 20798.
2013-07-29 Roland Scheideggergallivm: (trivial) git rid of assertion in float->uint...
2013-07-28 Maarten Lankhorstnvc0: force use of correct firmware file
2013-07-27 Ian Romanickglsl: Less const for glsl_type convenience accessors
2013-07-27 Kenneth Graunkeglsl: Disallow auxiliary storage qualifiers on FS outputs.
2013-07-27 Kenneth Graunkeglsl: Classify "layout" like other identifiers.
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-07-27 Roland Scheideggergallivm: fix float->SNORM conversion
2013-07-27 Roland Scheideggerutil: don't flush overflowing values to infinity in...
2013-07-27 Roland Scheideggertgsi: handle texel swizzles correctly for d3d10-style...
2013-07-27 Roland Scheideggergallivm: handle texel swizzles correctly for d3d10...
2013-07-27 Kenneth Graunkedocs: Mark ARB_vertex_attrib_binding as started.
2013-07-27 Ian Romanickmesa: Disable GL_EXT_framebuffer_object in core profile...
2013-07-27 Matt Turnerdocs: Mark GL_ARB_shading_language_420pack as done.
2013-07-27 Chris Forbesdocs: Mark off 420pack
next