mesa.git
2015-11-24 Ian Romanicki965: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanicki965: Use internal functions for buffer object access
2015-11-24 Ian Romanicki965: Use DSA functions for VBOs in brw_meta_fast_clear
2015-11-24 Ian Romanicki965: Pass brw_context instead of gl_context to brw_dra...
2015-11-24 Ian Romanickmesa: Refactor enable_vertex_array_attrib to make _mesa...
2015-11-24 Ian Romanickmesa: Refactor update_array_format to make _mesa_update...
2015-11-24 Ian Romanickmesa: Make bind_vertex_buffer avilable outside varray.c
2015-11-24 Kenneth GraunkeRevert "i965: Combine assembly annotations if possible."
2015-11-24 Matt Turnerglsl: Pass ast_type_qualifier by const reference.
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Move brw_new_shader and brw_link_shader prototype...
2015-11-24 Matt Turneri965: Compile brw_cs_fill_local_id_payload() as C.
2015-11-24 Matt Turneri965: Move MRF macros from brw_inst.h to brw_eu.h.
2015-11-24 Matt Turneri965: Drop #include of main/glheader.h.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-24 Matt Turneri965: Mark functions called from C as extern "C".
2015-11-24 Matt Turneri965: Push down inclusion of vbo/vbo.h.
2015-11-24 Matt Turneri965: Remove duplicate #includes.
2015-11-24 Matt Turneri965: Remove unneeded forward declarations.
2015-11-24 Matt Turneri965: Mark count_trailing_one_bits() static.
2015-11-24 Matt Turneri965: Remove useless gen6_blorp.h/gen7_blorp.h headers.
2015-11-24 Matt Turnerutil: Include assert.h in macros.h.
2015-11-24 Matt Turnerutil: Include <stdbool.h> in debug.h.
2015-11-24 Matt Turneri965: Prevent implicit upcasts to brw_reg.
2015-11-24 Matt Turneri965: Use scope operator to ensure brw_reg is interpret...
2015-11-24 Matt Turneri965: Use implicit backend_reg copy-constructor.
2015-11-24 Matt Turneri965: Add and use backend_reg::equals().
2015-11-24 Roland Scheideggersoftpipe/llvmpipe: don't advertize support for ASTC
2015-11-24 Roland Scheideggerllvmpipe: don't test for unsupported formats in lp_test...
2015-11-24 Ian Romanickdocs: add missed i965 feature to relnotes
2015-11-24 Rob Clarkutil: move brw_env_var_as_boolean() to util
2015-11-24 Christian Königst/va: fix indentation
2015-11-24 Christian Königst/va: move MPEG4 functions into separate file
2015-11-24 Christian Königst/va: move VC-1 functions into separate file
2015-11-24 Christian Königst/va: move H264 functions into separate file
2015-11-24 Christian Königst/va: move MPEG12 functions into separate file
2015-11-24 Christian Königst/va: move post processing function into own file
2015-11-24 Christian Königst/va: fix post process dirty area handling
2015-11-24 Timothy Arceriglsl: implement recent spec update to SSO validation
2015-11-24 Timothy ArceriRevert "mesa: return initial value for VALIDATE_STATUS...
2015-11-24 Michel Dänzerradeon/llvm: Use llvm.AMDIL.exp intrinsic again for now
2015-11-23 Boyuan Zhangradeon/uvd: uv pitch separation for stoney
2015-11-23 Dave Airlietexgetimage: consolidate 1D array handling code.
2015-11-23 Jason Ekstrandi965: Use NIR for lowering texture swizzle
2015-11-23 Jason Ekstrandnir/lower_tex: Add support for lowering texture swizzle
2015-11-23 Jason Ekstrandnir: Add a tex_instr_is_query helper
2015-11-23 Jason Ekstrandnir: Add a ssa_def_rewrite_uses_after helper
2015-11-23 Jason Ekstrandnir: Use instr/if_rewrite in nir_ssa_def_rewrite_uses
2015-11-23 Jason Ekstrandnir/validate: Validated dests after sources
2015-11-23 Jason Ekstrandi965: Use nir_lower_tex for texture coordinate lowering
2015-11-23 Jason Ekstrandi965/fs: Stomp the texture return type to UINT32 for...
2015-11-23 Jason Ekstrandnir/lower_tex: Set the dest_type for txs instructions
2015-11-23 Jason Ekstrandnir/lower_tex: Report progress
2015-11-23 Jason Ekstrandi965: Move postprocess_nir to codegen time
2015-11-23 Jason Ekstrandi965/nir: Split shader optimization and lowering into...
2015-11-23 Jason Ekstrandi965: Use ull immediates in brw_inst_bits
2015-11-23 Ilia Mirkindocs: add missed freedreno features to relnotes
2015-11-23 Ilia Mirkindocs: update relnotes with new freedreno/a4xx support
2015-11-23 Jose Fonsecasvga: Add ASTC formats to format table.
2015-11-23 Ilia Mirkinfreedreno/ir3: add support for a few gs5 ops
2015-11-23 Ilia Mirkinttn: fix UMSB conversion
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_query_lod support
2015-11-23 Ilia Mirkinttn: add LODQ support
2015-11-23 Ilia Mirkinfreedreno/a4xx: re-emit program on dirty framebuffer
2015-11-23 Ilia Mirkinfreedreno/a4xx: use a factor of 32767 for snorm8 blending
2015-11-23 Ilia Mirkinfreedreno/a4xx: only compute texture offset once for...
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_view support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add formats for ARB_texture_buffer_obje...
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_rgb10_a2ui support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add astc formats
2015-11-23 Ilia Mirkinst/mesa: add astc support
2015-11-23 Ilia Mirkingallium: add ASTC formats
2015-11-23 Ilia Mirkingallium/util: remove the fake format helpers for bptc...
2015-11-23 Ilia Mirkinfreedreno/a4xx: support 16384 texels in buffer texture
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_buffer_range support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add polygon mode support
2015-11-23 Emil Velikovconfigure.ac: default to disabled dri3 when --disable...
2015-11-23 Emil Velikovloader: unconditionally add AM_CPPFLAGS to libloader_la...
2015-11-23 Emil Velikovpipe-loader: link against libloader regardless of libdr...
2015-11-23 Neil Robertsi965: Handle lum, intensity and missing components...
2015-11-23 Jason Ekstrandnir: s/nir_type_unsigned/nir_type_uint
2015-11-23 Connor Abbottnir/builder: only read meaningful channels in nir_swizzle()
2015-11-23 Connor Abbotti965/fs: add stride restrictions for copy propagation
2015-11-23 Connor Abbotti965/fs: don't propagate cmod when the exec sizes differ
2015-11-23 Connor Abbotti965/fs: respect force_sechalf/force_writemask_all...
2015-11-23 Connor Abbotti965: fix 64-bit immediates in brw_inst(_set)_bits
2015-11-23 Connor Abbotti965/fs: print non-1 strides when dumping instructions
2015-11-23 Ilia Mirkinnv50/ir: fix (un)spilling of 3-wide results
2015-11-23 Timothy Arceriglsl: fix max binding validation for uniform blocks
2015-11-23 Ilia Mirkinnv50,nvc0: properly handle buffer storage invalidation...
2015-11-23 Ilia Mirkinnouveau: use the buffer usage to determine placement...
2015-11-22 Eric Anholtvc4: Take precedence over ilo when in simulator mode.
2015-11-22 Eric Anholtvc4: Just put USE_VC4_SIMULATOR in DEFINES.
2015-11-22 Nanley Cherymesa/teximage: Fix S3TC regression due to ASTC interaction
2015-11-22 Nanley Cherymesa/extensions: Enable overriding permanently enabled...
2015-11-22 Igor Gnatenkovirgl: pipe_virgl_create_screen is not static
2015-11-22 Kenneth Graunkei965: Fix num_uniforms count for scalar GS.
2015-11-22 Eric Anholtvc4: Use nir_channel() to simplify all of our nir_swizz...
2015-11-22 Eric Anholtvc4: Fix point size lookup.
2015-11-21 Jose Fonsecapipe-loader: Fix PATH_MAX define on MSVC.
next