mesa.git
2013-08-03 Zack Rusindraw: stop crashing with extra shader outputs
2013-08-03 Zack Rusindraw: use the vertex size
2013-08-03 Zack Rusindraw/llvm: add some extra debugging output
2013-08-03 Zack Rusintgsi: detect prim id and front face usage in fs
2013-08-02 Zack Rusintgsi: add ucmp to the list of opcodes
2013-08-02 Zack Rusinllvmpipe: make the front-face behavior match the galliu...
2013-08-02 Matt TurnerMakefile.am: Remove api_exec_es* from EXTRA_FILES.
2013-08-02 Matt Turnermesa: Use MIN3 instead of two MIN2s.
2013-08-02 Matt Turnermesa: Update comments to match newer specs.
2013-08-02 Kenneth Graunkei965: Initialize the maximum number of GS threads on...
2013-08-02 Kenneth Graunkeglsl: Disallow interpolation qualifiers on non-input...
2013-08-02 Kenneth Graunkeglsl: Fix NULL pointer dereferences when linking fails.
2013-08-02 Andreas Bolldocs: Document UVD (2.2 and 3.0) video decoding support...
2013-08-02 Andreas Bolldocs: Document that i965 Gen6+ requires Kernel 3.6...
2013-08-02 Timothy Arceridocs: Update some out of date sourcetree information
2013-08-02 Christoph Bumillerr600g: honour semantic index in fragment color exports
2013-08-02 Andreas Bolldocs: Add md5sums to 9.1.5 release notes
2013-08-02 Andreas Bolldocs: Fix a typo in the 9.1.6 release notes
2013-08-02 Topi Pohjolaineni965: enable image external sampling for imported dma...
2013-08-02 Topi Pohjolainenegl/dri2: support for creating images out of dma buffers
2013-08-02 Topi Pohjolainenintel: restrict dma-buf-import images to external sampl...
2013-08-02 Topi Pohjolainenegl: definitions for EXT_image_dma_buf_import
2013-08-02 Topi Pohjolainendri: propagate extra dma_buf import attributes to the...
2013-08-02 Topi Pohjolainenintel: set dri image dimensions even when creating...
2013-08-02 Topi Pohjolainenintel: refactor planar format lookup
2013-08-02 Topi Pohjolainenintel: do not create renderbuffers out of planar images
2013-08-02 Topi Pohjolainenintel: allow packed prime buffers to be treated normally
2013-08-02 Paul Berrymain: Warn that geometry shader support is experimental.
2013-08-02 Paul Berryglsl: Implement rules for geometry shader input sizes.
2013-08-02 Paul Berryglsl: Allow geometry shader input instance arrays to...
2013-08-02 Paul Berryglsl: Permit non-ubo input interface arrays to use...
2013-08-02 Eric Anholtglsl: Cross-validate GS layout qualifiers while intrast...
2013-08-02 Eric Anholtglsl: Export the compiler's GS layout qualifiers to...
2013-08-02 Eric Anholtglsl: Parse the GLSL 1.50 GS layout qualifiers.
2013-08-02 Eric Anholtglsl: Make sure that we don't put too many bitfields...
2013-08-02 Paul Berrymain: Fix delete_shader_cb() for geometry shaders
2013-08-02 Fabian Bielerglsl/linker: Fail to link geometry shader without verte...
2013-08-02 Fabian Bielermesa: Validate the drawing primitive against the geomet...
2013-08-02 Fabian Bielermesa/shaderapi: Allow 0 GEOMETRY_VERTICES_OUT.
2013-08-02 Paul Berryglsl: Properly pack GS output varyings
2013-08-02 Paul Berryglsl: Modify varying packing to use a temporary exec_list.
2013-08-02 Paul Berryglsl/linker: Properly pack GS input varyings.
2013-08-02 Paul Berryglsl/linker: Properly error check VS-GS linkage.
2013-08-02 Paul Berryglsl: Require geometry shader inputs to be arrays.
2013-08-02 Paul Berrymesa: Copy linked program data for GS.
2013-08-02 Paul Berrymesa: Refactor copying of linked program data.
2013-08-02 Bryan Cainglsl: support compilation of geometry shaders
2013-08-02 Paul Berryglsl/linker: Make separate allocations to track vertex...
2013-08-02 Bryan Cainglsl: add builtins for geometry shaders.
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
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...
next