util: fix typo in comment
[mesa.git] / src /
2019-08-02 Eric Engestromutil: fix typo in comment
2019-08-02 Eric Engestromutil: introduce detect_os.h
2019-08-02 Rob Clarkfreedreno/batch: fix dependency loop detection
2019-08-02 Rob Clarkfreedreno/a6xx: add missing flush/invalidates for blit
2019-08-02 Rob Clarkfreedreno/a6xx: skip tiles with no geometry
2019-08-02 Rob Clarkfreedreno/a6xx: VSC overflow detection/handling
2019-08-02 Rob Clarkfreedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patching
2019-08-02 Rob Clarkfreedreno/a6xx: cleanup "blit_mem"
2019-08-02 Rob Clarkfreedreno: refresh tile debug
2019-08-02 Rob Clarkfreedreno: update registers
2019-08-02 Rob Clarkfreedreno/gmem: small cleanup
2019-08-02 Rob Clarkfreedreno/drm: convert ring_pool to child_pool
2019-08-02 Rob Clarkfreedreno/drm: remove idx_lock
2019-08-02 Rob Clarkfreedreno/batch: always update last_fence
2019-08-02 Rob Clarkfreedreno: drop unused fd_fence_ref param
2019-08-02 Alyssa Rosenzweigpan/midgard: Print invert modifier
2019-08-02 Alyssa Rosenzweigpan/midgard: Flip conditionals
2019-08-02 Alyssa Rosenzweigpan/midgard: Add bitwise src/invert fusing
2019-08-02 Alyssa Rosenzweigpan/midgard: Add .not propagation pass
2019-08-02 Alyssa Rosenzweigpan/midgard: Fuse invert into bitwise ops
2019-08-02 Jonathan Marekfreedreno: a2xx: implement texture tiling
2019-08-02 Jonathan Marekfreedreno: a2xx: use nir_lower_alu_to_scalar instead...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix HW binning for batches with >256K...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fneg/fabs/fsat opcodes
2019-08-02 Jonathan Marekfreedreno: a2xx: fix order of NIR opts
2019-08-02 Jonathan Marekfreedreno: a2xx: fix non-etc1 cubemaps
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fast clear not being used for...
2019-08-02 Jonathan Marekfreedreno: align renderonly scanout buffers
2019-08-02 Sergii Romantsovi965/clear: clear_value better precision
2019-08-02 Samuel Pitoisetradv: fix image_has_{cmask,fmask}() helpers
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_fmask_info()
2019-08-02 Samuel Pitoisetradv/gfx10: add missing dcc_tile_swizzle tweak
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_cmask_info()
2019-08-02 Samuel Pitoisetradv: only account for tile_swizzle for color surfaces...
2019-08-02 Bas Nieuwenhuizenradv: Enable VK_KHR_shader_atomic_int64
2019-08-02 Bas Nieuwenhuizenac/nir: Implement LLVM9 64-bit buffer compare & exchange.
2019-08-02 Connor AbbottRevert "ac/nir: handle negate modifier"
2019-08-02 Connor AbbottRevert "ac/nir: handle abs modifier"
2019-08-02 Timothy Arceriiris: bump compat profile support to 4.6
2019-08-02 Timothy Arceriegl: fix OpenGL 3.1 context creation
2019-08-02 Connor Abbottnir/find_array_copies: Reject copies with mismatched...
2019-08-02 Samuel Pitoisetradv: re-apply "Optimize rebinding the same descriptor...
2019-08-02 Samuel Pitoisetradv/gfx10: use the correct target machine for Wave32
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for vertex, tessellation...
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for fragment shaders
2019-08-02 Kenneth Graunkegallium: Implement GL_EXT_shader_samples_identical...
2019-08-02 Kenneth Graunkeintel/tools: Fix aubinator_viewer build.
2019-08-01 Francisco Jerezintel/ir: Fix CFG corruption in opt_predicated_break().
2019-08-01 Mark Janesintel/device: make internal functions private
2019-08-01 Mark Janesintel/device: rename gen_get_device_info
2019-08-01 Mark Janesintel/tools: use device info initializer
2019-08-01 Mark Janesanv: use initialization routine for gen_device_info
2019-08-01 Mark Janesiris/screen: use initialization routine for gen_device_info
2019-08-01 Mark Janesi965: Move device info initialization to common code
2019-08-01 Mark Janesi965/perf: verify kernel support before registering...
2019-08-01 Mark Janesintel/common: provide common ioctl routine
2019-08-01 Alyssa Rosenzweigpanfrost: Remove unused argument
2019-08-01 Alyssa Rosenzweigpanfrost: Handle MESA_SHADER_COMPUTE in compile callback
2019-08-01 Alyssa Rosenzweigpan/midgard: Use standard list traversal to find initia...
2019-08-01 Alyssa Rosenzweigpanfrost: Use gl_shader_stage directly for compiles
2019-08-01 Alyssa Rosenzweigpanfrost: Emit "draw" info for compute jobs
2019-08-01 Alyssa Rosenzweigpanfrost: Feed compute shaders into the compiler
2019-08-01 Alyssa Rosenzweigpanfrost: Expose compute shaders as panfrost_shader_var...
2019-08-01 Alyssa Rosenzweigpanfrost: Remove shader state *base
2019-08-01 Alyssa Rosenzweigpanfrost: Remove CSO dependency from shader_compile
2019-08-01 Alyssa Rosenzweigpanfrost: Generalize UBO upload for other shader stages
2019-08-01 Alyssa Rosenzweigpanfrost: Guard vertex upload by ctx->vertex != NULL
2019-08-01 Alyssa Rosenzweigpanfrost: Generalize vertex shader upload
2019-08-01 Alyssa Rosenzweigpanfrost: Share gl_enables between VERTEX/COMPUTE
2019-08-01 Alyssa Rosenzweigpanfrost: Invoke compute shader according to grid info
2019-08-01 Alyssa Rosenzweigpanfrost: Explain and include compute FBD
2019-08-01 Alyssa Rosenzweigpanfrost: Unify-driven cleanup
2019-08-01 Alyssa Rosenzweigpanfrost: Unify ctx->vs and ctx->fs
2019-08-01 Alyssa Rosenzweigpanfrost: Flesh out launch_grid stub
2019-08-01 Alyssa Rosenzweigpanfrost: Cleanup via payload unification
2019-08-01 Alyssa Rosenzweigpanfrost: Unify payload_vertex/payload_tiler
2019-08-01 Alyssa Rosenzweigpanfrost: Only wallpaper if we drew something
2019-08-01 Alyssa Rosenzweigpanfrost: Adjust shader CAPs to expose dEQP compute
2019-08-01 Alyssa Rosenzweigpanfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS
2019-08-01 Alyssa Rosenzweigpanfrost: Copy freedreno's panfrost_get_compute_param
2019-08-01 Alyssa Rosenzweigpanfrost: Expose COMPUTE-related caps for GLES3.1
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out launch_grid
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out compute CSO
2019-08-01 Alyssa Rosenzweigpanfrost: Implement gl_FrontFacing
2019-08-01 Alyssa Rosenzweigpanfrost: Add support for decoding gl_FrontFacing
2019-08-01 Alyssa Rosenzweigpan/decode: Use max varying index as varying buffer...
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in tess eval shaders
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in geometry shaders
2019-08-01 Jason Ekstrandnir: Stop whacking gl_FrontFacing to a system value
2019-08-01 Alyssa Rosenzweigpanfrost: Implement panfrost_set_shader_buffers callback
2019-08-01 Alyssa Rosenzweiggallium/util: Add util_set_shader_buffers_mask helper
2019-08-01 Jonathan Marekkmsro: move entry points from etnaviv to kmsro
2019-08-01 Brian Paulst/mesa: fix MSVC compile breakage
2019-08-01 Gert Wollnyvirgl: Enable depth_clamp by lowering if the host is...
2019-08-01 Gert Wollnygallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state...
2019-08-01 Gert Wollnymesa/st: Signal state changes when depth_clamp is emulated
2019-08-01 Gert Wollnymesa/st: Add depth clamping to rasterizer code
2019-08-01 Gert Wollnymesa/st: Tie depth_clamp code into other shaders (GS...
2019-08-01 Gert Wollnymesa/st: Tie depth_clamp lowering into the FS
2019-08-01 Gert Wollnymesa/st: Tie depth clamp lowering in to the VP code
next