mesa.git
2016-04-05 Rob Clarkfreedreno/ir3: encode instruction category in opc_t
2016-04-04 Jason Ekstrandi965/fs: Move the code for load/store_shared to emit_cs...
2016-04-04 Jason Ekstrandi965/nir: Provide a default LOD for buffer textures
2016-04-04 Kenneth Graunkenir: Use PRIi64 and PRIu64 instead of %ld and %lu.
2016-04-04 Kenneth Graunkei965: Fix invalid pointer read in dead_control_flow_eli...
2016-04-04 Kenneth Graunkei965: Make bblock_t::next and friends return NULL at...
2016-04-04 Kenneth Graunkeglsl: Lower variable indexing of system value arrays...
2016-04-04 Jason Ekstrandi965/peephole_ffma: Only match a mul+add if none of...
2016-04-04 Jason Ekstrandnir/search: Don't match inexact expressions with exact...
2016-04-04 Kenneth Graunkei965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN...
2016-04-04 Kenneth Graunkei965: Allow 8x MSAA on >= 64bpp formats on Gen8+.
2016-04-04 Brian Pauldocs: remove stray 'TBD' in 11.2.0 relnotes file
2016-04-04 Emil Velikovdocs: add news item and link release notes for 11.2.0
2016-04-04 Emil Velikovdocs: add sha256 checksums for 11.2.0
2016-04-04 Emil Velikovdocs: Update 11.2.0 release notes
2016-04-04 Dave Airliemesa/get: fix MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
2016-04-04 Ilia Mirkinnvc0: add hardware ETC2 and ASTC support on GK20A and...
2016-04-04 Ilia Mirkindocs: add note about GL_EXT_base_instance, sort entries
2016-04-04 Ilia Mirkinmesa: expose EXT_base_instance in ES3 contexts
2016-04-04 Ilia Mirkinmesa: expose EXT_polygon_offset_clamp in ES contexts
2016-04-04 Kenneth Graunkeglsl: Print "precise" on ir_variable nodes.
2016-04-03 Jose Fonsecagallivm: Introduce lp_format_intrinsic.
2016-04-03 Ilia Mirkinglsl: make *sampler2DMSArray available in ESSL 3.20
2016-04-03 Ilia Mirkinglsl: make ssbo predicate return true when in a GLSL...
2016-04-03 Ilia Mirkinglsl: allow conservative depth qualifiers in GLSL 420
2016-04-03 Ilia Mirkinmesa: add always-false-for-now enables for GL 4.3,...
2016-04-03 Ilia Mirkinglsl: add ARB_ES3_1_compatibility support
2016-04-03 Ilia Mirkinmesa: add ES3_1_compatibility extension enable
2016-04-03 Jose Fonsecagallivm: Use llvm.fabs.
2016-04-03 Jose Fonsecagallivm: Prefer backend agnostic intrinsic for rounding.
2016-04-03 Jose Fonsecagallivm: Add debug option to force SSE2.
2016-04-03 Jose Fonsecallvmpipe: Test abs.
2016-04-03 Jose Fonsecallvmpipe: Build lp_test_arit on MSVC too.
2016-04-03 Jose Fonsecagallivm: Fix performance regressions due to vector...
2016-04-03 Jose Fonsecagallivm: Remove lp_build_load_volatile.
2016-04-03 Jose Fonsecagallivm: Use standard LLVMSetAlignment from LLVM 3...
2016-04-02 Timothy Arcerimesa: remove unrequired else
2016-04-02 Ilia Mirkingm107/ir: add OP_SELP emission, used in DSQRT lowering
2016-04-02 Ilia Mirkinnv50/ir: we can't load local memory directly into an...
2016-04-02 Christian Schmidbauerst/nine: specify WINAPI only for i386 and amd64
2016-04-02 Samuel Pitoisetnv50/ir: fix envyas variants when building the code lib
2016-04-02 Brian Paulsvga: remove unused svga_compile_key::texture_msaa...
2016-04-02 Brian Paulsvga: check TXF instruction's target to determine MSAA
2016-04-02 Brian Paultgsi: add simple tgsi_is_msaa_target() helper
2016-04-02 Timothy Arceriglsl: rename var and simplify if
2016-04-02 Timothy Arceriglsl: store ubo or ssbo index in block index
2016-04-02 Timothy Arceriglsl: store stage reference in gl_uniform_block
2016-04-02 Timothy Arceriglsl: simplify buffer block resource limit checking
2016-04-02 Timothy Arceriglsl: simplify SSBO resources check
2016-04-02 Timothy Arceriglsl: split buffer block arrays earlier
2016-04-02 Timothy Arceriglsl: only set buffer block binding once during initial...
2016-04-02 Kenneth Graunkeglsl: Fix prorgram interface query locations biasing...
2016-04-02 Kenneth Graunkeglsl: Return -1 for program interface query locations...
2016-04-02 Kenneth Graunkeglsl: Consolidate gl_VertexIDMESA -> gl_VertexID query...
2016-04-02 Kenneth Graunkeglsl: Clean up some leftover cruft.
2016-04-02 Kenneth Graunkeglsl: Add all system variables to the input resource...
2016-04-02 Kenneth Graunkeglsl: Delete hack for VS system values.
2016-04-02 Kenneth Graunkeglsl: Make add_interface_variables only consider the...
2016-04-02 Kenneth Graunkeglsl: Clarify "mask" variable in add_interface_variables().
2016-04-02 Kenneth Graunkeglsl: Pass stage to add_interface_variables().
2016-04-02 Kenneth Graunkeglsl: Make vertex ID lowering declare gl_BaseVertex...
2016-04-02 Kenneth Graunkeglsl: Exclude ir_var_hidden variables from the program...
2016-04-02 Kenneth Graunkemesa: Make _mesa_choose_tex_format() handle stencil...
2016-04-02 Jordan Justenglsl: Don't require matching centroid qualifiers
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Bas Nieuwenhuizengallium: add global buffer memory barrier bit
2016-04-01 Bas Nieuwenhuizengallium: add threads per block TGSI property
2016-04-01 Bas Nieuwenhuizengallium: add compute shader IR type
2016-04-01 Timothy Arceriglsl: remove tabs and fix some other style issues in...
2016-04-01 Jason Ekstrandi965: Add an implemnetation of nir_op_fquantize2f16
2016-04-01 Jason Ekstrandnir: Add an opcode for stomping a 32-bit value to 16...
2016-04-01 Samuel Pitoisetnvc0: enable compute shaders on GK104 and GM107+
2016-04-01 Samuel Pitoisetnvc0: bump the maximum number of UBOs for compute on...
2016-04-01 Samuel Pitoisetnvc0/ir: do not lower shared+atomics on GM107+
2016-04-01 Samuel Pitoisetnvc0/ir: add atomics support on shared memory for Kepler
2016-04-01 Samuel Pitoisetnvc0/ir: fix wrong pred emission for ld lock on GK104
2016-04-01 Samuel Pitoisetnvc0/ir: add support for compute UBOs on Kepler
2016-04-01 Samuel Pitoisetnvc0: add indirect compute support on Kepler
2016-04-01 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-04-01 Samuel Pitoisetnvc0: store ubo info to the driver constbuf on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind user uniforms for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind shader buffers for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind driver cb for compute on c7[] for Kepler
2016-04-01 Jose Fonsecagallivm: Prevent disassembly debug output from being...
2016-04-01 Rob Clarkcompiler: random comment fixup
2016-04-01 Brian Pauldocs: minor updates to license.html file
2016-04-01 Mauro Rossiradeonsi: use util_strchrnul() to fix android build...
2016-04-01 Rob Herringegl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID...
2016-04-01 Rob Herringegl: Add EGL_RECORDABLE_ANDROID attribute
2016-04-01 Rob Herringegl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
2016-04-01 Rob HerringAndroid: fix x86 gallium builds
2016-04-01 Jose Fonsecagallivm: Use vector selects on LLVM 3.3+.
2016-04-01 Alejandro Piñeiroglsl: do not raise unitialized variable warnings on...
2016-04-01 Ilia Mirkinnv50,nvc0: add PIPE_BIND_LINEAR support to is_format_su...
2016-04-01 Ilia Mirkinmesa: add GL_OES/EXT_draw_buffers_indexed support
2016-03-31 Kenneth Graunkei965: Use brw->urb.min_vs_urb_entries instead of 32...
2016-03-31 Kenneth Graunkei965: Fix textureSize() depth value for 1 layer surface...
2016-03-31 Ian Romanicknir: Simplify a bcsel to logical-or
2016-03-31 Ian Romanickptn: Fix all users of ptn_swizzle
2016-03-31 Ian Romanickptn: Silence unused parameter warning
next