mesa.git
2015-11-19 Nanley Cherymesa: Add test for sorted extension table
2015-11-19 Nanley Cherymesa/extensions: Sort the extension table alphabetically
2015-11-19 Ilia Mirkindocs: GL3.1 for a3xx and a4xx
2015-11-19 Ryan Houdekmesa: enable EXT_blend_func_extended if the driver...
2015-11-19 Ryan Houdekmesa: allow MAX_DUAL_SOURCE_DRAW_BUFFERS to be availabl...
2015-11-19 Ryan Houdekmesa: enable usage of blend_func_extended blend factors...
2015-11-19 Ryan Houdekglsl: add a parse check to check for the index layout...
2015-11-19 Ryan Houdekglsl: add GL_EXT_blend_func_extended preprocessor define
2015-11-19 Ryan Houdekglsl: add support for EXT_blend_func_extended builtins
2015-11-19 Ryan Houdekglsl: add EXT_blend_func_extended parser enables
2015-11-19 Ryan Houdekglapi: add EXT_blend_func_extended XML definitions
2015-11-19 Brian Paulos: check for GALLIUM_PROCESS_NAME to override os_get_p...
2015-11-19 Connor Abbottglsl: fix ir_constant::equals() for doubles
2015-11-19 Connor Abbottglsl: fix isinf() for doubles
2015-11-19 Connor Abbottnir: fix constant folding of bfi
2015-11-19 Brian Paulhud: fix Windows build break
2015-11-19 Ian Romanickglsl: Fix off-by-one error in array size check assertion
2015-11-19 Ian Romanickmesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.x
2015-11-19 Ian Romanickglsl: Silence unused parameter warnings
2015-11-19 Ian Romanickglsl: Silence ignored qualifier warning
2015-11-18 Kenneth Graunkei965: Allow indirect GS input indexing in the scalar...
2015-11-18 Jimmy Berrygallium/hud: document GALLIUM_HUD_PERIOD in envvars...
2015-11-18 Jimmy Berrygallium/hud: control visibility at startup and runtime.
2015-11-18 Jason Ekstrandi965/nir: Add hooks for testing nir_shader_clone
2015-11-18 Jason Ekstrandnir: Add support for cloning shaders
2015-11-18 Kenneth Graunkei965/nir: Validate that NIR passes call nir_metadata_pr...
2015-11-18 Kenneth Graunkei965/nir: Add OPT() and OPT_V() macros for invoking...
2015-11-18 Rob Clarknir: add array length field
2015-11-18 Rob Clarknir: remove nir_variable::max_ifc_array_access
2015-11-18 Rob Clarkfreedreno/a4xx: add fake RGTC support (required for...
2015-11-18 Rob Clarkfreedreno/a4xx: add compressed texture formats
2015-11-18 Rob Clarkfreedreno: update generated headers
2015-11-18 Ilia Mirkinfreedreno: expose GLSL 140 and fake MSAA for GL3.0...
2015-11-18 Ilia Mirkinfreedreno/a3xx: fix texture buffers, enable offsets
2015-11-18 Ilia Mirkinfreedreno: add support for conditional rendering, requi...
2015-11-18 Ilia Mirkinfreedreno/a3xx: add fake RGTC support (required for...
2015-11-18 Ilia Mirkinfreedreno/a3xx: add missing formats to enable ARB_verte...
2015-11-18 Rob Clarkfreedreno/a3xx+a4xx: fix for stk binning pass hang
2015-11-18 Rob Clarkfreedreno/a3xx+a4xx: fix GL_POINTS lockup w/ GLES
2015-11-18 Ilia Mirkinnir: fix typo in idiv lowering, causing large-udiv...
2015-11-18 Oded Gabbayllvmpipe: disable VSX in ppc due to LLVM PPC bug
2015-11-18 Ilia Mirkinnvc0/ir: actually emit AFETCH on kepler
2015-11-18 Kenneth Graunkenir: Store the size of the TCS output patch in nir_shad...
2015-11-18 Kenneth Graunkei965: Add enums for 3DSTATE_TE field values.
2015-11-18 Ian Romanickmeta/generate_mipmap: Don't leak the framebuffer object
2015-11-18 Brian Paulsvga: use more VGPU10 formats
2015-11-18 Brian Paulsvga: add/use new svga_sampler_format() function
2015-11-18 Nicolai Hähnleradeon: count cs dwords separately for query begin...
2015-11-18 Nicolai Hähnleradeon: expose r600_query_hw functions for reuse
2015-11-18 Nicolai Hähnleradeon: implement r600_query_hw_get_result via function...
2015-11-18 Nicolai Hähnleradeon: split hw query buffer handling from cs emit
2015-11-18 Nicolai Hähnleradeon: convert hardware queries to the new style
2015-11-18 Nicolai Hähnleradeon: convert software queries to the new style
2015-11-18 Nicolai Hähnleradeon: add query handler function pointers
2015-11-18 Nicolai Hähnleradeon: move R600_QUERY_* constants into a new query...
2015-11-18 Nicolai Hähnleradeon: cleanup driver query list
2015-11-18 Nicolai Hähnleradeon: move get_driver_query_info to r600_query.c
2015-11-18 Neil Robertsi965: Prevent fast clears for MSRTs on SKL
2015-11-18 Eric Anholtvc4: Don't bother lowering uniforms when the same value...
2015-11-18 Eric Anholtvc4: Fix uniform reordering to support reading the...
2015-11-18 Eric Anholtvc4: Fix documentation on vc4_qir_lower_uniforms.c.
2015-11-18 Eric Anholtvc4: Add support for nir_op_uge, using the carry bit...
2015-11-18 Kenneth Graunkei965: Fix PIPE_CONTOL typo.
2015-11-17 Ben Widawskyi965: Add assertion for src_stencil payload size
2015-11-17 Kenneth Graunkei965: Implement ARB_pipeline_statistics_query tessellat...
2015-11-17 Timothy Arceriglsl: rename location layout helper
2015-11-17 Timothy Arceriglsl: don't validate binding when its not needed
2015-11-17 Timothy Arceriglsl: remove temp variable to make code easier to read
2015-11-17 Timothy Arceriglsl: cleanup and fix validate matrix function for...
2015-11-17 Timothy Arceriglsl: use better location in struct and block error...
2015-11-17 Timothy Arceriglsl: only do type and qualifier validation once per...
2015-11-17 Timothy Arceriglsl: rename function that processes struct and iface...
2015-11-17 Timothy Arceriglsl: move block validation outside function that valid...
2015-11-17 Timothy Arceriglsl: move ast layout qualifier handling code into...
2015-11-17 Kenneth Graunkei965: Add INTEL_DEBUG=shader_time support for tessellat...
2015-11-17 Kenneth Graunkei965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tesse...
2015-11-17 Kenneth Graunkei965: Add more MAX_*_URB_ENTRY_SIZE_BYTES #defines.
2015-11-17 Kenneth Graunkei965: Add missing stdio.h include to brw_compiler.h.
2015-11-17 Martin Peresegl: make it clear which platform x11 backend is being...
2015-11-17 Boyan Dingegl/x11_dri3: Implement EGL_KHR_image_pixmap
2015-11-17 Boyan Dingloader/dri3: Expose function to create __DRIimage from...
2015-11-17 Boyan Dingegl/x11: Implement dri3 support with loader's dri3...
2015-11-17 Boyan Dingegl_dri2: Add a function to let platform code return...
2015-11-17 Boyan Dingglx/dri3: Convert to use dri3 helper in loader library
2015-11-17 Boyan Dingloader: Add dri3 helper
2015-11-17 Eduardo Lima... i965: Return the correct value type from brw_compile_gs()
2015-11-17 Samuel Iglesias... glsl: copy each field's precision information in glsl_t...
2015-11-17 Samuel Iglesias... glsl: copy each field's precision information from...
2015-11-17 Samuel Iglesias... glsl: copy each field's precision information when...
2015-11-17 Samuel Iglesias... glsl: initialize data.precision value in ir_variable...
2015-11-17 Samuel Iglesias... glsl/nir: initialize precision field in glsl_struct_fie...
2015-11-17 Samuel Iglesias... nir: reduce memory footprint of glsl_struct_field's...
2015-11-17 Tapani Pällimesa: do runtime validation of precision varyings only...
2015-11-17 Tapani Pälliglsl: initialize precision when adding per vertex recor...
2015-11-17 Kenneth Graunkei965: Set MaxCombinedUniformBlocks properly.
2015-11-17 Kenneth Graunkei965: Clean up context constant initialization code.
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-17 Roland Scheideggerr200: fix bgrx8/xrgb8 blits
2015-11-17 Roland Scheideggerradeon: fix bgrx8/xrgb8 blits
2015-11-16 Ian Romanickmeta/generate_mipmap: Only modify the draw framebuffer...
next