mesa.git
2016-02-21 Marek Olšákradeonsi: separate out shader key bits for prologs...
2016-02-21 Marek Olšákradeonsi: compute how many input VGPRs fragment shaders...
2016-02-21 Marek Olšákradeonsi: compute how many input SGPRs and VGPRs shader...
2016-02-21 Marek Olšákgallium/radeon: add basic code for setting shader retur...
2016-02-21 Samuel Pitoisetnvc0: enable compute shaders on Fermi
2016-02-21 Samuel Pitoisetnv50/ir: add atomics support on shared memory for Fermi
2016-02-21 Samuel Pitoisetnv50/ir: make OP_SELP a compare instruction
2016-02-21 Samuel Pitoisetnv50/ir: add lock/unlock subops for load/store
2016-02-21 Samuel Pitoisetnv50/ir: use s[] addr space for shared buffers
2016-02-21 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-02-21 Samuel Pitoisetnvc0: invalidate compute state when switching pipe...
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: add a new validation state for 3D driver constbuf
2016-02-21 Samuel Pitoisetnvc0: bind constant buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
2016-02-20 Samuel Pitoisetnv50: do not advertise about compute shaders
2016-02-20 Rhys Kidddocs: Correct typo in LLVMpipe envvar description
2016-02-19 Ilia Mirkinst/mesa: force depth mode to GL_RED for sized depth...
2016-02-19 Daniel Czarnowskiegl_dri2: set correct error code if swapbuffers fails
2016-02-19 Dongwon Kimegl: move Null check to eglGetSyncAttribKHR to prevent...
2016-02-19 Ilia Mirkinmeta/copy_image: use precomputed dst_internal_format...
2016-02-19 Ilia Mirkinmesa: add GL_OES_texture_stencil8 support
2016-02-19 Ilia Mirkinst/mesa: fix pbo uploads
2016-02-19 Ilia Mirkinmesa: check fbo completeness based on internal format...
2016-02-19 Brian Paulmesa: small optimization of _mesa_expand_bitmap()
2016-02-19 Brian Paulmesa: add special case ubyte[4] / BGRA conversion function
2016-02-19 Brian Paulst/mesa: implement a simple cache for glDrawPixels
2016-02-19 Brian Paulllvmpipe: add a few const qualifiers
2016-02-19 Brian Paultrace: assorted whitespace and formatting fixes
2016-02-19 Brian Paultrace: remove unneeded inline qualifiers
2016-02-19 Iago Toral... glsl: fix emit_inline_matrix_constructor for doubles
2016-02-19 Iago Toral... glsl: Mark float constants as such
2016-02-19 Iago Toral... glsl: fix indentation in emit_inline_matrix_constructor
2016-02-19 Rob Clarkglsl: fix standalone compiler
2016-02-19 Nicolai Hähnlest/mesa: disable depth/stencil/alpha tests in PBO upload
2016-02-18 Brian Paulsvga: allow non-contiguous VS input declarations
2016-02-18 Oded Gabbaygallivm: Check whether to stop disassemble only for x86
2016-02-18 Oded Gabbaygallivm: use sstream for dissasembling
2016-02-18 Rob Clarktrace: fix new gcc6 warnings
2016-02-18 Rob Clarkgallium/auxiliary: fix new gcc6 warnings
2016-02-18 Rob Clarkgallium/hud: fix new gcc6 warnings
2016-02-18 Rob Clarkmesa: fix new gcc6 warnings
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-18 Rob Clarki965: fix new gcc6 warnings
2016-02-18 Rob Clarkutil: fix new gcc6 warnings
2016-02-18 Kenneth Graunkeglcpp: Disallow "defined" as a macro name.
2016-02-18 Samuel Pitoisetgallium/cso: only enable compute shaders when TGSI...
2016-02-18 Rob HerringAndroid: disable unused-parameter warning
2016-02-18 Rob HerringAndroid: enable building on arm64
2016-02-18 Rob HerringAndroid: Fix building secondary arch in mixed 32/64...
2016-02-18 Rob Herringegl: android: clean-up config attribute setting
2016-02-18 Varad Gautamegl: android: fix visuals declaration
2016-02-18 Rob HerringAndroid: fix build break in libmesa_program
2016-02-18 Ilia Mirkinmesa: gl_NumSamples should always be at least one
2016-02-18 Plamena Manolovacompiler/glsl: Fix uniform location counting.
2016-02-18 Roland Scheideggergallivm, tgsi: provide fake sample_i_ms implementations
2016-02-18 Brian Paulst/mesa: new st_DrawAtlasBitmaps() function for drawing...
2016-02-18 Brian Paulmesa: implement a display list / glBitmap texture atlas
2016-02-18 Ilia Mirkinst/mesa: apply DepthMode swizzle to stencil texturing...
2016-02-18 Ben Widawskyi965/skl: Update Skylake renderer strings
2016-02-18 Ben Widawskyi965/skl: Add two missing device IDs
2016-02-18 Ilia Mirkinmesa: allow multisampled format info to be returned...
2016-02-17 Ben Widawskyi965: Extract push constant state to a new file
2016-02-17 Matt Turneri965: Make emit_minmax return an instruction*.
2016-02-17 Matt Turneri965: Lower min/max after optimization on Gen4/5.
2016-02-17 Matt Turneri965/vec4: Initialize force_writemask_all in vec4_build...
2016-02-17 Tom Stellardradeon/llvm: Add TargetLibraryInfo to the pass manager
2016-02-17 Tom Stellardradeon/llvm: Set the target triple on the module
2016-02-17 Tom Stellardgallivm: Add helpers for creating and destroying Target...
2016-02-17 Samuel Pitoisetnvc0: invalidate all buffers when switching pipe contexts
2016-02-17 Ilia Mirkinst/mesa: fix up result_src.type when doing i2u/u2i...
2016-02-17 Brian Paulst/mesa: use cso_set_viewport_dims() in try_pbo_upload_...
2016-02-17 Jordan Justeni965/gen7: Use predicated rendering for indirect compute
2016-02-17 Rob Clarkfreedreno: expose time-elapsed query
2016-02-17 Rob Clarkfreedreno/a4xx: implement time-elapsed query
2016-02-17 Rob Clarkfreedreno/a4xx: better occlusion/sample counting
2016-02-17 Rob Clarkfreedreno/query: fix refcnt'ing issue
2016-02-17 Rob Clarkfreedreno/query: some queries don't have ->begin_query()
2016-02-17 Rob Clarkfreedreno/query: align counter snapshot locations
2016-02-17 Rob Clarkfreedreno/query: add optional enable hook
2016-02-17 Rob Clarkfreedreno: query max gpu freq
2016-02-17 Rob Clarkfreedreno: update generated headers
2016-02-17 Rob Clarkfreedreno/ir3: fix new gcc6 errors
2016-02-16 Karol Herbstnv50/ir: we can't do the add to mad conversion when...
2016-02-16 Karol Herbstnv50/ir: optimize neg(and(set, 1)) to set
2016-02-16 Ilia Mirkinnv50/ir: fix quadop emission in the presence of predication
2016-02-16 Ilia Mirkinnv50,nvc0: enable/disable seamless cubemap texturing...
2016-02-16 Rob Clarkst/mesa: add missing ETC2 entries to format_map
2016-02-16 Samuel Pitoisetnvc0: enable compute support on GK110:GM200 with an...
2016-02-16 Samuel Pitoisetnvc0: add compute support for GM107
2016-02-16 Samuel Pitoisetnvc0: fix compute state initialization on GK110+
2016-02-16 Timothy Arceriglsl: remove duplicate interpolation_string() function
2016-02-16 Timothy Arceriglsl: remove unused helper
2016-02-16 Timothy Arceriglsl: set user defined varyings to smooth by default...
2016-02-16 Samuel Pitoisetgm107/ir: add ATOM CAS emission
2016-02-16 Samuel Pitoisetst/mesa: do not init limits when compute shaders are...
next